UNSPSC category MCP response
MCP tool response payload returned when agents retrieve GovTribe unspsc category records through MCP tools.
- Data type: UNSPSC category data type
- Returned by: Search UNSPSC 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": "81110000",
"govtribe_id": "UNSPSC_CATEGORY_ID",
"govtribe_type": "unspsc_category",
"govtribe_url": "https://govtribe.com/category/unspsc/UNSPSC_CATEGORY_ID",
"name": "Computer services",
"updated_at": "2023-10-30T17:07:31Z"
}