Skip to main content
Glama

govspendpulse

Query global government procurement data including US federal contracts, EU tenders, UK contracts, and development bank opportunities. Analyze agency spending and competitor awards.

Instructions

GovSpendPulse: Global government procurement intelligence API. 9 endpoints covering US federal contracts (USASpending.gov), active solicitations (SAM.gov), EU tenders (TED), UK contracts, global development bank opp

Coverage: Global

Endpoints: • us-contracts ($0.08): US federal contract awards • us-opportunities ($0.08): US active solicitations (SAM.gov) • eu-tenders ($0.08): EU procurement tenders (TED) • uk-contracts ($0.08): UK government contracts • global-opportunities ($0.15): Global procurement opportunities • agency-intel ($0.15): US agency spending intelligence • competitor-awards ($0.15): Competitor federal award analysis • development-bank ($0.15): Development bank procurement • contract-brief ($0.20): Full contract intelligence brief

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cpvNoCPV procurement code — e.g. 72000000 (IT services)
langNoResponse language
limitNoNumber of results (5, 10, or 20)
naicsNoNAICS code — e.g. 541512 (computer systems design)
stateNoTwo-letter US state code — e.g. VA, CA, TX
actionYesWhich endpoint to call. Options: us-contracts | us-opportunities | eu-tenders | uk-contracts | global-opportunities | agency-intel | competitor-awards | development-bank | contract-brief
activeNoOnly return open solicitations
agencyNoAgency name or abbreviation — e.g. DHS, VA, HHS, DoD, NASA, GSA
countryNoISO 2-letter country code — e.g. DE, FR, PL, NL (blank = all EU)
keywordNoSearch term — e.g. cybersecurity, cloud computing, management consulting
regionsNoComma-separated regions: australia, canada, asia, africa, latam, mena, un
year_fromNoFiscal year start — e.g. 2024, 2025

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.1.0

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 carry behavioral disclosure. It does mention per-endpoint pricing and data sources, which adds context, but omits important details such as required authentication, rate limits, error behavior, or response format. This is a significant gap for a tool with 12 parameters and multiple endpoints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured with a bullet list, which aids readability, but it is verbose and ends abruptly with 'development bank opp' (clearly truncated). The opening sentence is somewhat marketing-like and could be tightened, while the list does provide useful information.

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 the complexity (9 endpoints, 12 parameters, no output schema), the description is incomplete. It lists endpoints and prices but does not explain which parameters apply to which endpoints, what the response looks like, or any usage examples. This leaves the agent under-informed for selecting and invoking the correct action.

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?

The schema already provides 100% coverage with descriptions for all 12 parameters, so the baseline is 3. The tool description does not add any extra meaning about how parameters relate to specific endpoints or provide examples beyond the schema's own descriptions.

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 identifies the tool as a global government procurement intelligence API and lists its 9 endpoints with data sources, distinguishing it from the many 'pulse' siblings by domain. However, it lacks a single specific verb like 'query' or 'fetch', relying on the resource list to convey function.

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 endpoint list implies when to use each action (e.g., 'us-contracts' for US federal awards), but there is no explicit statement of when to choose this tool over alternatives or any exclusions. The coverage note ('Global') gives some context, but no direct comparison to other tools is provided.

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