Skip to main content
Glama

Usa Expiring Awards

usa_expiring_awards
Read-onlyIdempotent

Federal contracts EXPIRING soon -- the recompete calendar. "Which VA IT contracts over $10M expire in the next 12 months?" / "what is up for recompete at DHS next year" / "find follow-on opportunities in NAICS 5415" / "whose contract is ending". Returns the incumbent holding each award, its period of performance, obligated dollars, agency, NAICS/PSC, and a usaspending.gov link. Filter by agency, sub-agency, NAICS or PSC prefix, incumbent name, and minimum obligated dollars. Covers awarded CONTRACTS already held by a vendor; for open solicitations still accepting bids use samgov/govcon tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pscNoProduct/Service Code or prefix (e.g. "D3" for IT services).
limitNoMax awards to return (default 25, max 200).
naicsNoNAICS code or prefix. Hierarchical: "5415" matches all 6-digit computer-services codes beneath it.
agencyNoAwarding agency, substring match (e.g. "Department of Veterans Affairs", "Defense").
recipientNoIncumbent contractor name, substring match.
min_amountNoMinimum total OBLIGATED dollars on the award (not the ceiling). 10000000 for "over $10M".
sub_agencyNoAwarding sub-agency, substring match (e.g. "Veterans Health Administration").
months_aheadNoWindow size in months from today (default 12).

Schema Changelog

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

  1. Added

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare the operation read-only, idempotent, non-destructive, and open-world, so the description does not need to restate those traits. It adds meaningful behavioral scope by clarifying that results are limited to existing awarded contracts, not open solicitations, which prevents misuse. It also discloses the returned data fields and filtering dimensions, giving the agent a clear picture of what the call will do beyond the annotation flags.

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 front-loads the core concept, provides illustrative user queries, lists return fields and filters, and ends with a scope caveat. Each sentence earns its place, and the structure moves from purpose to examples to outputs to boundaries. No redundant restatement of the tool name or title appears.

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 an 8-parameter search tool with no output schema, the description covers return values, filter options, the time-based nature of the query, and the key exclusion (open solicitations). It also gives multiple realistic example parameter combinations. Nothing critical is missing for an agent to invoke the tool correctly.

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%, and the input schema already contains detailed descriptions for all 8 parameters, including examples and prefix-matching semantics. The description adds little semantic value beyond naming the filter categories and an example threshold ('over $10M'). Baseline 3 is appropriate because the schema carries the parameter documentation burden.

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 a precise resource and function: 'Federal contracts EXPIRING soon -- the recompete calendar.' It gives concrete example queries and specifies exactly what is returned (incumbent, period of performance, obligated dollars, agency, NAICS/PSC, usaspending.gov link), making the tool's purpose unmistakable. It also implicitly distinguishes itself from open-solicitation tools by scoping to awarded contracts already held by a vendor.

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 states when to use the tool ('awarded CONTRACTS already held by a vendor') and when not to: 'for open solicitations still accepting bids use samgov/govcon tools.' Example questions like 'What is up for recompete at DHS next year?' further clarify intended use cases. This is explicit conditional routing with named 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

A3.8/5.0
Disambiguation2/5

ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are essentially the same router with different output modes, and ask_pipeworx_beta is currently identical to ask_pipeworx. There is also meaningful overlap between entity_profile, compare_entities, recent_changes, validate_claim, and the USAspending profile/search tools.

Naming Consistency3/5

All names are lower_snake_case with useful prefixes like ask_, polymarket_, and usa_, which helps grouping. However, the underlying convention is mixed: some are verb+object, some are noun phrases, and some are bare verbs, so there is no uniform verb_noun pattern.

Tool Count2/5

38 tools is well beyond the heavy range, and most of them are unrelated to USAspending: Polymarket betting, npm dependency checks, AI visibility, memory storage, and meta-tools. The actual USAspending-specific surface is only about seven tools, making the server feel bloated and unfocused.

Completeness3/5

The federal-contract cluster covers award search, recipient/incumbent profiles, expiring awards, and spending by agency/category/trend, which handles the main contracting questions. Missing award-detail retrieval, grants/assistance coverage, and open-solicitation lookup, which usa_expiring_awards explicitly punts to external samgov/govcon tools.