Skip to content
Back to GovGazette

Card snapshot

govgazette.com · 2026-08-15 00:16:24 UTC · 3c3f83377d17602b5b602a5194bf7a9af3daf5add9fdf7681f2e8ffb425a8bc7

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "GovGazette",
  "description": "Public U.S. federal contract opportunity search, details, vendors, and comparable public awards.",
  "url": "https://govgazette.com",
  "provider": {
    "organization": "GovGazette",
    "url": "https://govgazette.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://govgazette.com/llms-full.txt",
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "required": false,
    "schemes": [
      {
        "type": "http",
        "scheme": "bearer",
        "description": "Required only for the get_watch_status tool."
      }
    ]
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "search_opportunities",
      "name": "Search federal contract opportunities",
      "description": "Search GovGazette public opportunity data using text, classification, buyer, location, status, and date filters.",
      "tags": [
        "government-contracting",
        "sam.gov",
        "opportunities"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get_opportunity",
      "name": "Get an opportunity",
      "description": "Get one SAM.gov opportunity by notice ID, including its human-readable GovGazette and official SAM.gov links.",
      "tags": [
        "government-contracting",
        "sam.gov",
        "opportunities"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get_opportunity_comps",
      "name": "Get comparable public awards",
      "description": "Get comparable public awards for one opportunity. These are historical ranges and counts, not an ICE or win odds.",
      "tags": [
        "government-contracting",
        "sam.gov",
        "opportunities"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get_vendor",
      "name": "Get a vendor",
      "description": "Get a public vendor or awardee record by 12-character UEI.",
      "tags": [
        "government-contracting",
        "sam.gov",
        "opportunities"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get_vendor_awards",
      "name": "Get vendor awards",
      "description": "Get public award history for one vendor UEI.",
      "tags": [
        "government-contracting",
        "sam.gov",
        "opportunities"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get_watch_status",
      "name": "Get saved-search and pursuit status",
      "description": "Read the signed-in account\u2019s saved searches and tracked pursuits. Requires an Authorization Bearer access token and never changes a watch.",
      "tags": [
        "government-contracting",
        "sam.gov",
        "opportunities"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "save_opportunity_search",
      "name": "Save an opportunity search",
      "description": "Save a federal opportunity search and choose its alert cadence. Requires GovGazette OAuth.",
      "tags": [
        "government-contracting",
        "sam.gov",
        "opportunities"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "update_saved_search",
      "name": "Update a saved search",
      "description": "Change or disable a saved search. Requires GovGazette OAuth.",
      "tags": [
        "government-contracting",
        "sam.gov",
        "opportunities"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "track_opportunity",
      "name": "Track an opportunity",
      "description": "Add or replace one tracked opportunity and its next action. Requires GovGazette OAuth.",
      "tags": [
        "government-contracting",
        "sam.gov",
        "opportunities"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "update_tracked_opportunity",
      "name": "Update a tracked opportunity",
      "description": "Change or disable a tracked opportunity. Requires GovGazette OAuth.",
      "tags": [
        "government-contracting",
        "sam.gov",
        "opportunities"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "endpoints": {
    "rest": "https://govgazette.com/api/agent",
    "openapi": "https://govgazette.com/api/agent/openapi.json",
    "mcp": "https://govgazette.com/mcp",
    "llms_txt": "https://govgazette.com/llms.txt"
  }
}