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_name
field present in the shared server types.
Structsยง
- Drop
Table Request - Request for the
drop_tabletool. - Explain
Query Request - Request for the
explain_querytool. - GetTable
Schema Request - Request for the
get_table_schematool. - Query
Request - Request for the
read_queryandwrite_querytools.