MCP Tools Reference
execute_query
{
"query": "SELECT region, COUNT(*) as customer_count FROM tpch.tiny.customer GROUP BY region ORDER BY customer_count DESC"
}{
"columns": ["region", "customer_count"],
"data": [
["AFRICA", 5],
["AMERICA", 5],
["ASIA", 5],
["EUROPE", 5],
["MIDDLE EAST", 5]
]
}list_catalogs
list_schemas
list_tables
get_table_schema
explain_query
End-to-End Example
Last updated
Was this helpful?