Expand description
SQLite-specific MCP tool request types.
Unlike MySQL and PostgreSQL, SQLite operates on a single file and
has no database selection. These types omit the database
field present in the shared server types.
Structsยง
- Drop
Table Request - Request for the
dropTabletool. - Explain
Query Request - Request for the
explainQuerytool. - GetTable
Schema Request - Request for the
getTableSchematool. - List
Tables Request - Request for the
listTablestool. - Query
Request - Request for the
writeQuerytool. - Read
Query Request - Request for the
readQuerytool.