{"service":"dial","tagline":"Give your agent a phone. Get back a signed proof it made the call.","version":"0.1.0","mode":"live","tools":[{"name":"dial.capabilities","title":"Describe this service","description":"Free. Returns the Dial tool manifest, pricing, settlement network, and the public key used to sign proof envelopes. Call this first to learn how to verify Dial output.","paid":false,"endpoint":"https://dial-woad.vercel.app/v1/capabilities","input_schema":{"type":"object","additionalProperties":false,"properties":{}}},{"name":"dial.verify_business","title":"Verify a counterparty by phone","description":"Places a real outbound phone call to a business, verifies a list of claims out loud with whoever answers, and returns a cryptographically signed proof envelope containing the verdict, the transcript hash, and the recording hash. Use this before releasing funds, onboarding a supplier, or acting on an invoice.","paid":true,"endpoint":"https://dial-woad.vercel.app/v1/verify-business","input_schema":{"type":"object","required":["phone","claims"],"additionalProperties":false,"properties":{"phone":{"type":"string","description":"Destination in E.164 format, e.g. +14155550123","pattern":"^\\+[1-9]\\d{6,14}$"},"claims":{"type":"array","description":"Statements to confirm or deny out loud. Keep each one atomic.","minItems":1,"maxItems":8,"items":{"type":"string","minLength":3,"maxLength":300}},"business_name":{"type":"string","description":"Who we expect to reach. Used to detect wrong-number and impersonation.","maxLength":200},"context":{"type":"string","description":"Why the call is being made. Spoken as the reason for calling.","maxLength":500},"language":{"type":"string","description":"BCP-47 tag, defaults to en-US","default":"en-US"}}}}],"limits":{"allowlist":["+9184489","+1447"],"callsLastHour":0,"maxCallsPerHour":20,"maxCallsPerIpHour":5,"sameNumberCooldownSeconds":120,"distinctCallers":0,"stateScope":"in-memory, per-process; resets on restart"},"pricing":{"model":"per completed call, not per minute","amount":"0.1","amount_atomic":"100000","asset":"USD₮0","asset_address":"0x779ded0c9e1022225f8e0630b35a9b54be713736","decimals":6,"network":"eip155:196","protocol":"x402","enforced":true,"settlement":"not-configured"},"proof":{"version":"dial-proof/1","algorithm":"secp256k1/sha256","signer_public_key":"0x03a291829f29b23a2a368ff32bb43c1e6bc6c8b5e2d72959b2f472e314b2b4ebfd","verify_endpoint":"https://dial-woad.vercel.app/v1/verify-proof"}}