Skip to main content
Glama

address_check

Read-onlyIdempotent

Postal shape for TR/US/EU — before you ship — Structural address check: country, street, city, and postal pattern for common countries (TR, US, GB, DE, FR, NL, …). Returns a normalised single-line form and named issues. Not proof of deliverability. Required inputs: country, line1, city. Priced $0.002 per call over x402 on Base; send a prepaid x-credit-token header for unlimited calls, or get 1 free call/day per tool. No wallet or API key required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYesCity
line1YesStreet line
line2NoLine 2 (optional)
postalNoPostal code
countryYesCountry (ISO-2)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoThe result payload. Shape is service-specific; every field is documented in the tool description.
serviceNoThe service id that answered.
checkedAtNoISO-8601 timestamp of when the underlying reads were taken.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the read-only/idempotent annotations, the description discloses the return shape (normalised single-line form and named issues), the limitation that it is not proof of deliverability, supported country scope, and access/pricing behavior including the x-credit-token header and free daily tier. This gives the agent meaningful behavioral and operational context.

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

Conciseness4/5

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

The description is front-loaded with the core purpose and delivers useful operational details in a compact set of sentences. Minor redundancy exists between 'TR/US/EU' and the later country list, and the pricing sentence is slightly dense, but nothing is wasted overall.

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?

Given the output schema, annotations, and parameter schema, the description covers the tool's purpose, inputs, output behavior, limitations, and access requirements well. It does not describe fallback behavior for unsupported countries or explicitly route to sibling tools, but those gaps are minor for this tool's scope.

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 schema already has 100% description coverage for all five parameters, so the baseline is 3. The description reinforces that country, line1, and city are required and mentions postal patterns, but it does not add significant new meaning beyond the schema's own parameter descriptions.

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 a specific action: a structural address check for postal patterns across common countries, with a normalized output and named issues. It also distinguishes itself by explicitly saying 'Not proof of deliverability,' which separates it from deeper address intelligence or verification siblings.

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?

It gives a clear usage context ('before you ship') and an explicit exclusion ('Not proof of deliverability'). However, it does not name any alternative tool for cases where deliverability proof is needed, so the guidance is strong but not fully complete.

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.

Resources