check_plan_operation
Preflight whether an intended operation is allowed by token scopes, enabled modules, subscription state, and quota. Provide toolName, quotaCode, or moduleCode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delta | No | Planned usage increment. Currently quota checks are single-resource preflights. | |
| toolName | No | MCP tool name to preflight, e.g. create_account | |
| quotaCode | No | Quota code to check, e.g. contacts or mcp_calls_per_minute | |
| moduleCode | No | Module code to check, e.g. whatsapp or crm |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool result payload — shape varies per tool, see the tool description | |
| summary | Yes | One-line human-readable summary of the action | |
| renderType | Yes | UI rendering hint for the result |