Skip to main content
Glama

BuilderVet — NSW builder licence & risk history

get_builder_risk

Read-only

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).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesBuilder slug from search_builders, e.g. 'acme-building-pty-ltd-1a2b'

TDQS

A4.4/5.0
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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.7/5.0
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.

Resources