Execute discovered API operations safely with argument validation and post-change verification.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
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).