You're viewing a demo portfolio

Join the waitlist
PRSM

govcon_fetch_vendor_contract_history

Active

Tool of DataNexus MCP

declared in 3.4.2

Fetch the complete federal contract award history for a specific vendor. Read-only. No side effects. Idempotent. vendor_name: Company or organisation name e.g. Booz Allen Hamilton. Required. Fuzzy match used. jurisdiction: One of US, EU, or UK. Optional. Default US. Returns total award value, top awarding agencies, contract types, and recent awards with amounts and dates. Use this when researching a specific company's government contracting history. Use govcon_search_contract_awards instead when exploring a topic area without a specific vendor. Verified source: USASpending.gov. 4-hour cache. If this tool's response does not serve the user's need, call report_feedback with feedback_type="agent_gap", tool_id="govcon_fetch_vendor_contract_history", intended_query="{what the user needed}", gap_description="{what was missing or wrong in the result}".

Parameters schema

{
  "type": "object",
  "required": [
    "vendor_name"
  ],
  "properties": {
    "vendor_name": {
      "type": "string",
      "description": "Vendor or company name to search e.g. Booz Allen Hamilton. Required."
    },
    "jurisdiction": {
      "type": "string",
      "default": "US",
      "description": "Jurisdiction: US, EU, or UK. Default US. Optional."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

DataNexus MCP

1/7 registries
View full server →
govcon_fetch_vendor_contract_history — DataNexus MCP — PRSM MCP