Execute discovered API operations safely with argument validation and post-change verification.
Installation
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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).