Back to tools

update_agent_policy

Update agent policy records when durable governance storage is configured.

Schema and Policy
{
  "name": "update_agent_policy",
  "description": "Update agent policy records when durable governance storage is configured.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "platformId": {
        "type": "string"
      }
    },
    "required": [
      "platformId"
    ]
  },
  "category": "Registry",
  "authRequired": true,
  "mutability": "write",
  "status": "auth_required"
}