Skip to main content
Glama
govconapi

io.github.govconapi/govconapi

Official

Get Vehicle Detail

get_vehicle
Read-onlyIdempotent

Retrieve a federal contract vehicle's ceiling, period, and ordered amounts using its PIID, including multi-award family details for compliance analysis.

Instructions

Get one contract vehicle's detail: ceiling, period, and what's been ordered through it.

Award & Compliance tool.

  • piid: vehicle's own PIID (from search_vehicles or get_contract_vehicle)

Also returns a vehicle_family block (is_multiple_award, piid_count, solicitation_identifier, note) disclosing whether this PIID is one award among several placed under the same solicitation, distinct from get_vehicle_holders' own vehicle_family.piids, which lists every sibling PIID; this one only counts them. NOTE: transaction_rollup.distinct_awardees / orders_rollup.distinct_holders above are scoped to THIS piid only and read 1 even when vehicle_family.is_multiple_award is true (FPDS gives every awardee of a multi-award vehicle its own separate PIID), use get_vehicle_holders for the real family-wide count. A ceiling of 999999999999 (or .99) is FPDS's own placeholder for "no negotiated ceiling" (typical on GSA MAS/GWAC-style vehicles), treat it as effectively unlimited, not a literal ~$1T figure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
piidYes

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

A5/5.0
Behavior5/5

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

The annotations already mark the tool read-only and non-destructive, and the description adds valuable behavioral nuances: the vehicle_family block counts sibling PIIDs rather than listing them, rollups are scoped to this PIID only, and the 999999999999 ceiling is FPDS's placeholder for unlimited. This goes well beyond the structured 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 front-loaded with the core purpose and stays tightly organized around the single parameter and the most important return-value caveats. Every sentence adds meaning; the bulleted parameter note and the warnings are directly actionable.

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 one-parameter read-only tool with an output schema and safety annotations, the description covers the essential operational details: input provenance, family-scoping trap, and the ceiling placeholder. Nothing needed to call it correctly is missing.

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?

Schema coverage is 0%, so the description carries the full burden. It clearly defines piid as 'vehicle's own PIID' and instructs the agent where to source it. This is more useful than most schema titles could be.

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 one contract vehicle's detail' and enumerates the returned facets (ceiling, period, what's been ordered). It also distinguishes itself from get_vehicle_holders by explaining the different meaning of vehicle_family data, so an agent can confidently tell them apart.

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 tells the agent where to obtain the required piid parameter ('from search_vehicles or get_contract_vehicle') and explicitly routes to an alternative ('use get_vehicle_holders for the real family-wide count') when a family-wide scope is needed. This is clear when-to-use and when-not-to-use guidance.

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