Execute discovered API operations safely with argument validation and post-change verification.
Instalação
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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).