GovTribe

Government-related news article MCP response

MCP tool response payload returned when agents retrieve GovTribe government-related news articles through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
source_urlstringSource URL attribute
titlestringTitle attribute
subheaderstringSubheader attribute
published_datestringPublished date attribute
site_namestringSite name attribute
bodystringBody attribute
updated_atstringUpdated 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"
}

On this page