ToolAssay

Problem

Problem: Validate timestamps, ordering, rates, gaps, and synchronization in this bounded trajectory or sensor trace. Input: JSON with clock id, samples, rules. Result: pass or fail verdict, normalized timeline, exact timing defects. Limits: Software/model evidence only; 65536 request bytes; 5 s execution.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1394 msmedian answer time
$0.01listed price per call
$0.01price 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/robotics.validate-trajectory-timing.v1

CategoryCode and developer
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.01 1394 ms

Example input (from the provider)

{
  "body": {
    "idempotency_key": "example-robotics.validate-trajectory-timing.v1",
    "max_total_price": "0.010000",
    "request": {
      "clock_id": "monotonic-a",
      "rules": {
        "expected_period_seconds": 1,
        "maximum_cross_stream_skew_seconds": 0.01,
        "maximum_gap_seconds": 1.1,
        "period_tolerance_seconds": 0.01
      },
      "samples": [
        {
          "sequence": 0,
          "stream_id": "pose",
          "timestamp_seconds": 10
        },
        {
          "sequence": 1,
          "stream_id": "pose",
          "timestamp_seconds": 11
        }
      ],
      "schema_version": "rqm.robotics.trajectory-timing-request.v1"
    },
    "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": {
                "clock_id": {
                  "maxLength": 64,
                  "minLength": 1,
                  "title": "Clock Id",
                  "type": "string"
                },
                "rules": {
                  "additionalProperties": false,
                  "properties": {
                    "expected_period_seconds": {
                      "exclusiveMinimum": 0,
                      "title": "Expected Period Seconds",
                      "type": "number"
                    },
                    "maximum_cross_stream_skew_seconds": {
                      "minimum": 0,
                      "title": "Maximum Cross Stream Skew Seconds",
                      "type": "number"
                    },
                    "maximum_gap_seconds": {
                      "exclusiveMinimum": 0,
                      "title": "Maximum Gap Seconds",
                      "type": "number"
                    },
                    "period_tolerance_seconds": {
                      "minimum": 0,
                      "title": "Period Tolerance Seconds",
                      "type": "number"
                    }
                  },
                  "required": [
                    "expected_period_seconds",
                    "period_tolerance_seconds",
                    "maximum_gap_seconds",
                    "maximum_cross_stream_skew_seconds"
                  ],
                  "title": "TimingRules",
                  "type": "object"
                },
                "samples": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "sequence": {
                        "minimum": 0,
                        "title": "Sequence",
                        "type": "integer"
                      },
                      "stream_id": {
                        "maxLength": 64,
                        "minLength": 1,
                        "title": "Stream Id",
                        "type": "string"
                      },
                      "timestamp_seconds": {
                        "minimum": 0,
                        "title": "Timestamp Seconds",
                        "type": "number"
                      }
                    },
                    "required": [
                      "stream_id",
                      "sequence",
                      "timestamp_seconds"
                    ],
                    "title": "TimingSample",
                    "type": "object"
                  },
                  "maxItems": 20000,
                  "minItems": 2,
                  "title": "Samples",
                  "type": "array"
                },
                "schema_version": {
                  "const": "rqm.robotics.trajectory-timing-request.v1",
                  "default": "rqm.robotics.trajectory-timing-request.v1",
                  "title": "Schema Version",
                  "type": "string"
                }
              },
              "required": [
                "clock_id",
                "samples",
                "rules"
              ],
              "title": "TrajectoryTimingRequest",
              "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_ex

This page as JSON