estimate_capability
Get cost estimates for API capabilities before execution to plan budgets and optimize workflows in AI agent development.
Instructions
Get cost estimate for executing a capability without actually executing it. Use before expensive operations or when building cost-aware workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capability_id | Yes | Capability to estimate cost for (e.g. 'email.send') | |
| provider | No | Optional: specific provider. If omitted, estimates for the auto-selected provider. | |
| credential_mode | No | Credential mode: byo (default), rhumb_managed, or agent_vault |