Search government related news articles MCP tool
Searches GovTribe government-related news articles and returns article records with headlines, sources, and body text.
- MCP tool name:
Search_Government_Related_News_Articles - Data type: Government-related news article data type
- Returns: Government-related news article MCP response
- Search modes: Keyword, Semantic
- Annotations: Read only, not destructive, idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP, GovTribe Compact MCP server (through Invoke Search Tool)
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"
]
}
}Related articles
- Government-related news article MCP response: Review the response shape returned by this tool.
- Government-related news article data type: Understand the shared record fields and relationships used by this tool.
- Choose a search mode and write queries: Choose keyword or semantic search behavior and shape
queryvalues. - GovTribe AI: Review the GovTribe AI surface where this tool can be called.
- GovTribe for Agents: Use GovTribe for Agents as the starting point for MCP tools, MCP tool responses, and guides.
- MCP servers: Review where this MCP tool can be used.
- Invoke Search Tool MCP tool: Review where this MCP tool can be used.
- Source identifiers and record matching: Use GovTribe IDs and source identifiers when passing records between tools.
Search government files
Search GovTribe government-file metadata, citable URLs, and available snippets/extracts. Use Add_To_Vector_Store, then Search_Vector_Store, when snippets are not enough and full-text retrieval is needed. Use Add_To_Container when a file must be available to hosted shell/container execution for analysis, generated artifacts, or direct file operations.
Search GovTribe
Use this server first for broad GovTribe lookup when the target record type, GovTribe ID, or raw identifier meaning is unclear. It can resolve PIID, UEI, CAGE, agency code, NAICS, PSC, document ID, names, links, and natural-language descriptions into candidate GovTribe records, then returns resolver hints for the typed Search_* tool to call next. Exposes one integrated search tool, not full typed search filters or actions.