Skip to main content
Glama
govconapi

io.github.govconapi/govconapi

Official

Get Company Peers

get_company_peers
Read-onlyIdempotent

Identify a company's competitors by finding similar firms that share NAICS codes and federal agency overlaps. Use this to analyze the competitive landscape, then drill into each peer's profile or exclusion status.

Instructions

Find companies similar to this one by NAICS + agency overlap, the competitive landscape around a firm, not its own history.

Capture & Teaming tool, Pro only. Use this to answer "who else competes where this
company competes," distinct from get_company_profile (this firm's own stats) or
search_companies (open name search).

- uei: 12-character Unique Entity ID
- limit: max 50

Returns each peer's `uei`, chain into get_company_profile or check_exclusion for any
of them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ueiYes
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Beyond the readOnly and idempotent annotations, the description explains the output format ('Returns each peer's uei') and suggests chaining to other tools, revealing expected behavior and side-effect-free operation.

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 concise, with clear separation of purpose, differentiation, and parameter details. It is front-loaded with the core purpose and avoids unnecessary verbosity.

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?

It covers what the tool does, when to use it, parameter semantics, and return value, making it fully self-contained for an agent to invoke correctly without ambiguity.

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 description enriches the schema by specifying the UEI format ('12-character Unique Entity ID') and the limit maximum ('max 50'), providing crucial details not present in the schema alone.

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 clearly states the verb 'Find' and the resource 'companies similar' with a specific method (NAICS + agency overlap). It explicitly distinguishes from sibling tools get_company_profile and search_companies, making the purpose unambiguous.

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 provides explicit guidance on when to use this tool ('Use this to answer...') and contrasts it with alternatives, giving clear selection criteria. The 'Pro only' note also adds usage context.

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