Skip to main content
Glama

Prelude NZ — Instrument Rental

Search Instruments Tool

search-instruments-tool

Search instruments available for rental at Prelude NZ. Filter by instrument category (e.g. violin, flute) or family (e.g. strings, woodwind). Returns name, category, tier, pricing, availability, and a link to the instrument page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
familyNoFilter by instrument family slug (e.g. "strings", "woodwind", "brass", "keyboard", "percussion").
categoryNoFilter by instrument category slug (e.g. "violin", "flute", "trumpet", "clarinet", "cello").

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the disclosure burden. It states return fields (name, category, tier, pricing, availability, link), which is helpful. However, it does not explicitly mention that this is a read-only operation, potential side effects, or any constraints like pagination or rate limits. The 'search' verb implies read-only, but the transparency is minimal.

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?

Two concise sentences, front-loaded with the core purpose. No redundant information or filler. Every sentence contributes to understanding.

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

Completeness4/5

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

For a 2-parameter search tool with no output schema, the description adequately covers return values and filter options. It lacks details such as combination semantics, but given the simplicity, it is reasonably complete. The return fields are explicitly listed, which is essential when no output schema is present.

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%, so the baseline is 3. The description adds example values (violin, flute for category; strings, woodwind for family) but these are similar to the schema examples. It does not clarify whether both filters can be used together or how they combine, so it adds minimal value beyond the schema.

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 uses the specific verb 'Search' with a clear resource: 'instruments available for rental at Prelude NZ'. It also mentions filtering by category or family, making it distinct from sibling tools like get-faqs-tool, get-pricing-tool, and search-teachers-tool.

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 clearly indicates when to use this tool: when searching for rental instruments, with optional filters. It does not explicitly exclude alternatives, but the specificity of 'instruments' and the visible sibling names make the context clear. It lacks explicit 'use this instead of X' guidance, so not a 5.

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.2/5.0
Disambiguation5/5

Each tool targets a distinct purpose: FAQs, pricing, instrument search, and teacher search. There is no conceptual overlap; even search-instruments and get-pricing are complementary rather than duplicative.

Naming Consistency5/5

All tools follow a consistent verb-noun-tool pattern with lowercase and hyphens. 'get' is used for reference lookups and 'search' for discovery, making the naming predictable and uniform.

Tool Count4/5

Four tools is on the lean side but appropriate for the server's scope—covering key information needs for instrument rentals. The count is within a reasonable range and each tool adds value.

Completeness4/5

The surface covers the main informational needs: FAQs, pricing, instrument discovery, and teacher lookup. Minor gaps exist, such as no direct 'get instrument details' tool, but the search tool returns sufficient details and links.

Resources