Skip to main content
Glama

TradePilot Agent Commerce

Table extraction from text

tradepilot_service_table_extract_text
Destructive

Extract tables present in supplied text into a structured representation; preserve values and flag ambiguous cells. Uses buyer-supplied information only; no external research or outbound actions. Returns a draft for human review. Price: 0.25 USD. Payment requires explicit wallet authorization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes
result_expiresNo
idempotency_keyNo
result_signatureNo
payment_signatureNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior1/5

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

The description contradicts the annotations. Annotations mark openWorldHint=true and destructiveHint=true, but the description claims 'no external research or outbound actions.' Payment and wallet authorization are themselves outbound side effects, so this blanket claim is misleading.

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?

Four concise sentences, with the core action front-loaded. Each sentence adds a distinct constraint or expectation: output behavior, input scope, review status, and pricing/authorization. No wasted words.

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

Completeness2/5

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

The description covers high-level behavior and pricing, but with no output schema and five parameters, it omits essential invocation details like idempotency, result expiration, signature requirements, and exact return structure. An agent would struggle to call this correctly without additional documentation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain the brief, audience, result_expires, idempotency_key, result_signature, or payment_signature parameters. It only loosely implies the source_text input via 'supplied text.' Given five parameters and no schema descriptions, this is a critical gap.

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 states a specific verb and resource: extract tables from supplied text into a structured representation. It also adds concrete output expectations—preserve values and flag ambiguous cells—which clearly distinguishes this from generic extraction or other text-processing siblings.

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?

It implies when to use it: when you have buyer-supplied text containing tables and want a review-ready draft. It does not explicitly name alternatives or exclusion criteria, such as when to choose csv_table_convert or invoice_text_extraction instead.

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.

Resources