Government-related news article MCP response
MCP tool response payload returned when agents retrieve GovTribe government-related news articles through MCP tools.
- Data type: Government-related news article data type
- Returned by: Search government related news articles MCP tool
Fields
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | GovTribe ID attribute |
govtribe_type | string | GovTribe type attribute |
govtribe_url | string | GovTribe URL attribute |
source_url | string | Source URL attribute |
title | string | Title attribute |
subheader | string | Subheader attribute |
published_date | string | Published date attribute |
site_name | string | Site name attribute |
body | string | Body attribute |
updated_at | string | Updated at attribute |
Example
{
"body": "Representative article body text.",
"govtribe_id": "ARTICLE_ID",
"govtribe_type": "government_related_news_article",
"govtribe_url": "https://govtribe.com/content/article/ARTICLE_ID",
"published_date": "2025-08-27T17:25:30Z",
"site_name": "Example News",
"subheader": "Representative article subheader.",
"title": "Representative news article title",
"updated_at": "2025-08-28T08:01:13Z"
}