MCP Variance Log
by truaxki
describe_table
Show structure of a specific table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
table_name | Yes | Name 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"
}