Skip to main content
Glama

BuilderVet — NSW builder licence & risk history

get_builder_timeline

Read-only

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesBuilder slug from search_builders

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters3/5

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.

Purpose4/5

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.

Usage Guidelines3/5

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Resources