YardStock NZ Vehicle Listings
Server Details
Live used-car stock on named NZ dealer yards. Search make, model, price, city. Not Trade Me.
- Status
- Healthy
- Uptime
- 94.5% over 23 days
- Last Tested
- Transport
- Streamable HTTP · MCP 2024-11-05
- URL
TDQS
Scored across 3 tools
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.
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.
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.
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 toolscoverageDInspect
Who is in this NZ dealer-yard stock product. Call first.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| source_url | Yes |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| fuel | No | ||
| make | No | ||
| limit | No | ||
| model | No | ||
| year_max | No | ||
| year_min | No | ||
| price_max_nzd | No | ||
| price_min_nzd | No |
TDQS
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.
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.
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.
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.
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.
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.
3 tool updates
- First observed
coverage - First observed
get_listing - First observed
search_stock
Related MCP Connectors
UK used cars: road tax (VED), ULEZ charges, MOT dates, DVSA reliability, live dealer stock.
Find and compare live vehicle inventory from participating US dealers and contact them with consent.
Live Canadian vehicle listings, VIN decode and market valuations, province by province.
Search WeBuyCars' live used-vehicle stock, condition reports and FAQs, or start a sell-my-car lead.
Related MCP Servers
- AlicenseAqualityDmaintenanceAggregates and searches used car listings from multiple sources (Cars.com, Autotrader, KBB) with price, mileage, dealer info, and optional CarFax-style filters (1-owner, no accidents, personal use).14MIT
- AlicenseAqualityCmaintenanceEnables 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.666 npmMIT
- AlicenseAqualityBmaintenanceEnables 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.192MIT
- FlicenseNot gradedqualityCmaintenanceEnables agents to search and analyze used-vehicle listings across multiple Serbian marketplaces, including price statistics, history, and per-user saved-search watches.1-
Glama MCP Gateway
Add one secure layer between your agents and this server.