describe_table
View schema information for a table
How to use it
describe_table is exposed by the MCP Database Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the describe_table tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install MCP Database Server
$
npm install -g @executeautomation/database-serverOther tools in MCP Database Server (9)
alter_table
Modify existing table schema
append_insight
Add a business insight to memo
create_table
Create new tables in the database
drop_table
Remove a table from the database
export_query
Export query results as CSV/JSON
list_insights
List all business insights
list_tables
Get a list of all tables
read_query
Execute SELECT queries to read data
write_query
Execute INSERT, UPDATE, or DELETE queries