Skip to main content
Glama
govconapi

io.github.govconapi/govconapi

Official

Get NAICS Simplified-Acquisition Breakdown

get_naics_simplified_acquisition
Read-onlyIdempotent

Get 12-month FPDS award-value breakdown for any NAICS code, showing simplified-acquisition-band counts, offices, distinct firms, and set-asides to assess small-business opportunities.

Instructions

Get the award-value breakdown for a NAICS code over the last 12 months of FPDS prime awards: counts of micro / simplified-acquisition / above-SAT awards, and which offices are making simplified-acquisition-band awards, with distinct-firm and set-aside counts for that band.

Market Research tool, the SMALL-BUY value-band read (FAR Part 13 context: the $15k-$350k simplified-acquisition band is reserved for small business under FAR 19.502-2(a)'s Rule of Two). Pair with get_naics_positioning (the language) and get_naics_market (the whole-market picture) for the same code.

  • code: 2-6 digit NAICS code

Free tier. Factual, never scored, the facts only, no recommendation on whether to pursue this band. 404 if there's no FPDS prime-award activity for this code in the last 12 months.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes

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.8/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, openWorldHint, idempotentHint, destructiveHint), the description discloses the 404 behavior when no FPDS prime-award activity exists, the time window, the output's factual/not-scored nature, and the explicit absence of a recommendation. This adds substantial behavioral context without contradicting annotations.

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 well-structured: it front-loads the core output, then provides usage context, parameter format, and edge-case behavior. It is longer than strictly necessary, with the FAR legal citation and policy explanation being helpful but not essential for invocation, yet no sentence is wasted.

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?

With a single parameter, annotations, and an output schema present, the description covers the remaining needed context: exact data returned, time window, sibling relationship, 404 failure mode, and the tool's advisory limitations. An agent has everything needed to select and call this tool correctly.

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

Parameters4/5

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

The schema provides only a required 'code' string with 0% description coverage, so the description carries the full burden. It specifies 'code: 2-6 digit NAICS code,' giving the format and domain meaning. For a single-parameter tool, this is adequate, though a concrete example or leading-zero note would have made it complete.

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 the award-value breakdown for a NAICS code over the last 12 months of FPDS prime awards, including counts by award band, offices, distinct firms, and set-asides. It clearly differentiates itself from siblings by labeling itself the 'SMALL-BUY value-band read' within the Market Research tool family.

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 positions the tool as the simplified-acquisition band read and names two sibling tools to pair with for related contexts: get_naics_positioning and get_naics_market. It also provides a FAR Part 13 context that clarifies when this band is relevant, giving an agent clear routing 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