Skip to main content
Glama

AwardCast Federal Contracts

fetch

Open the full record behind an id returned by search: an agency profile with price by category and its top winners, a contractor's award history, or a solicitation with its scope and deadline. Call this whenever you need the detail behind a search result, and always before citing a number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe exact id returned by search, unchanged.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
urlYes
textYesThe complete record, as prose.
titleYes
metadataYes

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It implies a read-only retrieval action through 'open' and describes the content of the returned records, which adds behavioral context. However, it does not explicitly state whether the operation is safe, idempotent, or requires permissions, and does not disclose any side effects or rate limits. The examples of record contents are useful but fall short of full transparency.

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 exactly two sentences. The first sentence states the core purpose with illustrative examples, and the second provides a direct usage directive. No filler or redundancy exists; every word contributes to understanding the tool's role.

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?

This is a simple single-parameter tool with a clear output schema, so the description doesn't need to detail return values. It sufficiently explains when to use the tool and what kind of information can be expected. The examples of record types give context beyond the schema. It lacks explicit limitations or when-not-to-use guidance, but for a fetch-by-id utility, the coverage is strong.

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?

The input schema already provides 100% coverage for the single 'id' parameter, describing it as 'The exact id returned by search, unchanged.' The description reinforces this by mentioning 'an id returned by search' and advising to call before citing a number, but it does not add new syntactic or semantic details beyond what the schema already states. Baseline of 3 is appropriate given full schema coverage.

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's function: 'Open the full record behind an id returned by search.' It provides concrete examples of record types (agency profile, contractor award history, solicitation) and explicitly positions it as the detail-retrieval counterpart to search. This distinguishes it from sibling tools like agency_profile or contractor_profile, which may focus on specific entity types.

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 gives explicit usage context: 'Call this whenever you need the detail behind a search result, and always before citing a number.' This tells the agent when to use the tool. However, it does not mention when not to use it or name alternative tools explicitly, so it lacks the full exclusions/alternatives that would merit 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

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: agencies, contractors, solicitations, historical pricing, forecast accuracy, and pre-solicitation opportunities. Search and fetch are clearly the entry point and detail retriever, with no overlap.

Naming Consistency5/5

All tool names use lowercase snake_case and follow a consistent descriptive pattern, whether noun-based (agency_profile, price_band) or verb-based (search, fetch). No stylistic mixing or ambiguous abbreviations.

Tool Count5/5

Eight tools is well-suited to a federal contracts research domain, covering discovery, detail, profiles, opportunities, pricing, and reliability. Each tool earns its place without redundancy or bloat.

Completeness4/5

The surface covers the core read-only workflows: search, retrieve, compare agency/contractor profiles, find open and upcoming opportunities, benchmark prices, and verify forecast reliability. The only notable gap is that direct forecast output is intentionally excluded (paywalled), but the toolset fully supports the stated free data services.

Resources