Execute discovered API operations safely with argument validation and post-change verification.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Execute discovered API operations safely with argument validation and post-change verification.
ClawQL execute workflows
When to apply
You already have a valid operationId.
You need real API action/output through MCP.
Workflow
Confirm operation via search.
Build precise args from discovered params.
Optionally set fields to reduce payload.
Execute read-before-write when changing state.
Verify via follow-up read.
Notes
OpenAPI/Discovery: single-spec prefers OpenAPI→GraphQL with REST fallback; multi-spec uses REST per owning spec.
Native GraphQL/gRPC (CLAWQL_GRAPHQL_SOURCES / CLAWQL_GRPC_SOURCES): execute uses HTTP GraphQL or gRPC unary — same operationId contract, different transport (see ADR 0002).