Skip to main content
Glama

Request missing data

request_data

The suggestion box: ask for data we don't have (a pre-2015 filing, an uncovered ticker, an unsupported chain, a whole dataset). Requests feed the nightly ingestion queue — filings are usually available within ~24h. Include contact if you want to hear back. Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contactNoOptional: URL/email/handle for follow-up
use_caseNoOptional: what you're building
descriptionYesWhat data you need, in your own words

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden well. It discloses that requests feed a nightly ingestion queue and are usually available within ~24h, and mentions optional contact for follow-up. It doesn't detail response behavior, but for a request tool this is adequate.

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 compact: a purpose phrase, examples, a time-frame, and a note on contact. Every sentence adds value; no fluff or repetition.

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

Completeness4/5

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

For a simple request tool with no output schema, the description is complete enough: it explains the request process, expected timing, and optional contact. It doesn't mention what the immediate response looks like, but that's not critical for this type of tool.

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% with descriptions and examples for all three parameters, so the baseline is 3. The description adds only general context (e.g., 'Include contact if you want to hear back') which is redundant with the schema, and does not add new syntax or nuances.

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 opens with 'The suggestion box: ask for data we don't have' – a specific verb and resource. It clearly distinguishes itself from siblings like find_data by focusing on missing data, with concrete examples (pre-2015 filing, uncovered ticker).

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?

It clearly states when to use this tool: when data is not available (pre-2015 filing, unsupported chain, whole dataset). However, it does not explicitly name alternatives or provide when-not-to-use guidance, so it's more implied than fully explicit.

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

A4.4/5.0
Disambiguation5/5

Each tool serves a clearly distinct function—data discovery, holidays, icons, OCR, news, PDF extraction, pricing, URL reading, data requests, screenshots, timezone, and weather. There is no overlap in purpose; even read_url and screenshot_url differ by output format (markdown vs PNG).

Naming Consistency4/5

All tool names use lowercase snake_case and are readable, but the pattern is not uniformly verb_noun—some are nouns (holidays, news, pricing, timezone, weather) while others are verb_noun (find_data, read_url). This is a minor inconsistency that doesn't impede predictability.

Tool Count5/5

With 12 tools, the server sits comfortably within the ideal 3–15 range. Each tool earns its place covering a distinct web utility, and the count matches the broad but well-defined scope of a general-purpose web toolbox.

Completeness4/5

The tool surface is fairly complete for a general-purpose web utility server, covering common tasks like fetching, extracting, searching, and checking time/weather/holidays, plus meta tools (pricing, request_data). Minor gaps like a generic text summarizer or video tool exist, but nothing critical for the intended purpose.

Resources