You're viewing a demo portfolio

Join the waitlist
PRSM

govcon_fetch_open_solicitations

Active

Tool of DataNexus MCP

declared in 3.4.2

Fetch currently open government contract solicitations matching a keyword. Read-only. No side effects. Idempotent. keyword: Description of goods or services sought e.g. cloud computing services. Required. Encode special characters — + becomes %2B. agency: Awarding agency name. Optional, defaults to all agencies. jurisdiction: One of US, EU, or UK. Optional. Default US. Returns solicitation title, agency, response deadline, estimated value, and NAICS code. Use this when looking for active bid opportunities. Use govcon_search_contract_awards instead when you need historical awards not open solicitations. Verified source: SAM.gov + 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_open_solicitations", intended_query="{what the user needed}", gap_description="{what was missing or wrong in the result}".

Parameters schema

{
  "type": "object",
  "required": [
    "keyword"
  ],
  "properties": {
    "agency": {
      "type": "string",
      "default": "",
      "description": "Awarding agency name. Optional, defaults to all agencies."
    },
    "keyword": {
      "type": "string",
      "description": "Description of goods or services sought e.g. cloud computing. 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.50.

Parent server

DataNexus MCP

1/7 registries
View full server →