Skip to main content
Glama

mt_issue_music_credential

Issue verifiable credentials for AI-generated music to prove provenance, document human oversight, and declare rights. Creates EU AI Act compliant W3C credentials anchored on Base blockchain for transparent ownership tracking.

Instructions

Issue a VerifiedMusicCredential for an AI-generated music track.

Creates a W3C Verifiable Credential proving the provenance of an AI-generated music track — which tool created it, whether a human was involved, and what rights apply. Anchored on Base L2. EU AI Act Article 50(2) compliant.

Args: agent_did: DID of the agent/creator (e.g. "did:moltrust:abc123") tool: AI tool used (e.g. "Suno API v3.2", "Udio", "Magenta") human_oversight: "true", "false", or "partial" rights: Rights declaration (e.g. "CC-BY", "All Rights Reserved", "Agent-Wallet") track_title: Title of the track track_description: Optional description genre: Optional genre (e.g. "ambient", "jazz", "classical") isrc: Optional ISRC code (ISO 3901)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_didYes
toolYes
human_oversightYes
rightsYes
track_titleYes
track_descriptionNo
genreNo
isrcNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Adds critical behavioral context absent from annotations: Base L2 anchoring mechanism, EU AI Act Article 50(2) compliance, and credential contents (provenance, rights).

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?

Well-structured with front-loaded action statement followed by Args section; length is justified by parameter count and regulatory complexity, though Args format is slightly verbose.

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?

Thoroughly covers the domain (W3C VC standard, blockchain anchoring, compliance, all parameters) without needing to explain output values since output schema exists.

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

Parameters5/5

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

With 0% schema description coverage, comprehensively compensates by documenting all 8 parameters with semantic meaning and concrete examples (e.g., 'Suno API v3.2', 'CC-BY').

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?

Explicitly states it issues (not verifies) a VerifiedMusicCredential for AI-generated music, distinguishing clearly from sibling mt_verify_music_credential via specific verb and scope.

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?

Provides context (AI-generated tracks, EU AI Act compliance) but lacks explicit when-to-use guidance versus verification or alternative credential workflows.

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/MoltyCel/mol-trust'

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