Skip to main content
Glama

SQLite MCP Server

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

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/jacksteamdev/mcp-sqlite-bun-server'

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