Skip to main content
Glama

US federal contract actions

federal_contracts

Retrieve the largest US federal contract actions from USAspending, optionally summed by listed parent company or filtered to one ticker.

Instructions

Largest US federal contract actions from USAspending, optionally summed by listed parent company (by=ticker) or filtered to one ticker.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
byNo
daysNo
listedNo
tickerNoUS ticker symbol, e.g. GME. Class shares as on the SEC list, e.g. BRK-B.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

B3.4/5.0
Behavior3/5

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

No annotations exist, so the description must carry the whole load. It does disclose the default behavior (unfiltered results are ranked by size) and the aggregation semantics of by=ticker, which is real behavioral information, but it says nothing about result limits, the default time window, or what the returned records contain.

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?

A single compact sentence that front-loads what the tool returns before the optional modes. No padding, though the parenthetical '(by=ticker)' makes one clause slightly dense.

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

Completeness3/5

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

For a 4-parameter tool with no output schema and no annotations, an agent still cannot tell what 'listed' does, what the default lookback is, or what shape the results take. The main query modes are covered, so it is adequate but not complete.

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 only 25% (only ticker is documented in the schema). The description usefully explains by=ticker (sum by listed parent company) and ticker (filter to one ticker), but leaves 'days' and especially the boolean 'listed' completely unexplained in both description and schema.

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?

States a specific verb+resource (contract actions from USAspending) and even names the ranking ('largest') and data source. The domain is unique among the financial-market siblings, so differentiation is implicit rather than stated, which keeps it just short of a 5.

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

Usage Guidelines3/5

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

The description sketches two modes ('summed by listed parent company' via by=ticker, or 'filtered to one ticker') but never says when to choose one over the other or what the bare no-argument call returns. Usage is implied by the mode clauses, not articulated.

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