Skip to main content
Glama
govconapi

io.github.govconapi/govconapi

Official

Search Subawards

search_subawards
Read-onlyIdempotent

Search FFATA subawards to identify subcontractors paid by prime contractors. Filter by prime or sub UEI, PIID, NAICS, name, amount, and date.

Instructions

Search FFATA subawards: who primes paid as subcontractors.

Award & Compliance tool. For a single company's subs-paid or primes-that-paid-them reverse lookups, use get_prime_subawards / get_prime_relationships instead, narrower and simpler when you already have one UEI.

  • prime_uei / sub_uei: exact 12-char

  • piid: the PRIME contract's PIID

  • naics: exactly 6 digits

  • sub_name: substring, min 3 chars

  • limit: max 250

Data coverage starts FY2025 (~2024-10-01) and cannot go earlier on any plan, a date_from before that floor is silently clamped, not rejected; the response's window block (clamped, earliest_searchable, reason) discloses what actually ran.

NOTE: this table has no cage_code field, you cannot CAGE-cross-check a subawardee through this tool, only by UEI/name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
piidNo
limitNo
naicsNo
agencyNo
offsetNo
date_toNo
sort_byNo
sub_ueiNo
sub_nameNo
date_fromNo
prime_ueiNo
amount_maxNo
amount_minNo
sort_orderNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already signal read-only/idempotent/non-destructive; the description adds materially beyond that: FY2025 data coverage floor, silent clamping of date_from with the response window block disclosing actual range, and absence of cage_code for CAGE cross-checking. These are behavioral surprises an agent would otherwise discover at runtime.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is organized into purpose, sibling routing, parameter constraints, and data caveats, with important information front-loaded. The bullet list and explicit NOTE make it scannable. The 'Award & Compliance tool' line adds only mild context and could be trimmed, but overall it earns its length.

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

Completeness3/5

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

Given 14 optional parameters and zero schema descriptions, the definition covers the most critical constraints and caveats, and an output schema exists for return values. Still, several optional parameters (agency, amount filters, sort/pagination, date formatting) are left undefined, so an agent may still guess at valid inputs. It is adequate and helpful, but not fully complete for a tool this parameter-rich.

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?

With schema description coverage at 0%, the description carries a heavy burden. It usefully documents prime_uei/sub_uei exact 12-char, piid semantics, naics 6-digit, sub_name substring min 3, and limit max 250. However, agency, amount_min/max, sort_by/order, offset, and date_to still have no explanation in either the schema or description, leaving significant gaps.

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 opening sentence names a specific action ('Search FFATA subawards') and the unique resource, and the parenthetical 'who primes paid as subcontractors' clarifies the domain. It explicitly names sibling tools with a narrower focus, so the agent can differentiate it from get_prime_subawards/get_prime_relationships without opening schemas.

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?

It states when NOT to use this tool: for single-UEI reverse lookups, use get_prime_subawards/get_prime_relationships, described as narrower and simpler. This implies this tool is for broader cross-prime/sub searches and gives a concrete routing rule. It also provides per-parameter constraints that guide usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/govconapi/govconapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server