ToolAssay

Deterministic dispute-readiness report with supported lane, composition, publish

Deterministic dispute-readiness report with supported lane, composition, published filing-fee quote, consent and evidence requirements, corpus compatibility, and timing warnings. No case is filed and no merits are assessed.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice 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://peoplescourt.ai/api/x402/dispute-readiness

CategoryEverything else
Provider hostpeoplescourt.ai
Networkseip155:8453, eip155:84532
Payment schemesexact
Self-reported calls, 30 days3 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "amountInDisputeUsd": 20,
    "authorityToBindReported": true,
    "claimantEvidenceReady": true,
    "claimantType": "ai_agent",
    "corpusAmountUsd": 20,
    "escrowWindowEndsAt": "2026-07-25T12:00:00.000Z",
    "fastTrackClaimClass": "non_delivery",
    "microClaimsTierConsentReported": true,
    "mutualConsentReported": true,
    "remedialJurisdictionOptInReported": false,
    "remedy": "corpus_allocation",
    "respondentEvidenceReady": true,
    "respondentType": "ai_agent",
    "settlementRail": "x402r"
  },
  "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": {
            "amountInDisputeUsd": {
              "description": "Amount in dispute in USD.",
              "maximum": 10000000,
              "minimum": 0,
              "type": "number"
            },
            "authorityToBindReported": {
              "description": "Whether signers report authority to bind their principals.",
              "type": "boolean"
            },
            "claimantEvidenceReady": {
              "description": "Whether claimant evidence is ready for filing.",
              "type": "boolean"
            },
            "claimantType": {
              "description": "Claimant party category.",
              "enum": [
                "human",
                "organization",
                "ai_agent"
              ],
              "type": "string"
            },
            "corpusAmountUsd": {
              "description": "Bound external corpus in USD, or null when no corpus exists.",
              "oneOf": [
                {
                  "maximum": 10000000,
                  "minimum": 0,
                  "type": "number"
                },
                {
                  "type": "null"
                }
              ]
            },
            "escrowWindowEndsAt": {
              "description": "Optional settlement deadline in ISO 8601 form.",
              "format": "date-time",
              "type": "string"
            },
            "fastTrackClaimClass": {
              "description": "Protocol-derived fast-track class, or null for an ordinary claim.",
              "oneOf": [
                {
                  "enum": [
                    "payment_not_settled",
                    "refund_window_expired",
                    "non_delivery",
                    "double_charge",
                    "escrowed_refund_request",
                    "acp_evaluation"
                  ],
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ]
            },
            "microClaimsTierConsentReported": {
              "description": "Whether both parties report consent to the micro-claims tier.",
              "type": "boolean"
            },
            "mutualConsentReported": {
              "description": "Whether bilateral arbitration consent is reported.",
              "type": "boolean"
            },
            "remedialJurisdictionOptInReported": {
              "description": "Whether both parties report consent to relief beyond a held corpus.",
              "type": "boolean"
            },
            "remedy": {
              "description": "Requested remedy shape.",
              "enum": [
                "corpus_allocation",
                "money_obligation",
                "declaratory"
              ],
              "type": "string"
            },
            "respondentEvidenceReady": {
              "description": "Whether respondent evidence is expected to be available.",
              "type": "boolean"
            },
            "respondentType": {
              "description": "Respondent party category.",
              "enum": [
                "human",
                "organization",
                "ai_agent"
              ],
              "type": "string"
            },
            "settlementRail": {
              "description": "Existing or proposed settlement rail.",
              "enum": [
                "none",
                "x402r",
                "bilateral_escrow",
                "acp",
                "stripe_connect",
                "partner_executes"
              ],
              "type": "string"
            }
          },
          "required": [
            "claimantType",
            "respondentType",
            "amountInDisputeUsd",
            "remedy",
            "settlementRail",
            "fastTrackClaimClass",
            "mutualConsentReported",
            "authorityToBindReported",
            "claimantEvidenceReady",
            "respondentEvidenceReady",
            "microClaimsTierConsentReported",
            "remedialJurisdictionOptInReported",
            "corpusAmountUsd"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON