SQLite MCP Server

describe_table

Retrieve the schema details of a specified table in the SQLite MCP Server to analyze its structure and data format.

Instructions

Get the schema information for a specific table

Input Schema

NameRequiredDescriptionDefault
table_nameYesName of the table to describe

Input Schema (JSON Schema)

{ "properties": { "table_name": { "description": "Name of the table to describe", "type": "string" } }, "required": [ "table_name" ], "type": "object" }

You must be authenticated.

Other Tools from SQLite MCP Server

Related Tools

ID: da1wnq8zrd