Skip to main content
Glama

AwardCast Federal Contracts

price_band

Historical closing-price range for an agency and NAICS category pair: the 10th percentile, median and 90th percentile of contracts already awarded, plus the average number of competing offers. Call this when the user asks what a contract in this market usually goes for, or wants a benchmark before pricing a bid. This is aggregated HISTORY, not a forecast: the forecast for a specific solicitation is paid, at https://awardcast.ai/pricing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
naicsYesSix-digit NAICS code, e.g. "541519".
agencyYesAgency name as it appears in USASpending, e.g. "Department of Defense".

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses that the data is aggregated history, not a forecast, and points to the paid forecast offering. It does not mention edge cases like no data availability, but for a simple read-only lookup, the provided context is solid.

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?

Three sentences, front-loaded with the core purpose, followed by usage and limitation. Every sentence adds value with no redundancy or fluff. Highly 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?

The tool is simple (two required params, no output schema), and the description explains what it returns, when to use it, and its limitations. It is complete for the tool's complexity without over-explaining.

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 description coverage is 100%, so the baseline is 3. The description adds minimal param semantics beyond the schema, only referring to the pair generically. The schema already provides full descriptions for both agency and naics, so the description is not required to compensate.

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 provides historical closing-price range for an agency and NAICS pair, with specific metrics (10th percentile, median, 90th percentile, average competing offers). It distinguishes itself from siblings by focusing on price benchmarking and explicitly clarifying it is not a forecast.

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

Usage Guidelines5/5

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

The description explicitly says when to call this tool ('when the user asks what a contract in this market usually goes for, or wants a benchmark before pricing a bid') and what not to use it for (forecasts are paid and located elsewhere). This gives clear usage guidance and alternatives.

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