NIGP category MCP response
MCP tool response payload returned when agents retrieve GovTribe nigp category records through MCP tools.
- Data type: NIGP category data type
- Returned by: Search NIGP categories MCP tool
Fields
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | GovTribe ID attribute |
govtribe_type | string | GovTribe type attribute |
govtribe_url | string | GovTribe URL attribute |
name | string | Name attribute |
code | string | Code attribute |
updated_at | string | Updated at attribute |
Example
{
"code": "958",
"govtribe_id": "NIGP_CATEGORY_ID",
"govtribe_type": "nigp_category",
"govtribe_url": "https://govtribe.com/category/nigp/NIGP_CATEGORY_ID",
"name": "Management And Operation Services",
"updated_at": "2023-11-28T16:31:59Z"
}