Skip to main content
Glama

Abn Lookup

Acn Lookup

acn_lookup
Read-onlyIdempotent

BYOK. Look up an Australian Company Number (ACN): returns the same detail as abn_lookup (legal entity name, entity type, ABN status, GST registration, address, business names) for the company's associated ABN. Requires your own ABR web-services GUID via _apiKey (register free at https://abr.business.gov.au/Tools/WebServices). Example: acn_lookup({ acn: "004085616", _apiKey: "your-guid" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
acnYesAustralian Company Number, 9 digits, with or without spaces.
_apiKeyYesYour ABR web-services GUID. Requires an API key — this pack is BYOK: there is no platform key. Register free at https://abr.business.gov.au/Tools/WebServices (accept the Web Services Agreement to receive a GUID by email).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already provide readOnly, idempotent, and non-destructive hints. The description adds meaningful behavioral context beyond those annotations: it requires a caller-provided ABR web-services GUID, explains the BYOK model, and gives the registration path. It also names the returned fields, so the agent knows what to expect from the response.

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 compact and front-loaded: it opens with the critical BYOK constraint, then states the purpose and return fields, then the requirement and an example. Every sentence earns its place, and the example makes the expected invocation unambiguous.

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 two-parameter read-only lookup with strong annotations, the description is complete: it covers purpose, expected return fields, authentication prerequisite, registration path, and an example call. There is no output schema, but the listed return fields are sufficient for an agent to understand what will come back.

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?

Schema description coverage is 100%, so the schema already documents both acn and _apiKey well. The description adds a concrete usage example and reinforces the meaning of _apiKey, but it does not provide substantial semantic value beyond what the input schema already says. Baseline 3 is appropriate.

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 and resource: 'Look up an Australian Company Number (ACN)'. It also clarifies what data is returned and explicitly distinguishes this from abn_lookup by saying it returns the same detail for the company's associated ABN. An agent can immediately tell what the tool does and how it relates to its sibling.

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 clear context: use an ACN as input and get the same details as abn_lookup, with an explicit BYOK prerequisite and registration link. It does not explicitly state 'use abn_lookup when you have an ABN', but the phrasing strongly implies the ACN-vs-ABN routing and names the sibling tool that provides the parallel behavior.

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.

TDQS

A3.8/5.0
Disambiguation2/5

Several tools have unclear or overlapping boundaries: ask_pipeworx and ask_pipeworx_beta are explicitly identical right now, while ask_pipeworx, deep_research, and validate_claim all handle factual lookup/research tasks. The five polymarket_* tools plus bet_research also overlap enough that an agent could easily pick the wrong entry point despite verbose descriptions.

Naming Consistency3/5

All names are snake_case and generally descriptive, but conventions are mixed: some are verb-first (ask_pipeworx, resolve_entity, validate_claim), some are noun-first (abn_lookup, entity_profile, polymarket_edges), and prefixes like pipeworx_ and polymarket_ are used inconsistently. It is readable but not a clean, predictable pattern.

Tool Count2/5

34 tools is far too many for a server named 'Abn Lookup' — most of the surface is a broad data-research platform with prediction-market analysis, memory, subscriptions, feedback, and web utilities. The count could fit a large platform, but under this server name and with several near-duplicate entry points, it feels bloated.

Completeness4/5

For a read-only lookup/research server, coverage is strong: ABR lookups, entity resolution, single-query research, grounded verification, deep research, company profiles, comparisons, change feeds, prediction-market analysis, memory, and subscriptions are all represented. Minor gaps exist (e.g., no ACN search-by-name, no order execution), but no core workflow dead-ends.