Skip to main content
Glama
kshitiz305

analytics-mcp-server

by kshitiz305

Describe Table

analytics_describe_table
Read-onlyIdempotent

Inspect a table's schema, row count, and sample rows to understand columns before querying.

Instructions

Show a table's column schema, total row count and a few sample rows.

Use this after analytics_list_tables to understand a table's columns (names, types, nullability, primary keys) before writing a query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableYesExact table name (see analytics_list_tables).
sample_limitNoNumber of sample rows to preview (0-50).
response_formatNo``markdown`` (default) or ``json``.markdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds that the tool returns column schema, row count, and sample rows, which gives behavioral context beyond annotations. No contradictions, but the annotations already cover safety.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description consists of two sentences: the first defines purpose, the second states usage. No extraneous words, well front-loaded, and efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool simplicity (3 parameters, 1 required) and the presence of an output schema, the description sufficiently covers what the tool does and when to use it. No gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so each parameter is documented in the schema. The description does not add significant new meaning beyond reminding to use exact table name from analytics_list_tables. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool shows a table's column schema, total row count, and sample rows. It uses a specific verb-resource combination ('Show a table's column schema...') and distinguishes from siblings by advising to use after analytics_list_tables.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says to use this tool after analytics_list_tables to understand columns before writing a query. This provides clear context and implicitly guides not to use it for other purposes like running queries or aggregates.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/kshitiz305/analytics-mcp-server'

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