SQLite MCP Server

by jacksteamdev
Verified

describe-table

Retrieve schema details for a specified table in SQLite, providing table structure information to streamline database analysis and queries.

Instructions

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" }

You must be authenticated.

Other Tools from SQLite MCP Server

Related Tools

ID: le7p83s38c