Skip to main content
Glama
govconapi

io.github.govconapi/govconapi

Official

Get Prime Relationships

get_prime_relationships
Read-onlyIdempotent

Find every prime contractor that has paid your company as a subcontractor. Enter a UEI to see who subcontracts to you, including totals, top primes, and subaward dates.

Instructions

Get every prime that has paid THIS company as a subcontractor, "who subcontracts to them," the opposite direction from get_prime_subawards.

Award & Compliance tool.

- uei: 12-character Unique Entity ID (the SUB's UEI)
- limit: max 250

Includes a `summary` block (total_received, distinct_primes, top_primes, first/last
subaward date) alongside the paginated `data` rows, read `summary` first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ueiYes
limitNo
offsetNo
date_toNo
date_fromNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior. The description adds useful behavioral detail beyond annotations: the summary block composition, paginated data rows, a 'read summary first' directive, and the limit cap of 250. This gives the agent operational expectations without contradicting the annotations.

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 and front-loaded: the core purpose appears first, followed by concise parameter bullets and a note about the response structure. Every sentence adds information, with no filler or repetition of the tool name.

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?

Annotations cover the safety profile, an output schema exists, and the description supplies enough operational guidance to call the tool: required UEI, limit cap, pagination, and the summary block. It could add explicit date-parameter guidance, but the remaining gaps are minor given the schema and titles.

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 0% schema description coverage, the description must compensate for parameter meaning. It explains uei as the SUB's 12-character UEI and constrains limit to max 250, which is valuable. However, it does not describe offset, date_from, or date_to semantics or formats, leaving part of the parameter space undocumented.

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 states a specific verb and resource: 'Get every prime that has paid THIS company as a subcontractor,' and immediately distinguishes the direction from get_prime_subawards. This makes the tool's purpose unambiguous and clearly differentiates it from the closest sibling.

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 names get_prime_subawards as the opposite-direction alternative, telling an agent when to prefer this tool. It also provides domain context with 'Award & Compliance tool' and clarifies the entity being queried as the subcontractor.

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

Other Tools

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