Skip to main content
Glama

MCPFax Feed Reader

Tell us what data you are looking for (free)

request_data

FREE, no payment. Describe in your own words the data you are trying to buy — anything, not just feeds — and get back whether we operate a service that supplies it, with the MCP endpoint if so. Every request is catalogued so repeatedly-requested data gets built. Nothing identifying is stored, only the words of the request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
needYesWhat you are looking for.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • addedInput schema / properties / need / examples
      Added value: +[
      +  "live electricity spot prices by ZIP"
      +]
  2. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explicitly discloses that the service is free, that requests are catalogued, that nothing identifying is stored, and that only the words of the request are kept. This is unusually transparent for a request tool and covers privacy and data-handling behavior beyond the obvious purpose.

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 is a single, front-loaded sentence that opens with the key free-of-cost detail, then states the purpose and outcome, and closes with privacy guarantees. Every clause contributes meaning, with no fluff. It is concise and well-structured.

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?

For a single-parameter tool with no output schema, the description tells the agent exactly what to expect: whether the service supplies the data and the endpoint if so. It also covers side effects (cataloguing) and privacy. Nothing essential is missing for an agent to decide to call this tool and know what will happen.

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

Parameters4/5

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

The schema already describes the only parameter 'need' as 'What you are looking for' with an example. The description adds value by clarifying the format: 'Describe in your own words' and the scope 'anything, not just feeds'. This goes beyond the schema's bare definition, so a score above the baseline 3 is warranted.

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 verb ('request'), the resource ('data'), and the outcome ('get back whether we operate a service that supplies it, with the MCP endpoint if so'). It distinguishes itself from siblings by emphasizing 'anything, not just feeds', which signals it is a broad inquiry tool rather than a feed-specific discovery or read operation. The purpose is unambiguous.

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

Usage Guidelines4/5

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

The description implies when to use it: when you want to ask about data availability in free-form. The phrase 'not just feeds' subtly contrasts with feed-specific siblings (discover_feeds), and the context 'trying to buy' suggests a pre-purchase inquiry. However, it does not explicitly state when not to use it or name alternatives, so it stops short of a 5.

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.5/5.0
Disambiguation4/5

The feed tools are clearly separated: discover_feeds locates feed URLs while read_feed consumes them. demand_report and request_data both involve data needs, but one is aggregate market demand while the other is an individual availability query, so the descriptions prevent serious confusion.

Naming Consistency4/5

Three tools follow a clear verb_noun pattern: discover_feeds, read_feed, request_data. demand_report reads more like a noun compound than a verb_noun action, which is a minor deviation rather than a systemic inconsistency.

Tool Count5/5

Four tools is a well-scoped set for a feed reader and data-request utility. Each tool serves a distinct purpose without redundancy, and the count feels appropriate for the server's apparent focus.

Completeness4/5

The core workflow of discovering feeds, reading them, and querying data availability is covered. Polling is supported via the 'since' parameter, but there is no subscription-management or explicit feed-validation tool, which are minor gaps rather than blockers.

Resources