{"uid":"cap_yBGDOA4dDthgab40ctaqi","slug":"data-japanagent-dev-name-similarity-comparator-7f8a12a7","name":"data.japanagent.dev Name Similarity Comparator","description":"Compare two names and return a similarity score (0-1) plus whether they share a phonetic similarity key. For deduplication and fuzzy record matching — e.g. 'Bob Smith' vs 'Robert Smyth'. Deterministic, no LLM.","url":"https://data.japanagent.dev/match/compare","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["a","b"],"properties":{"a":{"type":"string","description":"First name"},"b":{"type":"string","description":"Second name"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_UChZcc3i9gwj_AaIxywyx","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Compares two names and returns a numeric similarity score (0-1) plus a phonetic similarity key match, for fuzzy deduplication and record matching.","exampleAgentPrompt":"Can you check how similar 'Bob Smith' and 'Robert Smyth' are — give me a similarity score and tell me if they share a phonetic key so I can decide whether to merge these two customer records?","exampleUseCases":[{"title":"Deduplicate customer records by name","prompt":"We've got thousands of customer records in our CRM that might have duplicates. Can you compare pairs like 'Jennifer Wilson' and 'Jen Willson' to give me similarity scores and phonetic matches so I can identify which ones are probably the same person?"},{"title":"KYC compliance name verification check","prompt":"For our KYC workflow, I need to verify if the name on this application 'Michael O'Connor' matches the one from our database 'Micheal O'Conner'. Can you run a similarity comparison and let me know the score and phonetic alignment so I can flag potential identity matches?"},{"title":"Merge duplicate vendor accounts safely","prompt":"We're cleaning up our vendor database and suspect some accounts belong to the same business with slightly different names — like 'A.B.C. Corporation' versus 'ABC Corp' or 'Robert Chen Ltd' and 'Bob Chen Limited'. Can you compare these pairs and show me the similarity scores and phonetic keys to help me decide which ones to consolidate?"}],"resultDescription":"Returns a similarity score between 0 and 1 (where 1 is identical), plus a boolean or indicator of whether the two names share a phonetic similarity key — useful for deciding whether two records represent the same person.","failureModes":["Missing required query parameter 'a' or 'b' returns a 400 error","Empty string inputs may return a 0 similarity score or error","Very long or non-name strings may produce unexpected scores","Payment not included or insufficient USDC results in 402 Payment Required"],"whenToPreferThis":"Choose this endpoint when you need deterministic, rule-based name similarity without LLM inference — ideal for high-volume deduplication pipelines, KYC record linkage, or CRM merging where reproducibility and low latency matter more than semantic understanding.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T06:41:08.865Z","isFirstParty":false}