Skip to main content
Glama

List my SoundBreak songs

list_my_songs
Read-only

List recent finished SoundBreak songs for this end_user_id. Use when the user asks what songs they made. Share listen_url only when ready_to_share is true. Those are preview links, not releases. Include user_notice verbatim and share remove_preview_url as a Remove preview markdown link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax songs to return (default 4)
end_user_idNoStable per-person id for this caller. Required for complimentary gens and account linking. Dify: set Fixed from sys.user_id (string or number is fine). Pass the same value on every generate/status/library call. Do not invent a new id each turn.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description does not need to repeat safety. It adds valuable behavioral context: that listen_url is a preview link, not a release, and that it should only be shared when ready_to_share is true. It also instructs to include user_notice verbatim and to format remove_preview_url as a markdown link, which are specific behavioral requirements beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the core purpose and usage, followed by specific handling instructions. Each sentence earns its place; however, it could be slightly tighter by merging some clauses. It is not bloated and reads clearly.

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 read-only listing tool with annotations covering safety, the description is complete. It provides specific instructions on how to handle the returned data (sharing preview links, including user_notice, formatting remove_preview_url), which addresses the lack of an output schema. An agent has everything needed to correctly invoke the tool and use its results.

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 description coverage is 100%, so both parameters (limit and end_user_id) are already documented with their meanings. The description only implicitly references end_user_id ('for this end_user_id') without adding new details. The baseline of 3 is appropriate since the schema carries the parameter semantics, and the description does not enhance them further.

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 opens with a specific verb and resource ('List recent finished SoundBreak songs') and explicitly scopes it to 'this end_user_id'. It also states the intended use case ('Use when the user asks what songs they made'), which distinguishes it from sibling tools like get_song_generation_status (status) and remove_song_preview (removal).

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?

It gives a clear trigger context ('Use when the user asks what songs they made'), which is helpful for an agent to select this tool. It does not explicitly mention when NOT to use it or name alternatives, but the sibling list makes the distinction obvious. The instruction to share listen_url only when ready_to_share is true also guides conditional use.

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.

Resources