ToolAssay

Failed Workflow Diagnosis

Failed Workflow Diagnosis: Diagnose why this bounded quantum workflow failed and return supported corrective actions. Use when: Use when a bounded request matches rqm.studio.failed-workflow-diagnosis-request.v1 and the caller needs the... Returns: failure class, evidence terms, bounded corrective actions. Boundaries: Deterministic bounded local software evidence only; no QPU, provider, physical, formal-proof, certificati...

Answeringour last check, 2026-09-24
1 of 1checks answered this week
394 msmedian answer time
$0.5listed price per call
$0.5price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://jobs.rqmtechnologies.com/x402/buyer-jobs/failed-workflow-diagnosis-v1

CategoryEverything else
Provider hostjobs.rqmtechnologies.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.5 394 ms

Example input (from the provider)

{
  "body": {
    "idempotency_key": "example-failed-workflow-diagnosis-v1",
    "max_total_price": "0.500000",
    "request": {
      "error_text": "unsupported gate",
      "stage": "compile",
      "supported_context": {}
    },
    "schema_version": "rqm.jobs.bazaar-buyer-job-request.v1"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "idempotency_key": {
              "maxLength": 128,
              "minLength": 1,
              "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
              "type": "string"
            },
            "max_total_price": {
              "pattern": "^(?:0|[1-9]\\d{0,13})(?:\\.\\d{1,6})?$",
              "type": "string"
            },
            "request": {
              "additionalProperties": false,
              "properties": {
                "circuit_openqasm": {
                  "anyOf": [
                    {
                      "maxLength": 65536,
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ],
                  "default": null,
                  "title": "Circuit Openqasm"
                },
                "error_text": {
                  "maxLength": 4096,
                  "minLength": 1,
                  "title": "Error Text",
                  "type": "string"
                },
                "stage": {
                  "enum": [
                    "parse",
                    "validate",
                    "compile",
                    "simulate"
                  ],
                  "title": "Stage",
                  "type": "string"
                },
                "structured_error": {
                  "additionalProperties": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "integer"
                      },
                      {
                        "type": "number"
                      },
                      {
                        "type": "boolean"
                      }
                    ]
                  },
                  "maxProperties": 32,
                  "title": "Structured Error",
                  "type": "object"
                },
                "supported_context": {
                  "additionalProperties": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "integer"
                      },
                      {
                        "type": "number"
                      },
                      {
                        "type": "boolean"
                      }
                    ]
                  },
                  "maxProperties": 32,
                  "title": "Supported Context",
                  "type": "object"
                }
              },
              "required": [
                "stage",
                "error_text"
              ],
              "title": "WorkflowFailureRequest",
              "type": "object"
            },
            "schema_version": {
              "const": "rqm.jobs.bazaar-buyer-job-request.v1"
            }
          },
          "required": [
            "schema_version",
            "idempotency_key",
            "max_total_price",
            "request"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "artifact_names": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "caller_next_step": {
              "type": "string"
            },
            "capability_id": {
              "type": "string"
            },
            "duplicate": {
              "type": "boolean"
            },
            "job_id": {
              "type": "string"
            },
            "product": {
              "enum": [
                "wave",
                "quantum",
                "robotics"
              ]
            },
            "quote_id": {
              "format": "uuid",
              "type": "string"
            },
            "reservation_id": {
              "format": "uuid",
              "type": "string"
            },
            "result_schema_digest": {
              "pattern": "^[a-f0-9]{64}$",
              "type": "string"
            },
            "result_schema_id": {
              "type": "string"
            },
            "retrieval_token": {
              "pattern": "^rqm_retrieval_",
              "type": "string"
            },
            "retrieval_token_expires_in": {
              "minimum": 1,
              "type": "integer"
            },
            "retrieval_url": {
              "format": "uri",
              "type": "string"
            },
            "schema_version": {
              "const": "rqm.jobs.bazaar-buyer-job-accepted.v1"
            },
            "status": {
              "enum": [
                "queued",
                "running",
                "completed"
              ]
            },
            "x402_settlement_id": {
              "format": "uuid",
              "type": "string"
            },
            "x402_transaction_id": {
              "type": "string"
            }
          },
          "required": [
            "schema_version",
            "product",
            "capability_id",
            "job_id",
            "status",
            "quote_

This page as JSON