Skip to main content
Glama

BuilderVet — NSW builder licence & risk history

Server Details

Is this NSW builder licensed, insolvent or disciplined? 178k+ licences from official registers.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.6/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: search_builders for finding builders, get_builder_risk for risk profile, and get_builder_timeline for event history. There is no overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern: search_builders, get_builder_risk, get_builder_timeline. Naming is clear and predictable.

Tool Count5/5

With 3 tools, the server is well-scoped for its purpose (NSW builder licence & risk history). Each tool is essential, and the count is appropriate.

Completeness5/5

The tool set covers the full lifecycle: search, get risk profile, and get timeline. No obvious gaps exist for the stated domain.

Available Tools

3 tools
get_builder_riskA
Read-only
Inspect

Get the factual risk profile for one builder by slug: NSW licence number/class/status (current, expired, suspended, cancelled), ACN/ABN and ASIC registration status (incl. deregistration/strike-off), disciplinary record count, and computed risk signals such as disciplinary history or licence problems. All facts come from official public registers, archived longitudinally by BuilderVet. Use when a user asks 'is licensed?', 'is safe to sign a contract with?', or 'has been in trouble?'. Example: slug='acme-building-pty-ltd-1a2b' (get the slug from search_builders first).

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesBuilder slug from search_builders, e.g. 'acme-building-pty-ltd-1a2b'
Behavior4/5

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

Annotations already mark readOnlyHint=true, so the description does not need to repeat safety. The description adds value by disclosing data sources ('official public registers, archived longitudinally by BuilderVet') and the nature of computed risk signals. No contradiction with annotations.

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 packed with information but remains readable. It front-loads the core purpose and lists specifics. Minor opportunity to split the long second sentence, but overall efficient.

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?

Given the single parameter, readOnlyHint, and no output schema, the description compensates well by detailing the return fields (licence info, ASIC status, disciplinary count, risk signals). All key aspects are covered for a tool of this complexity.

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?

Schema coverage is 100% (one parameter described). The description adds meaning beyond the schema by providing a real-world example ('acme-building-pty-ltd-1a2b'), the source of the slug ('from search_builders'), and clarifying that it identifies a single builder.

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 explicitly states the verb ('Get') and the resource ('factual risk profile for one builder'), enumerating specific data fields (licence, ASIC, disciplinary record, risk signals). It distinguishes from siblings like search_builders and get_builder_timeline by focusing on a single builder's risk profile.

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 usage examples ('is <builder> licensed?', 'safe to sign a contract?'), advises to obtain slug from search_builders first, and provides a concrete slug example. It lacks explicit when-not-to-use or alternatives to siblings, but the context is sufficient.

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

get_builder_timelineA
Read-only
Inspect

Get the dated event timeline for a builder by slug: licence status changes, deregistration/strike-off, disciplinary findings, public warnings, and building work rectification orders. Each event carries its severity (info/watch/risk), the official register it came from, and a flag when the record was deleted upstream and now exists only in BuilderVet's archive — cite that flag explicitly when present, it is the strongest signal. Returns up to 50 most recent events. Example: slug='acme-building-pty-ltd-1a2b' → '2026-03-14 — [risk] Building work rectification order (nsw.bc.rectification-orders)'.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesBuilder slug from search_builders
Behavior5/5

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

Beyond the readOnlyHint annotation, the description details the event structure (severity, source register, deleted flag), the limit of 50 events, and the importance of the deletion flag. This adds significant behavioral context, such as the archival nature of some records.

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 well-structured, starting with the main purpose, then detailing event types and attributes, providing usage instructions, and ending with a concrete example. Every sentence adds value with no redundancy.

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?

The description explains the return structure, event limit, and key attributes, compensating for the lack of an output schema. However, it does not address error handling or pagination for older events, which would improve completeness.

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

Parameters5/5

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

The only parameter 'slug' is fully described in the schema, and the description supplements it with an example value and its origin from search_builders. Schema coverage is 100%, and the description adds contextual meaning.

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 it retrieves a dated event timeline for a builder by slug, listing specific event types (licence status changes, deregistration, etc.). This distinguishes it from siblings like search_builders and get_builder_risk, which have different purposes.

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 explains what the tool does but does not explicitly state when to use it versus alternatives like get_builder_risk. It provides an example and indicates when to cite the deletion flag, but lacks general usage guidance.

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

search_buildersA
Read-only
Inspect

Search Australian (currently NSW) builders, contractors and building companies by name; optionally filter by postcode. Returns matching entities with their licence status and a slug to pass to get_builder_risk / get_builder_timeline. Example: query='Acme Building' → '- Acme Building Pty Ltd (Current), 2099 → slug: acme-building-pty-ltd-1a2b'. Names are matched loosely, so try the trading name AND the legal (Pty Ltd) name if the first search misses. Query must be at least 2 characters.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesBuilder or company name, e.g. 'Acme Building'
postcodeNoOptional NSW postcode filter, e.g. '2099'
Behavior5/5

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

Annotations indicate readOnlyHint=true; the description adds that search is loose, requires minimum 2 characters, and what the output contains (licence status, slug). No contradictions.

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?

Concise yet comprehensive: describes purpose, provides example, usage tips, and links to sibling tools. No unnecessary sentences.

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?

Despite no output schema, the description fully explains what is returned and how to use the output (slug) with other tools. Covers all 2 parameters adequately.

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?

Schema coverage is 100% but description adds value by explaining query parameter usage (e.g., try different names) and postcode as an optional NSW filter, plus the minLength constraint.

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 searches for builders by name with optional postcode filtering, and distinguishes from sibling tools by mentioning it returns slugs for get_builder_risk and get_builder_timeline.

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

Usage Guidelines5/5

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

Provides explicit guidance on when to use (searching builders), includes an example, advises trying both trading and legal names, and explains that the output slug feeds into related tools.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Verify Australian and New Zealand businesses against government registers via any MCP-compatible AI agent. Returns registration status, directors, licences, trading names, and a three-tier risk assessment (CLEAR / ADVISORY / FLAGS_FOUND) that surfaces regulatory findings across jurisdictions — including bans, disqualifications, and insolvencies that may not appear in any single register.
    Last updated
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Gives any MCP-compatible AI agent instant access to the Australian Business Register (ABR) — plus AI-powered business intelligence. Search 8M+ registered Australian entities by name or ABN, get full profiles, check GST status, and get an AI-generated opportunity assessment for any business.
    Last updated
    44
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources