II.
Capability JSON
Structured · livecapability:tool-approval
Tool approval json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:tool-approval",
"_kind": "Capability",
"_file": "capabilities/capabilities/from-agent-catalog.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "Tool approval",
"description": "Harness enforces explicit user approval for shell or tool\nexecution before the call is dispatched.\n",
"appliesToNodeKinds": [
"AgentVersion"
],
"category": "agent"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "capability:tool-approval",
"kind": "supports",
"attributes": {
"versionRange": ">=0.0.0",
"level": "full",
"notes": "Permission modes and auto mode document Claude Code's native approval boundary model for tools and edits."
}
},
{
"from": "capabilitySupport:claude:ge-0-0-0:tool-approval",
"to": "capability:tool-approval",
"kind": "evidences_capability",
"attributes": {}
}
]
}