Expand description
Request and response types for MCP tool parameters.
Each struct maps to the JSON input or output schema of one MCP tool.
Structsยง
- Create
Database Request - Request for the
create_databasetool. - Drop
Database Request - Request for the
drop_databasetool. - Explain
Query Request - Request for the
explain_querytool. - GetTable
Schema Request - Request for the
get_table_schematool. - List
Databases Response - Response for the
list_databasestool. - List
Tables Request - Request for the
list_tablestool. - List
Tables Response - Response for the
list_tablestool. - Message
Response - Response for tools with no structured return data.
- Query
Request - Request for the
read_queryandwrite_querytools. - Query
Response - Response for the
read_query,write_query, andexplain_querytools. - Table
Schema Response - Response for the
get_table_schematool.