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
Available Tools
3 toolsget_builder_riskARead-onlyInspect
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), total timeline event count (not disciplinary finding count), and recorded source flags such as disciplinary history or licence problems. All facts come from official public registers, archived longitudinally by BuilderVet. Use for identity and dated evidence. This does not establish safety, financial health or complete coverage. Example: slug='acme-building-pty-ltd-1a2b' (get the slug from search_builders first).
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Builder slug from search_builders, e.g. 'acme-building-pty-ltd-1a2b' |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, which the description aligns with. The description adds meaningful context beyond annotations: data provenance (official public registers, archived longitudinally by BuilderVet) and an explicit limitation statement. This gives the agent a clear picture of what the facts represent and what they do not establish.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense yet well-structured: action first, followed by returned content, provenance, usage guidance, limitations, and an example. Every sentence earns its place, and the most important scoping information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with no output schema, the description is complete: it names all returned data categories, explains the data source, gives an example, and clearly states limitations. An agent can confidently invoke the tool and interpret the result without additional documentation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% and already documents slug with an example and its source ('Builder slug from search_builders'). The description reinforces this with a second example and clarifies 'one builder by slug', but adds little semantic value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource ('Get the factual risk profile for one builder by slug') and enumerates precise data points (NSW licence class/status, ACN/ABN, ASIC status, event count, source flags). This clearly distinguishes it from siblings like get_builder_timeline and search_builders by listing exactly what it returns.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides explicit use context ('Use for identity and dated evidence') and exclusions ('does not establish safety, financial health or complete coverage'), and instructs to obtain the slug from search_builders first. It does not explicitly name get_builder_timeline as the alternative for chronological events, but the parenthetical 'not disciplinary finding count' partially signals the boundary.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_builder_timelineARead-onlyInspect
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 whether the source is archived. A removal notice is not a new finding or proof of wrongdoing. Do not imply exclusive access. 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)'.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Builder slug from search_builders |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description goes well beyond the readOnlyHint annotation, disclosing the event payload shape, severity levels, source registers, archived status, the 50-event limit, and important interpretive cautions about removal notices and exclusive access. This is rich behavioral context that an agent needs to use the result correctly.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-organized and front-loaded with the core purpose, then enumerates event types, result attributes, caveats, limit, and a concrete example. Every sentence adds useful information without redundancy or fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no nested objects, the description carries the full burden of explaining return values. It covers event content, severity, source, archiving, limit, and gives a concrete example. The caveats about removal notices and exclusive access further round out the context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% for the single slug parameter, and the schema description already says it is a builder slug from search_builders. The tool description uses the slug in an example but does not add meaning beyond the schema beyond illustrating the expected format.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as fetching a dated event timeline for a builder by slug, enumerating the event types. It does not explicitly name sibling tools or state how it differs from get_builder_risk, but the timeline vs. risk distinction is reasonably inferable from the content.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage through 'by slug' and the example, and it notes the slug comes from search_builders in the schema. However, it does not explicitly state when to prefer this over get_builder_risk or when not to use it. The guidance is present but mostly implicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_buildersARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Builder or company name, e.g. 'Acme Building' | |
| postcode | No | Optional NSW postcode filter, e.g. '2099' |
TDQS
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.
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.
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.
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.
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.
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
- First observed
get_builder_risk - First observed
get_builder_timeline - First observed
search_builders
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Verify ANZ businesses against government registers. Surfaces cross-jurisdictional findings.
Free contractor-license checks from official state records; a no-match never proves unlicensed.
Verify contractor licenses: 50 states + DC + 8 cities — status, expiration, disciplinary history.
Confirm a US business is real and find who controls it. 32.6M official registry records.
Related MCP Servers
- AlicenseAqualityDmaintenanceReal-time contractor license verification across 45 US states. Verifies license status, expiration, and disciplinary history directly against state licensing board portals.4106MIT
- AlicenseNot gradedqualityCmaintenanceVerify 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.MIT
- AlicenseAqualityAmaintenancePlain-English access to APRA banking, superannuation, and insurance statistics — every prudentially-regulated entity in Australia.6MIT
- AlicenseNot gradedqualityDmaintenanceGives 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.51MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct role: search_builders finds entities, get_builder_risk returns a consolidated factual profile, and get_builder_timeline returns dated events. There is no meaningful overlap between them.
All tool names follow a consistent snake_case verb_noun pattern: search_builders, get_builder_risk, get_builder_timeline. The naming clearly signals both the action and the resource.
Three tools is a well-scoped size for a focused read-only registry lookup server. Each tool serves a necessary step in the workflow: search, profile, and timeline.
The server covers the full intended workflow for builder licence and risk history lookup: find a builder, retrieve their factual risk profile, and inspect their dated event timeline. No obvious dead ends or missing core operations are apparent.