Skip to main content
Glama
vivmuk

Medhā MCP

by vivmuk

Venice Music Complete (cleanup)

venice_music_complete

Mark a completed music job as downloaded by providing the queue ID and model, triggering the cleanup process to finalize the generation workflow.

Instructions

Mark a completed music job as downloaded. Cleanup hook. Supports x402 wallet auth (no Venice account needed) and API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYes
queue_idYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the auth modes (x402 wallet, API key) which is useful. However, for a completion/cleanup tool, it doesn't state whether the operation is idempotent, destructive, or irreversible once marked, nor what happens if called on a non-completed job. The auth disclosure is the main value-add, but behavioral side-effects remain unstated.

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?

Two sentences, concise and front-loaded with the purpose. Each sentence earns its place: the first states what it does and its role as a hook, the second covers auth requirements. No fluff or repetition. Could arguably add parameter guidance, but as written it's tight.

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

Completeness2/5

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

With no output schema, no annotations, and 0% param coverage, the description carries significant burden and falls short. It doesn't explain the lifecycle relationship (must follow venice_music_generate/status), error cases, idempotency, or what the response contains. For a tool that marks state ('downloaded'), knowing whether it's reversible or what happens on conflict would materially improve agent decision-making.

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

Parameters2/5

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

Schema coverage is 0% for both parameters (queue_id, model), and the description adds essentially no parameter information. The description doesn't explain what queue_id should contain (an identifier from a prior music_generate call) or what model refers to. With 0% coverage and no param elaboration in the description, the agent must infer meaning from parameter names alone, which is a significant gap.

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 specific verb+resource: 'Mark a completed music job as downloaded.' It clearly states this is a cleanup hook and distinguishes it from generation/status tools by the 'completed' and 'downloaded' framing. Internal naming consistency (complete vs status/generate) is clear, though it doesn't explicitly name a sibling alternative.

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?

Calling itself a 'cleanup hook' implies usage timing (after a job completes). 'Supports x402 wallet auth (no Venice account needed) and API key' adds auth context. However, it doesn't explicitly state when NOT to use this (e.g., not for checking status - use venice_music_status) or name alternatives, leaving usage boundaries somewhat implied rather than stated.

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/vivmuk/medha-mcp'

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