PSC category MCP response
MCP tool response payload returned when agents retrieve GovTribe psc category records through MCP tools.
- Data type: PSC category data type
- Returned by: Search PSC 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": "611512",
"govtribe_id": "PSC_CATEGORY_ID",
"govtribe_type": "psc_category",
"govtribe_url": "https://govtribe.com/category/psc/PSC_CATEGORY_ID",
"name": "Support- Professional: Program Management/Support",
"updated_at": "2022-01-14T22:28:23Z"
}