govcon-feed
Server Details
Track US federal contract changes: what changed, deltas, competitor award watch, award search.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.8/5 across 4 of 4 tools scored. Lowest: 3.2/5.
Each tool has a distinct purpose: competitor_watch focuses on a specific contractor's history, delta_digest provides weekly summaries, search_awards enables ad-hoc live searches, and whats_changed_since handles incremental updates. No overlap or ambiguity.
Names follow a mostly consistent pattern of descriptive phrases with underscores (e.g., competitor_watch, search_awards). 'whats_changed_since' is slightly less conventional but still readable. Overall, the naming is clear and predictable.
With 4 tools covering search, competitor tracking, weekly digest, and incremental updates, the count is well-scoped for a federal contract feed. Each tool serves a distinct need without unnecessary redundancy.
The set covers key workflows: ad-hoc search, targeted contractor watching, periodic summaries, and change tracking. Minor gaps like direct access to award details or agency/NAICS browsing are mitigated by the search tool's capabilities.
Available Tools
4 toolscompetitor_watchAInspect
Given a contractor name, return their recent federal awards (last 180d live) plus any win/lose/modify events the feed has accrued over time.
| Name | Required | Description | Default |
|---|---|---|---|
| contractor | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It specifies the 180-day live window and event accrual, giving good insight into behavior, though lacks details on auth or rate limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, concise, no fluff. All words contribute meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Adequate for a simple tool with one parameter and no output schema. It covers the core functionality, though could mention output format.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Only parameter 'contractor' is a string. The description clarifies it expects a contractor name, adding value over the schema which has no description. However, no further syntax or examples are provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns recent federal awards and events for a contractor, distinguishing it from sibling tools like search_awards which likely do broader searches.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when you have a contractor name, but does not provide explicit guidance on when not to use or alternatives among siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
delta_digestBInspect
Weekly delta digest for a filter: new awards, modifications, and contracts EXPIRING in the next N days (recompete opportunities). Best signal for BD teams.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback days for new/modified (default 7). | |
| naics | No | ||
| agency | No | ||
| keyword | No | ||
| maxAmount | No | ||
| minAmount | No | ||
| recipient | No | ||
| expiringDays | No | Expiry horizon, 90 or 180 (default 90). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It mentions weekly frequency and filter but omits details on data freshness, pagination, rate limits, or what exactly constitutes 'modifications'.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence with no fluff, but it could benefit from slightly more structure to improve scannability.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With 8 parameters, no annotations, and no output schema, the description fails to explain output format, pagination, or data freshness, making it insufficient for full contextual understanding.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is only 25% (days and expiringDays described). The description does not elaborate on other parameters like naics, agency, keyword, maxAmount, minAmount, recipient, leaving their semantics unclear.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as a weekly delta digest covering new awards, modifications, and expiring contracts (recompete opportunities), and specifies it is best for BD teams. It distinguishes itself from siblings like competitor_watch and search_awards.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for BD teams and recompete opportunities but provides no explicit when-not or alternative comparisons to sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_awardsAInspect
Direct live search of US federal awards (USAspending.gov) by NAICS, agency, recipient, keyword, date range, and $ range. Use for ad-hoc lookups.
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| limit | No | Default 50, max 200. | |
| naics | No | ||
| start | No | ||
| agency | No | ||
| keyword | No | ||
| maxAmount | No | ||
| minAmount | No | ||
| recipient | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden of behavioral disclosure. It mentions 'direct live search' implying real-time queries, but lacks details on rate limits, pagination behavior, result format, error handling, or any side effects. The limit parameter is mentioned in schema but not in description.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise at two short sentences, with no unnecessary words. Key information (verb, resource, filter types, usage context) is front-loaded in the first sentence.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has 9 parameters, no output schema, and no annotations. The description only lists filter types and declares it a live search. It omits details on pagination, error handling, return structure, and parameter restrictions (e.g., max query length, required parameter combinations). This is insufficient for an agent to confidently invoke the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 11% (only limit has a description), placing the burden on the description. The description lists parameter categories (NAICS, agency, etc.) but does not specify formats (e.g., date string format for start/end, NAICS code length, currency units for min/max amount). The limit default and max are in schema but not described.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (direct live search) and the resource (US federal awards via USAspending.gov), enumerating multiple filter types (NAICS, agency, recipient, keyword, date range, $ range). The tool is distinct from sibling tools (competitor_watch, delta_digest, whats_changed_since) which serve different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description advises use for 'ad-hoc lookups', providing clear context for when to use the tool. It does not explicitly list alternatives or exclusions, but the sibling tool names imply different use cases.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
whats_changed_sinceAInspect
Return federal contract awards that are NEW or MODIFIED since a cursor token. Pass the cursor from a prior call to get only changes since then (cursor = your bookmark). Filter by NAICS, awarding agency, recipient/contractor, keyword, and $ range. This is the GovCon delta feed's core lock-in primitive.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max changes to return (default 100). | |
| naics | No | NAICS code prefixes, e.g. ['5415']. | |
| agency | No | Awarding agency name substring, e.g. 'Defense'. | |
| cursor | No | Opaque cursor from a previous response; omit for first call. | |
| keyword | No | ||
| maxAmount | No | ||
| minAmount | No | ||
| recipient | No | Contractor name substring. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
In the absence of annotations, the description conveys the core behavior: it returns new/modified awards, uses a cursor for incremental updates, and supports filtering. It does not mention side effects, authorization requirements, or rate limits, but the described behavior is accurate and sufficient for basic understanding.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise, with two sentences that front-load the key action (return new/modified awards) and then provide usage details. Every sentence adds value, and there is no redundancy or filler. It's well-structured for quick comprehension.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and 8 parameters, the description provides a solid overview of the tool's purpose and filtering capabilities. It explains the cursor for stateful tracking. However, it could mention common expected output fields or pagination behavior to fully equip the agent, but it's still fairly complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds meaning beyond the input schema by explaining the cursor mechanism and summarizing filterable fields (NAICS, agency, recipient, keyword, $ range). With 63% schema coverage, the description compensates by grouping filters, though it omits the 'limit' parameter from the prose. Overall, it enhances understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns new or modified federal contract awards since a cursor token. It distinguishes itself from sibling tools by calling it 'the GovCon delta feed's core lock-in primitive', implying it's the primary mechanism for incremental updates, unlike search_awards which likely handles search queries.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear guidance on when to use: to get changes since a previous cursor. It explains the cursor mechanism and available filters. However, it does not explicitly state when not to use this tool or compare it to sibling alternatives like competitor_watch or delta_digest.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!