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
Name | Required | Description | Default |
---|---|---|---|
sample_rows | No | Number of sample rows to return | |
table_name | Yes | Name of the table to analyze |