Skip to main content
Glama

MCP Variance Log

by truaxki

describe_table

Analyze and display the structure of a specified table in the MCP Variance Log database, helping users understand its schema for troubleshooting or data exploration.

Instructions

Show structure of a specific table

Input Schema

NameRequiredDescriptionDefault
table_nameYesName 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" }

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/truaxki/mcp-variance-log'

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