Skip to main content
Glama

SQLite MCP Server

by sam2332

describe_table

Retrieve the schema or structure of a specified table in SQLite databases using this tool, enabling clear insights into table design and relationships.

Instructions

Get the schema/structure of 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" }
Install Server

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/sam2332/mcp-quick-sqlite3'

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