Skip to main content
Glama

YardStock NZ Vehicle Listings

Server Details

Live used-car stock on named NZ dealer yards. Search make, model, price, city. Not Trade Me.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Uptime
94.5% over 23 days
Last Tested
Transport
Streamable HTTP · MCP 2024-11-05
URL

TDQS

C2.8/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: coverage describes the data source, search_stock finds listings, and get_listing retrieves a single specific listing by URL. There is no meaningful overlap between them.

Naming Consistency4/5

get_listing and search_stock follow a consistent verb_noun pattern, but coverage uses a standalone noun rather than an action-oriented name. This is a minor deviation that does not cause confusion.

Tool Count4/5

Three tools is on the smaller side, but appropriate for a focused read-only vehicle listing product. The scope is narrow and each tool addresses a distinct need without unnecessary bloat.

Completeness4/5

The core workflow—searching stock and fetching individual listing details—is covered. Coverage fills the need for understanding the data source. There is no create/update/delete, but for a read-only listing service this is acceptable.

Available Tools

3 tools
coverageDInspect

Who is in this NZ dealer-yard stock product. Call first.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

D1.8/5.0
Behavior1/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It provides no information about side effects, return format, external calls, authorization requirements, or what 'Call first' means, so the agent cannot predict tool behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very brief, which is good, but the second sentence 'Call first' is cryptic and does not earn its place. The structure is fragmented and lacks a clear declarative explanation of the tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is far too incomplete for an agent to invoke correctly. It has no params, no output schema, no clear semantics, and ambiguous instructions, so the agent cannot know what input it needs or what result to expect.

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 zero parameters and 100% coverage, so the baseline for parameter semantics is 4. The description adds no parameter detail, but none is needed since no parameters exist; however, it also fails to explain how the tool knows which stock product is referenced.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is phrased as a question, not a clear verb+resource statement, and it does not say what 'coverage' actually does or returns. It could mean a person responsible, a coverage area, or a status, and it does not distinguish itself from siblings get_listing or search_stock.

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

Usage Guidelines1/5

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

No guidance is given for when to use this tool versus get_listing or search_stock. The instruction 'Call first' is ambiguous and does not clarify prerequisites, alternatives, or context.

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

get_listingBInspect

Fetch one listing by its source_url.

ParametersJSON Schema
NameRequiredDescriptionDefault
source_urlYes

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'Fetch' implies a read-only retrieval, but the description does not disclose error behavior, return format, authentication requirements, rate limits, or any side effects. This is a minimal statement with no depth beyond the core action.

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 one concise, front-loaded sentence ('Fetch one listing by its source_url.') with no redundant words. Every term earns its place, making it an exemplary concise structure.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema and no annotations, so the description should explain what a successful result looks like and how failures surface. It only states the input and a vague output ('one listing'), leaving an agent without enough context to handle missing records, response shapes, or when this tool is preferable to sibling tools.

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 schema has zero description coverage for the source_url parameter, but the tool description says 'by its source_url,' which clarifies that source_url is the unique identifier used to select the listing. This adds meaningful semantics beyond the raw schema and fully compensates for the single parameter's lack of description.

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 states a specific verb ('Fetch') and resource ('one listing') plus the identifying key ('source_url'), making the tool's purpose clear. It does not explicitly distinguish itself from siblings like coverage or search_stock, but the phrasing narrows the action to a single-record lookup.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus the alternatives (coverage, search_stock). The only implied use case is 'when you have a source_url and need one listing,' but no explicit conditions, exclusions, or alternative routing are provided.

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

search_stockCInspect

Search live used cars on ingested NZ dealer yards. Not Trade Me.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNo
fuelNo
makeNo
limitNo
modelNo
year_maxNo
year_minNo
price_max_nzdNo
price_min_nzdNo

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits. It implies a read-only search via the word 'Search', but does not describe what 'live' means relative to ingestion, whether results are paginated, or any other operational behavior. The bare statement adds little beyond the tool's obvious purpose.

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 exceptionally concise, using two short sentences with no filler. The core action and resource are front-loaded, and the 'Not Trade Me' clarification earns its place by narrowing scope. Every word contributes.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given nine optional parameters, zero annotation coverage, and no output schema, this 13-word description is severely incomplete. It fails to explain return values, filter behavior, limits, or data freshness, leaving an agent without enough context to invoke the tool correctly.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must compensate by explaining parameter meaning. It does not mention any of the nine parameters (city, fuel, make, limit, model, year_min, price_max_nzd, etc.), leaving filter semantics entirely undocumented for the agent.

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?

Description states a clear verb ('Search') and specific resource ('live used cars on ingested NZ dealer yards'), distinguishing it from broader marketplaces like Trade Me. However, it does not explicitly differentiate from sibling tools 'coverage' and 'get_listing', so it misses the explicit sibling distinction that would earn a 5.

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

Usage Guidelines2/5

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

The phrase 'Not Trade Me' gives a single exclusion but provides no context on when to use this tool versus siblings 'coverage' or 'get_listing'. No mention of scenarios, prerequisites, or alternatives, leaving the agent without actionable routing guidance.

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.

  1. 3 tool updates
    • First observedcoverage
    • First observedget_listing
    • First observedsearch_stock

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to search live used-car inventory, verify whether asking prices are fair market value, estimate annual road tax and running costs, and initiate contact with sellers for the Portuguese market.
    6
    66 npm
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to search and retrieve used and new car listings from carsales.com.au, with support for various filters and detailed listing information including images. It uses a real browser to bypass bot protection and integrates with MCP-compatible clients like Claude Desktop and Claude Code.
    19
    2
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables agents to search and analyze used-vehicle listings across multiple Serbian marketplaces, including price statistics, history, and per-user saved-search watches.
    1
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources