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
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.
- Source identifiers and record matching: Use GovTribe IDs and source identifiers when passing records between tools.
Search government files
Searches GovTribe government files and returns document metadata with optional text extracts.
Search GovTribe
Run one integrated GovTribe finder search across public and workspace search indexes, then follow the resolver hints to fetch richer typed results from the existing Search_* tools.