Skip to main content
Glama

Orchestrate Song

orchestrate_song

Turn a genre and optional mood, key, tempo, and length into a complete music production workflow, including generation, review, memory, and project preparation.

Instructions

Run generation, review, memory, and project preparation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNo
moodNo
genreYes
tempoNo
length_minutesNo
stop_on_review_failureNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.3/5.0
Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only names high-level phases. It does not explain ordering, side effects such as writing to memory or creating project files, failure handling, or what 'project preparation' actually does. The stop_on_review_failure parameter hints at review behavior, but the description never connects them.

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

Conciseness2/5

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

The description is one non-redundant sentence, which is concise, but it is so terse that it under-specifies the tool. It reads more like a label than a usable definition and does not front-load any distinguishing or actionable information.

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

Completeness1/5

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

For a six-parameter orchestrator with no annotations, the description is severely incomplete. It omits workflow order, side effects, parameter semantics, and criteria for selecting this over sibling tools. The mention of 'memory' and 'project preparation' implies persistent changes, but those consequences are never described.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so none of the six parameters are explained, and the description adds no parameter-level meaning. genre, key, mood, tempo, length_minutes, and stop_on_review_failure are left entirely to inference, with no compensation for the missing schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a verb ('Run') and lists concrete phases (generation, review, memory, project preparation), which signals this is a workflow orchestrator rather than a single-step tool. However, it does not name the specific resource being orchestrated or explicitly distinguish itself from siblings like generate_songspec, review_songspec, or prepare_ableton_handoff.

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?

No guidance is provided on when to call orchestrate_song versus any of the sibling tools. There are no conditions, prerequisites, exclusions, or mention that this tool is the high-level entry point that wraps the individual steps.

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

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/Hirohito-Homma/kihachi-mcp'

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