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
createDatabasetool. - Drop
Database Request - Request for the
dropDatabasetool. - Explain
Query Request - Request for the
explainQuerytool. - GetTable
Schema Request - Request for the
getTableSchematool. - List
Databases Request - Request for the
listDatabasestool. - List
Databases Response - Response for the
listDatabasestool. - List
Tables Request - Request for the
listTablestool. - List
Tables Response - Response for the
listTablestool. - Message
Response - Response for tools with no structured return data.
- Query
Request - Request for the
writeQuerytool. - Query
Response - Response for the
writeQueryandexplainQuerytools. - Read
Query Request - Request for the
readQuerytool. - Read
Query Response - Response for the
readQuerytool. - Table
Schema Response - Response for the
getTableSchematool.