Skip to main content
Glama

validate_abn

Validate the format and checksum of an Australian Business Number (ABN). This does not confirm that the ABN is registered or active.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
abnYesAustralian Business Number. Spaces and hyphens are accepted.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden and does disclose an important limitation: it does not confirm that the ABN is registered or active. This prevents the agent from over-trusting results. It does not describe return behavior or side effects, but the validation action is inherently read-only and the boundary statement is the most critical behavioral trait.

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 with no wasted words: the first states the core action and target, the second adds a crucial caveat. Information is front-loaded and 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 single-parameter validation tool with no output schema and no annotations, the description is nearly complete: it defines scope, accepted input behavior, and key limitations. It omits an explicit return-type description, but the tool name and purpose make a boolean/validation result strongly inferable, so this is a minor gap.

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 documents the abn parameter fully, including that spaces and hyphens are accepted. The description adds only the 'checksum' concept, which is behavior rather than parameter detail, so it does not meaningfully go beyond the schema-covered parameter semantics.

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 states a specific verb ('Validate') and precise resource ('format and checksum of an ABN'), making the tool's function immediately clear. It also distinguishes itself from the sibling validate_acn by targeting ABN rather than ACN, and explicitly clarifies what it does not do (confirm registration/active status).

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 description implies usage context: use for syntactic/checksum validation of an ABN, not for legal or registration status verification. However, it never explicitly names when to use this tool over validate_acn or states selection criteria between the two siblings, so the guidance is only implicit.

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