Call capability
call_capabilityInvoke a named capability with arguments, routing through the same authorization, ACL, human-in-the-loop, idempotency, and rate-limit pipeline as direct tool calls, while validating arguments against the target's schema.
Instructions
Invoke a capability by name with its arguments. Routes into the same authorization, ACL, HITL, idempotency, and rate-limit pipeline as a direct tool call, so every safety gate applies and the target's own schema validates the arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | ||
| name | Yes |