Skip to main content
Glama
hisasann

music-digger-mcp

by hisasann

play_album

Search YouTube for an artist's full album by name and open the top result in Safari.

Instructions

Play an album by artist + album name. Searches YouTube for <artist> <album> full album and opens the top result in Safari.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
albumYes
artistYes
Behavior4/5

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

With no annotations, the description takes on the burden of disclosure. It transparently reveals that the tool searches YouTube for a specific query ('<artist> <album> full album') and opens the top result in Safari. This provides useful behavioral context, though it does not cover edge cases like missing results or errors.

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 a single, well-structured sentence that front-loads the purpose and immediately explains the mechanism. Every word serves a purpose, with no redundancy.

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 simple tool with no output schema, the description covers the main flow: input, search, and action (open in Safari). It does not address error handling, prerequisites, or return values, but given the tool's simplicity, it is reasonably 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?

The input schema has 0% description coverage, so the description adds significant value by explaining how 'artist' and 'album' are used in the YouTube search query. This goes beyond just naming the parameters, though it does not specify input format or constraints.

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 the action ('Play an album') and the resources (artist + album name), which distinguishes it from siblings like 'play_station' (station) and 'current_track' (track). The mechanism (YouTube search and Safari open) is also specific.

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

Usage Guidelines2/5

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

The description does not provide explicit guidance on when to use this tool versus alternatives such as 'play_station'. It only states what it does, leaving the agent to infer usage context without any when-not-to-use or 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/hisasann/music-digger-mcp'

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