Skip to main content
Glama

SQLite MCP Server

by sam2332

get_table_info

Retrieve detailed table information, including schema, indexes, and sample data, from a SQLite database using the MCP server to enhance database analysis and understanding.

Instructions

Get comprehensive information about a table including schema, indexes, and sample data

Input Schema

NameRequiredDescriptionDefault
sample_rowsNoNumber of sample rows to return
table_nameYesName of the table to analyze

Input Schema (JSON Schema)

{ "properties": { "sample_rows": { "default": 5, "description": "Number of sample rows to return", "type": "number" }, "table_name": { "description": "Name of the table to analyze", "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