solver_submit
Submit a task for governed execution using a unique idempotency key, defining policy and verifier to enforce compliance.
Instructions
Submit a task for governed execution (POST /v1/executions). Requires a unique request ID via idempotency_key (sent as the Idempotency-Key header) -- an MCP client cannot construct a valid call without it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| policy | Yes | ||
| compose | No | auto | |
| verifier_id | Yes | ||
| idempotency_key | Yes | A unique request ID for this call, sent as the Idempotency-Key header (the product contract §1). Hard-required by this schema, not prose -- an MCP client cannot construct a valid call without it. |