Skip to main content
Glama
govconapi

io.github.govconapi/govconapi

Official

Get Protests On Solicitation

get_protests_on_solicitation
Read-onlyIdempotent

Retrieve all protests filed on one solicitation, with open/sustained status and the earliest statutory GAO decision deadline.

Instructions

Get every protest filed on ONE solicitation, the contestability read for a specific opportunity or award: any protest pending right now, and the statutory date GAO must decide by.

Award & Compliance tool, Pro only.

- solicitation_number: from search_opportunities, search_contracts, or search_protests

Returns `any_open` and `any_sustained` (pre-computed booleans, check these first
before scanning the `protests` list yourself) and `earliest_open_due_date` (the
nearest statutory deadline among any still-pending protest on this solicitation).

Resolves the WHOLE GAO case: if your `solicitation_number` matches any docket of a
case, this returns every docket across all solicitation-number spellings GAO
recorded for that case (GAO sometimes records one case differently across its own
dockets, e.g. an `RFQ-` prefix present on some rows, absent on others), two
different, both-real spellings for the same case return the identical, complete set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
solicitation_numberYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/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 substantial non-obvious behavioral context: the whole GAO case resolution, docket spelling normalization, pre-computed booleans, and the earliest_open_due_date semantics. This goes well beyond what the annotations provide.

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 dense but each sentence earns its place: the lead sentence states scope, the return fields are listed with usage advice, and the surprising GAO docket behavior is explained in a final paragraph. There is no filler or repetition of structured metadata.

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 a single-parameter read tool, the description covers input sourcing, return-field semantics, pre-computed flags to check first, deadline meaning, and the cross-docket edge case. Even with an output schema present, the description still summarizes the return behavior usefully and is complete for safe invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description carries the full burden for the single parameter. It explains that solicitation_number comes from three named search tools, identifies a solicitation, and that GAO spelling variants still resolve to the complete case set. This fully compensates for the missing schema description.

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: it gets every protest filed on ONE solicitation, including pending protests and the statutory GAO decision deadline. This clearly distinguishes it from broader tools like search_protests and from single-record tools like get_contract.

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 tells the agent where to source the solicitation_number from (search_opportunities, search_contracts, or search_protests), instructs it to check any_open and any_sustained before scanning the protests list, and labels the tool as Award & Compliance/Pro only. It does not explicitly name search_protests as the alternative for broader queries, but the scoping language makes the intended use case clear.

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