Skip to main content
Glama

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

Other Tools from SQLite MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/modelcontextprotocol/sqlite'

If you have feedback or need assistance with the MCP directory API, please join our Discord server