Skip to main content
Glama

interzoid_fullname_match

Read-onlyIdempotent

Generate an AI-powered similarity key for individual/person name matching. Handles variations like 'Bob Smith', 'Robert Smith', 'Smith, Robert J.' producing the same key. Cost: $0.01 USDC via x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fullnameYesFull individual name

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / fullname / examples
      Added value: +[
      +  "John C. Smith"
      +]
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds meaningful behavioral context: the operation costs $0.01 USDC via x402 and produces the same key across common name variations. It also does not contradict any annotation.

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?

Two sentences carry the full message: purpose first, then concrete examples and cost. There is no filler or repetition of schema fields.

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

Completeness5/5

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

For a one-parameter tool with no output schema, the description provides the core purpose, valid input variations, expected normalization behavior, and cost. The read-only and idempotent traits are already supplied by annotations, so nothing operationally critical is missing.

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

Parameters4/5

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

The schema already documents the single required 'fullname' parameter with an example, and coverage is 100%. The description enriches the parameter's meaning by showing accepted formats like 'Bob Smith', 'Robert Smith', and 'Smith, Robert J.', which clarifies that name order and format variations are valid inputs.

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

Purpose4/5

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

The description opens with a specific action and artifact: 'Generate an AI-powered similarity key for individual/person name matching.' It also illustrates the normalization behavior with concrete name variations. It does not explicitly name a sibling alternative, but the 'similarity key' phrasing helps separate it from tools like interzoid_fullname_match_score.

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

Usage Guidelines3/5

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

The examples imply the intended use case: turning differently formatted person names into the same key for matching. However, it gives no explicit when-to-use or when-not-to-use guidance and does not point to sibling tools such as interzoid_fullname_match_score or interzoid_company_and_fullname_match, so an agent must infer the right selection.

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.