create_capability
Register a governed tool bundle with risk levels and approval requirements for secure agent actions.
Instructions
Register a capability pack (tool bundle with governance).
Args: name: Capability pack name. description: Description. tools: Tool definitions with schemas. risk_levels: Risk level per tool {tool_name: "low"|"medium"|"high"|"critical"}. approval_requirements: JSON string of approval requirements per risk level. memory_behavior: JSON string of memory behavior configuration. eval_rules: JSON string of evaluation rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tools | No | ||
| eval_rules | No | ||
| description | No | ||
| risk_levels | No | ||
| memory_behavior | No | ||
| approval_requirements | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |