Skip to main content
Glama

preview_browser_item

Audition any browser item (sample, instrument, preset) using Live's preview tab without loading it onto a track. Use item_uri from search results to start preview.

Instructions

Audition a browser item (a sample, instrument, or preset) through Live's preview tab WITHOUT loading it onto a track. item_uri comes from search_browser or get_browser_items_at_path. Use stop_browser_preview to stop.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_uriYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations only include destructiveHint=false. Description adds that the tool does NOT load the item onto a track, clarifying no side effects. It also mentions the need to stop the preview with another tool. This goes beyond the annotation by describing the non-destructive preview behavior.

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 sentences with no redundant information. First sentence states purpose and constraint, second provides parameter source and complementary tool. Highly efficient and front-loaded.

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 tool with one parameter and an existing output schema, the description covers purpose, parameter source, and teardown. It could mention the return value briefly, but output schema handles that. Overall adequate for the tool's simplicity.

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?

Schema has 0% description coverage for item_uri. Description compensates by explaining that item_uri comes from specific tools (search_browser or get_browser_items_at_path), providing provenance and meaning for the parameter.

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?

Description clearly states the tool auditions a browser item through Live's preview tab without loading it onto a track. The verb 'audition' and resource 'browser item' are specific, and it explicitly distinguishes from loading tools by saying 'WITHOUT loading it onto a track'.

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?

Description tells when to use (to audition before loading) and provides source for item_uri (search_browser or get_browser_items_at_path) and complementary tool (stop_browser_preview). It lacks explicit when-not-to-use but the guidance is clear.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wstierhout/ableton-live-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server