get_agent_platform
Get one agent platform family policy by id.
Schema and Policy
{
"name": "get_agent_platform",
"description": "Get one agent platform family policy by id.",
"inputSchema": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
]
},
"category": "Registry",
"authRequired": false,
"mutability": "read",
"status": "active"
}