Skip to main content
Glama

govcon-contractor-signals

search_awards

Direct live search of US federal awards (USAspending.gov) by NAICS, agency, recipient, keyword, date and $ range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
limitNo
naicsNo
startNo
agencyNo
keywordNo
maxAmountNo
minAmountNo
recipientNo

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description must fully disclose behavior. It mentions 'direct live search,' indicating real-time data, but omits details about read-only nature, rate limits, data freshness, error handling, or pagination behavior. The behavioral disclosure is minimal.

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 a single concise sentence that conveys the tool's purpose without extraneous words. It could be slightly more structured with a bullet list of filters, but it is efficient and clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 9 parameters and no output schema or annotations, the description is too sparse. It does not explain the output format, pagination, sorting, or result limits. The search tool's return structure is entirely unspecified, leaving significant gaps for an agent.

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?

Schema coverage is 0%, so the description should compensate. It lists parameter categories (NAICS, agency, recipient, keyword, date range, dollar range) which cover the 9 parameters at a high level. However, it does not explain formats, constraints, or how parameters interact, leaving some ambiguity.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool performs a live search of US federal awards using various criteria like NAICS, agency, recipient, keyword, date, and dollar range. It identifies the datasource (USAspending.gov) and the scope, but does not explicitly differentiate from sibling tools like contractor_signals or rising_contractors.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus alternatives. The description implies it is for searching awards, but lacks contextual cues about prerequisites, when it is appropriate, or when to choose another tool.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: one retrieves a detailed signal profile for a specific contractor, one provides a ranked feed of rising contractors, and one searches federal awards. No overlap or ambiguity.

Naming Consistency3/5

Tool names follow a general pattern of lowercase snake_case, but the stylistic role varies: 'contractor_signals' is a noun phrase, 'rising_contractors' is adjective-noun, and 'search_awards' is verb-noun. This inconsistency, while minor, breaks a strict verb_noun pattern.

Tool Count4/5

Three tools is appropriate for the focused domain of government contractor signals and award data. The count is minimal but covers the key operations: individual signal, aggregated feed, and search. Could arguably benefit from one or two additional tools (e.g., detailed award view), but not excessive.

Completeness4/5

The tools cover the primary use cases: retrieving an individual signal profile, accessing a ranked feed, and searching awards. However, there is no tool to retrieve detailed information on a specific award or to filter signals by criteria beyond what is embedded in the tools. This is a minor gap but does not severely hinder functionality.

Resources