GovTribe

Search government related news articles MCP tool

Searches GovTribe government-related news articles and returns article records with headlines, sources, and body text.

Examples

Use this tool when the agent needs government-market news context, procurement-adjacent articles, or source articles to support a capture brief.

Which recent articles discuss federal cybersecurity procurement risk?

{
  "tool": "Search_Government_Related_News_Articles",
  "arguments": {
    "query": "cybersecurity procurement federal agencies",
    "search_mode": "semantic",
    "date_published": {
      "from": "now-12M/d",
      "to": "now/d"
    },
    "fields_to_return": [
      "govtribe_id",
      "title",
      "published_date",
      "site_name",
      "govtribe_url",
      "subheader"
    ]
  }
}

Which articles mention shipbuilding and the submarine industrial base?

{
  "tool": "Search_Government_Related_News_Articles",
  "arguments": {
    "query": "shipbuilding submarine industrial base",
    "search_mode": "semantic",
    "fields_to_return": [
      "govtribe_id",
      "title",
      "published_date",
      "site_name",
      "govtribe_url",
      "subheader"
    ]
  }
}