{
  "format": "delx/intent-card/v1",
  "id": "dns-srv-record-parse-api",
  "intent": "DNS SRV Record Parse for an agent workflow",
  "title": "DNS SRV Record Parse API for agents",
  "description": "DNS SRV Record Parse: DNS SRV Record Parse normalizes SRV priority, weight, port, and target fields from bounded caller-supplied values without an external provider. Call DNS SRV Record Parse before using SRV priority, weight, port, and target fields from a caller-supplied record. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for DNS SRV Record Parse as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Evaluates only caller-supplied metadata; it performs no DNS lookup, HTTP request, web search, credential use, or persistent storage. Advisory output only; the buyer owns authorization, payment policy, and production decisions.",
  "keywords": [
    "DNS SRV Record Parse API",
    "DNS SRV Record Parse for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/dns-srv-record-parse-api",
  "machine_url": "https://commerce.delx.ai/intents/dns-srv-record-parse-api.json",
  "recommendation": {
    "tool_name": "util_dns_srv_record_parse",
    "service_name": "DNS SRV Record Parse",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/dns-srv-record-parse",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "record": {
          "type": "string",
          "maxLength": 8192,
          "description": "Record supplied to DNS SRV Record Parse; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "record"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "record": "10 5 443 service.example.com"
    },
    "example_output": {
      "schema": "delx/util-dns-srv-record-parse/v1",
      "operation": "web_reliability:dns_srv_record_parse",
      "status": "pass",
      "result": {
        "priority": 10,
        "weight": 5,
        "port": 443,
        "target": "service.example.com"
      },
      "evidence": {
        "input_sha256": "2bf42975dbde8153fcd9418bd87eac1cf8444a79271b983e8dd747fea6a78243",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/dns-srv-record-parse -m POST -H 'x-delx-source: intent-card-dns-srv-record-parse-api' --max-amount 0.001 -b '{\"record\":\"10 5 443 service.example.com\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-dns-srv-record-parse-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/dns-srv-record-parse"
  }
}
