Prelude NZ — Instrument Rental
Server Details
Search and rent musical instruments in New Zealand. Pricing, teachers, and FAQs.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsget-faqs-toolGet Faqs ToolAInspect
Get frequently asked questions about renting instruments from Prelude NZ. Covers how rental works, plans, pricing, delivery, returns, and more.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are empty, so the description carries the burden. It accurately describes a read-only retrieval of FAQ content and lists coverage areas. It does not disclose response format or data freshness, but for a no-parameter tool these gaps are minor and do not mislead.
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?
One sentence, front-loaded with the verb and resource, no fluff. 'and more' is slightly vague but does not impair clarity.
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?
With zero parameters and no output schema, the complexity is low. The description gives the essential context and covers the main topics. It could be slightly more explicit about what the returned FAQ data looks like, but that is not necessary given the simplicity.
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?
There are zero parameters, so schema coverage is trivially 100%. Baseline for no parameters is 4; the description adds no parameter-specific info because none exist, which is appropriate.
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 clearly states the tool retrieves FAQs about renting instruments from Prelude NZ, and lists specific topics covered (rental mechanics, plans, pricing, delivery, returns). This distinguishes it from siblings like get-pricing-tool and search-instruments-tool.
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 description implies when to use it: when a user has questions about renting instruments and the specific topics listed. It provides clear context but does not explicitly mention when not to use it or name alternative tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get-pricing-toolGet Pricing ToolAInspect
Get rental pricing plans for a specific instrument at Prelude NZ. Returns all available plan options with monthly and total prices.
| Name | Required | Description | Default |
|---|---|---|---|
| instrument | Yes | The instrument slug (e.g. "student-violin", "intermediate-flute"). Use search-instruments first to find slugs. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the burden of behavioral disclosure. It does state the return value ('Returns all available plan options with monthly and total prices'), which is useful. However, it does not mention error behavior, whether data is real-time, or any authentication or rate limitations. This is adequate for a simple read-only tool but leaves some gaps.
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 two concise sentences, front-loaded with the action and resource. It avoids fluff and every sentence provides useful information (what the tool gets and what it returns).
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?
For a simple tool with one parameter and no output schema, the description is complete enough: it names the resource, the scope (Prelude NZ), and the output (plan options with prices). The schema covers the parameter format. The workflow is further clarified by the schema hint to use search-instruments. Minor missing details like currency or sample output are not critical for this tool's simplicity.
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 100%, so the baseline is 3. The parameter description in the schema explains the format and gives an example ('student-violin'), and also directs the user to search-instruments for valid slugs, which adds semantic value. The main description adds no additional parameter insight, so a score of 3 is appropriate.
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 clearly states the tool's purpose: 'Get rental pricing plans for a specific instrument at Prelude NZ.' It uses a specific verb ('Get') with a specific resource ('rental pricing plans'), and the mention of 'instrument' and 'Prelude NZ' distinguishes it from sibling tools like FAQs, instruments search, and teachers search.
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 description implicitly conveys when to use the tool (when needing rental pricing for an instrument) and is clearly distinct from sibling tools. The parameter schema further guides the user to 'Use search-instruments first to find slugs,' providing context for the required workflow without explicitly naming the alternative in the main description.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search-instruments-toolSearch Instruments ToolAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| family | No | Filter by instrument family slug (e.g. "strings", "woodwind", "brass", "keyboard", "percussion"). | |
| category | No | Filter by instrument category slug (e.g. "violin", "flute", "trumpet", "clarinet", "cello"). |
TDQS
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.
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.
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.
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.
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.
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.
search-teachers-toolSearch Teachers ToolAInspect
Find music teachers in New Zealand listed on Prelude. Filter by instrument and region. Returns teacher names, regions, instruments taught, and a link to their profile page for full details and contact.
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Filter by NZ region slug (e.g. "auckland", "wellington", "canterbury", "otago"). | |
| instrument | No | Filter by instrument category slug (e.g. "violin", "flute", "trumpet", "piano"). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses that the tool returns teacher names, regions, instruments, and a profile link, which is useful. However, it does not mention read-only status, pagination, or behavior when filters are omitted, leaving some ambiguity for a search tool.
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 three short, focused sentences: purpose, filtering capability, and return format. It is front-loaded, contains no fluff, and every sentence adds valuable information.
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?
For a tool with only two optional parameters and no output schema, the description covers the essential information: purpose, filters, return fields, and a note about where to get full details. It lacks an explicit statement about optional filtering behavior (e.g., what happens if no filters are provided), but this is a minor gap given the low complexity.
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 100% with both parameters (region and instrument) adequately described with examples. The tool description only repeats 'filter by instrument and region' without adding new semantics, so it does not exceed the baseline of 3.
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 clearly states the tool's purpose: finding music teachers in New Zealand. It distinguishes from sibling tools by specifying the target resource (teachers) and name-dropping Prelude, making it distinct from search-instruments-tool or FAQ/pricing tools.
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 description implicitly indicates when to use the tool (whenever you need to find music teachers) and mentions filtering by instrument and region. It does not explicitly exclude alternatives, but the sibling tool names and the focus on teachers provide enough context for an agent to choose this over get-faqs-tool or get-pricing-tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Search 52,000 musical instruments and audio products: live prices, deals, bundles, open-box units.
Search campervans and motorhomes worldwide. 300+ rental companies. AU, NZ, US, CA, UK and more.
Live used-car stock on named NZ dealer yards. Search make, model, price, city. Not Trade Me.
Search 18,594 production-music cues by mood, sound and exact runtime. Instant preview links.
Related MCP Servers
- FlicenseCqualityDmaintenanceEnables AI agents to generate, manipulate, and perform algorithmic music using Strudel.cc live coding environment. Provides 46+ tools for pattern generation across multiple genres, music theory operations, real-time audio analysis, and AI-powered composition.50
- AlicenseAqualityBmaintenanceEnables searching and retrieving classical music works, scores, and recordings from IMSLP via natural language, without requiring an API key or account. It respects IMSLP's crawl policies and reports copyright status per jurisdiction.7304MIT
- AlicenseNot gradedqualityBmaintenanceEnables musicians and their agents to manage AI licensing, register tracks by ISRC, issue/revoke licences, access compliance audit trails, and run their artist platform (merch, events, subscriptions, crowdfunding) through natural language with 46 tools.111Unlicense - libtelnet variant
- AlicenseAqualityDmaintenanceEnables AI agents to search, license, and pay for rights-clean music per use, returning a verifiable license certificate.5MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.