Skip to main content
Glama

mcp_opendaw_get_sample_info

Read-only

Retrieve detailed metadata for an audio sample by its UUID, including sample rate, channels, frames, and loading state.

Instructions

Get detailed info about an audio sample by UUID.

Uses the SampleManager to fetch metadata about audio files registered in the project. Returns sample rate, channels, frames, and loading state.

sample_uuid: UUID of the audio sample (from list_samples).

Returns sample metadata, or error if not found.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sample_uuidYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds context: returns metadata or error if not found, using SampleManager. No contradictions; clarifies behavior beyond annotations.

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 concise with no wasted sentences. Each sentence adds value: purpose, implementation detail, parameter hint, and return behavior.

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

Completeness5/5

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

For a simple read operation with one parameter and output schema, the description covers purpose, parameter source, return fields, and error case. It is fully complete.

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 coverage is 0%, so description must compensate. It explains sample_uuid is a UUID from list_samples, adding meaningful context beyond the schema's type and title.

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 clearly states 'Get detailed info about an audio sample by UUID' with specific return fields (sample rate, channels, frames, loading state), distinguishing it from siblings like get_audio_file_info by focusing on sample metadata.

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

Usage Guidelines3/5

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

The description indicates the sample_uuid comes from list_samples, guiding the user on parameter source, but does not explicitly discuss when to use this tool versus alternatives or provide exclusion criteria.

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/AMEOBIUS-team/opendaw-mcp'

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