Skip to main content
Glama

Table Meta

table_meta
Read-onlyIdempotent

Table definition (dimensions, valid values). Path is the .px table id, e.g. "0156101S.px".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYese.g. "0156101S.px" (include the .px suffix)

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnly and idempotent, making safety clear. The description adds behavioral context by stating the output includes dimensions and valid values, which is useful. It doesn't contradict annotations.

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?

Two concise sentences with no redundancy. Front-loaded with purpose, followed by parameter explanation. Every sentence adds value.

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

Completeness3/5

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

For a simple tool with one param and no output schema, the description provides the essential purpose. However, it lacks detail on the return structure (e.g., format of dimensions and valid values) which could be needed for correct interpretation.

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 coverage is 100%, so baseline is 3. The description repeats the path format example but adds minimal new semantic value beyond 'e.g. 0156101S.px'.

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 returns table definition including dimensions and valid values, and specifies the path parameter format with an example. This verb+resource structure is specific and distinguishes it from sibling tools like query_table.

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

Usage Guidelines3/5

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

The description implies usage for retrieving table metadata, but does not explicitly guide when to use this over alternatives like query_table. No explicit context on prerequisites or exclusions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but there is some overlap among ask_pipeworx, ask_pipeworx_grounded, and deep_research, as well as between discover_tools and suggest_questions. However, detailed descriptions help differentiate them.

Naming Consistency2/5

Naming conventions are highly inconsistent, mixing snake_case (ask_pipeworx, forget), camelCase (discoverTools, suggestQuestions), and underscores (ai_visibility_check, compare_entities). No predictable pattern.

Tool Count3/5

33 tools is on the high side, but the broad domain (finance, pharma, prediction markets, etc.) partly justifies it. However, some tools like forget, remember, recall seem generic and could be separated.

Completeness4/5

The tool surface covers a wide range of functionalities: visibility checks, pipeworx queries, entity profiles, comparisons, subscriptions, memory, and more. Minor gaps may exist in real-time data or specific niche sources.