Skip to main content
Glama

interzoid_company_and_address_match

Read-onlyIdempotent

Generate a single combined AI-powered similarity key from a company/organization name plus a street address. Records with the same combined key likely share both a similar company name and address. Ideal for business-location deduplication across vendor, supplier, and account datasets. Cost: $0.01 USDC via x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesFull street address (US or international)
companyYesCompany or organization name

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / address / examples
      Added value: +[
      +  "1 New Orchard Road"
      +]
    • addedInput schema / properties / company / examples
      Added value: +[
      +  "IBM"
      +]
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, covering safety. The description adds behavioral context about the output: the key indicates similarity, not exact match, and records with the same key 'likely share both a similar company name and address.' It also discloses the cost, which is useful operational info. This goes beyond annotations without contradicting them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences with no filler. It front-loads the core function, then explains the output meaning, then gives the use case and cost. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a two-parameter tool with no output schema, the description adequately explains what the tool does and what the output represents (a combined key). It mentions the cost and use case. It doesn't specify the exact response format, but the 'generate a key' phrasing implies the output. This is sufficient for a simple tool, so a 4 is appropriate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides full descriptions and examples for both company and address, so schema coverage is 100%. The description does not add any parameter-specific details beyond what the schema provides; it merely restates the general purpose. Thus, it stays at the baseline of 3 for high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: generating a combined similarity key from company and address. It also names the specific use case (business-location deduplication) which distinguishes it from siblings that handle company or address separately. The verb 'generate' and the resource 'combined key' are precise.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a clear context: 'Ideal for business-location deduplication across vendor, supplier, and account datasets.' This tells the agent when to use it, but it doesn't explicitly mention alternatives or when not to use it. Since the use case is clear but no exclusions are given, it scores a 4.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.