{
  "format": "delx/intent-card/v1",
  "id": "x402-copy-completeness-check-api",
  "intent": "check x402 descriptions prices schemas and examples before requesting a directory recrawl",
  "title": "Check x402 copy and schemas before a directory recrawl",
  "description": "Audit caller-supplied x402 discovery metadata for descriptions, prices, request schemas, examples and limitation copy before publication. It reports completeness gaps but does not submit or refresh any external directory.",
  "keywords": [
    "x402 metadata audit",
    "agent API copy quality",
    "directory recrawl readiness",
    "OpenAPI examples",
    "x402 discovery copy"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/x402-copy-completeness-check-api",
  "machine_url": "https://commerce.delx.ai/intents/x402-copy-completeness-check-api.json",
  "recommendation": {
    "tool_name": "util_x402_copy_completeness_check",
    "service_name": "X402 Copy Completeness Check",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/x402-copy-completeness-check",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "service_name": {
          "type": "string",
          "maxLength": 8192,
          "description": "Service Name supplied to X402 Copy Completeness Check; used only for this bounded calculation and processed in memory without retention."
        },
        "description": {
          "type": "string",
          "maxLength": 8192,
          "description": "Description supplied to X402 Copy Completeness Check; used only for this bounded calculation and processed in memory without retention."
        },
        "minimum_length": {
          "type": "integer",
          "description": "Minimum Length supplied to X402 Copy Completeness Check; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "service_name",
        "description",
        "minimum_length"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "service_name": "Example Check",
      "description": "Example Check validates a bounded caller-supplied contract and returns explicit mismatch reasons without external calls or retained input.",
      "minimum_length": 100
    },
    "example_output": {
      "schema": "delx/util-x402-copy-completeness-check/v1",
      "operation": "delivery_contract:x402_copy_completeness_check",
      "status": "pass",
      "result": {
        "length": 138,
        "missing_terms": [],
        "complete": true
      },
      "evidence": {
        "input_sha256": "833317c02bc400cf4cafbeff7318dbf34c6940c0b4ca367968249af2f1998717",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/x402-copy-completeness-check -m POST -H 'x-delx-source: intent-card-x402-copy-completeness-check-api' --max-amount 0.001 -b '{\"service_name\":\"Example Check\",\"description\":\"Example Check validates a bounded caller-supplied contract and returns explicit mismatch reasons without external calls or retained input.\",\"minimum_length\":100}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-x402-copy-completeness-check-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/x402-copy-completeness-check"
  }
}
