{
"event": "PreToolUse",
"tool_name": "mcp__mcp-db__db_select",
"tool_input": {
"query": "SELECT relation_type, COUNT(*) as cnt FROM entity_ontology GROUP BY relation_type ORDER BY cnt DESC LIMIT 20",
"database": "ki_content"
}
}
{
"tool_response": [
{
"type": "text",
"text": "{\n \"status\": \"success\",\n \"data\": [\n {\n \"relation_type\": \"RELATED_TO\",\n \"cnt\": 172\n },\n {\n \"relation_type\": \"PART_OF\",\n \"cnt\": 61\n },\n {\n \"relation_type\": \"USED_IN\",\n \"cnt\": 14\n },\n {\n \"relation_type\": \"TAUGHT_BY\",\n \"cnt\": 7\n },\n {\n \"relation_type\": \"DEVELOPED_BY\",\n \"cnt\": 6\n },\n {\n \"relation_type\": \"BASED_ON\",\n \"cnt\": 6\n },\n {\n \"relation_type\": \"IS_A\",\n \"cnt\": 2\n },\n {\n \"relation_type\": \"HAS_DURATION\",\n \"cnt\": 1\n },\n {\n \"relation_type\": \"LED_BY\",\n \"cnt\": 1\n },\n {\n \"relation_type\": \"HAS_CULTURE\",\n \"cnt\": 1\n }\n ],\n \"row_count\": 10,\n \"error\": null,\n \"execution_ms\": 1\n}"
}
]
}