SQLite MCP Server

by jacksteamdev
Verified

describe-table

Get schema information for a table

Input Schema

NameRequiredDescriptionDefault
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "table_name": { "type": "string" } }, "required": [ "table_name" ], "type": "object" }