ToolAssay

Analyze Force Disturbance Response

Analyze Force Disturbance Response: Analyze these bounded force and disturbance inputs against the supplied response... Use when: Use with bounded typed model inputs and explicit caller objectives, limits, or assertions. Returns: typed verdict or withholding outcome, deterministic metrics, rule or assertion results, SHA-256 result digest. Boundaries: Bounded deterministic model evidence only; no live control, physical safety certification, field-performa...

Answeringour last check, 2026-09-24
1 of 1checks answered this week
489 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.analyze-force-disturbance-response.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.01 489 ms

Example input (from the provider)

{
  "body": {
    "idempotency_key": "example-robotics.analyze-force-disturbance-response.v1",
    "max_total_price": "0.010000",
    "request": {
      "damping_n_s_per_m": 1,
      "mass_kg": 1,
      "maximum_absolute_displacement_m": 1,
      "maximum_absolute_velocity_m_s": 1,
      "samples": [
        {
          "disturbance_newtons": 0,
          "force_newtons": 1
        },
        {
          "disturbance_newtons": 0,
          "force_newtons": 0
        }
      ],
      "stiffness_n_per_m": 2,
      "time_step_seconds": 0.1
    },
    "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": {
                "damping_n_s_per_m": {
                  "maximum": 1000000000,
                  "minimum": 0,
                  "title": "Damping N S Per M",
                  "type": "number"
                },
                "mass_kg": {
                  "exclusiveMinimum": 0,
                  "maximum": 1000000000,
                  "title": "Mass Kg",
                  "type": "number"
                },
                "maximum_absolute_displacement_m": {
                  "maximum": 1000000000,
                  "minimum": 0,
                  "title": "Maximum Absolute Displacement M",
                  "type": "number"
                },
                "maximum_absolute_velocity_m_s": {
                  "maximum": 1000000000,
                  "minimum": 0,
                  "title": "Maximum Absolute Velocity M S",
                  "type": "number"
                },
                "samples": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "disturbance_newtons": {
                        "maximum": 1000000000,
                        "minimum": -1000000000,
                        "title": "Disturbance Newtons",
                        "type": "number"
                      },
                      "force_newtons": {
                        "maximum": 1000000000,
                        "minimum": -1000000000,
                        "title": "Force Newtons",
                        "type": "number"
                      }
                    },
                    "required": [
                      "force_newtons",
                      "disturbance_newtons"
                    ],
                    "title": "ForceSample",
                    "type": "object"
                  },
                  "maxItems": 4096,
                  "minItems": 2,
                  "title": "Samples",
                  "type": "array"
                },
                "stiffness_n_per_m": {
                  "maximum": 1000000000,
                  "minimum": 0,
                  "title": "Stiffness N Per M",
                  "type": "number"
                },
                "time_step_seconds": {
                  "exclusiveMinimum": 0,
                  "maximum": 10,
                  "title": "Time Step Seconds",
                  "type": "number"
                }
              },
              "required": [
                "mass_kg",
                "damping_n_s_per_m",
                "stiffness_n_per_m",
                "time_step_seconds",
                "samples",
                "maximum_absolute_displacement_m",
                "maximum_absolute_velocity_m_s"
              ],
              "title": "ForceResponseRequest",
              "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",
                

This page as JSON