Skip to main content
Glama

BuilderCheck — 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 clearly distinct purpose: search_builders finds builders by name and returns slugs, get_builder_risk provides a current risk profile, and get_builder_timeline offers historical events. There is no overlap or ambiguity.

Naming Consistency4/5

Tool names follow a consistent verb_noun pattern (search_builders, get_builder_risk, get_builder_timeline). The minor difference between 'search' and 'get' is acceptable as they represent different actions (discovery vs retrieval).

Tool Count5/5

Three tools is ideal for this focused domain: search, risk profile, and timeline. Each tool serves a clear need without unnecessary bloat.

Completeness5/5

The tool set covers the full lifecycle of querying builder information: discovery via search, current risk assessment, and historical timeline. For a read-only service, this is complete with no obvious gaps.

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 BuilderCheck. 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 declare readOnlyHint=true. The description adds context that data comes from official public registers and is archived longitudinally by BuilderCheck, which is helpful but does not contradict annotations.

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 concise: two sentences. The first sentence states the purpose and outputs, the second provides usage guidance and an example. No filler.

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 a single required parameter (slug), no output schema, and annotations (readOnlyHint), the description is complete. It details what data is returned, how to obtain the slug, and typical use cases. No major gaps.

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% (slug described). The description adds explicit context: 'Builder slug from search_builders, e.g. 'acme-building-pty-ltd-1a2b'', which reinforces the source and provides an example, beyond the schema description.

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 that the tool gets the factual risk profile for one builder by slug, listing specific data elements (licence info, ACN/ABN, disciplinary record, risk signals). It distinguishes from siblings like search_builders 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?

The description provides explicit use cases ('is <builder> licensed?', 'is <builder> safe to sign a contract with?', 'has <builder> been in trouble?') and mentions the prerequisite to get the slug from search_builders first, guiding the agent on when and how to use this tool.

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 BuilderCheck'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
Behavior4/5

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

Annotations declare readOnlyHint=true, which the description does not contradict. The description adds valuable behavioral details: returns up to 50 most recent events, lists event types with severity, register source, and a flag for archived records. It also instructs to cite the archive flag as the strongest signal.

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 concise (three sentences) and front-loaded with the main purpose. Every sentence provides essential information without redundancy. It is well-structured for quick comprehension.

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 tool's simplicity (one parameter, read-only, no output schema), the description is fairly complete. It explains return content (events, severity, register, archive flag) and limits (up to 50 events). It could mention pagination or ordering, but the example and details are sufficient for effective use.

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 input schema has one parameter (slug) with 100% description coverage. The description adds meaning by explaining the slug originates from search_builders and providing an example, clarifying the expected format beyond the schema's basic description.

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 retrieves a dated event timeline for a builder by slug, listing specific event types (licence status changes, deregistration, etc.). It distinguishes from siblings by referencing the slug used in search_builders and the focus on timeline vs risk.

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 provides context on when to use the tool (to get a timeline of events) and includes an example for clarity. While it indirectly implies alternatives (e.g., search_builders to get slug), it does not explicitly discuss when not to use it or directly compare with get_builder_risk.

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?

Discloses behavioral traits beyond annotations: geographic scope (NSW), return values (licence status, slug), and matching behavior (loose). The readOnlyHint annotation is consistent with the search operation. 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: first sentence front-loads the core action, followed by return details, an example, usage tips, and a constraint. Every sentence adds value; no redundancy or filler.

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 search tool without output schema, the description sufficiently covers return values (matching entities, licence status, slug) and usage context (geographic scope, naming hints). Complete and self-contained.

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?

Adds substantial meaning beyond the schema: explains query is a builder name, describes loose matching, gives an example, and clarifies postcode as an optional NSW filter. Schema coverage is 100%, but the description significantly enriches parameter understanding.

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's action: 'Search Australian builders... by name' and specifies the resource (builders, contractors, companies). It distinguishes itself from siblings by indicating the returned slug is intended for get_builder_risk/timeline, making its purpose distinct.

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?

Provides helpful usage guidance such as minimum query length, optional postcode filter, loose matching, and the recommendation to try both trading and legal names. However, it does not explicitly discuss when not to use this tool or compare with alternatives beyond the slug use.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources