Skip to main content
Glama
inhabitants

sapiens-mcp

by inhabitants

sapiens_musicator

Generate song drafts, write lyrics, render audio, and publish finished tracks to the community—all by voice via Sapiens without using the UI.

Instructions

Musicator — loop completo de música via voz Sapiens, sem precisar da UI (qualquer logado; lyrics 300 / render 3000 Sinapses). Sub-actions: 'create' (cria brief+track draft num passo, custo 0, devolve trackId), 'lyrics' (gera letra PT + stylePrompt EN; passe trackId pra GRAVAR na track e deixar pronta pra render, ou sem trackId pra só receber o texto inline; 300 sinapses), 'list' (suas tracks: id/título/status/áudio), 'get' (detalhe de uma track pra acompanhar render — status/áudio/letra), 'render' (schedula synth Lyria/ACE/Suno num trackId pronto, assíncrono fire-and-forget, 3000 sinapses, 3/min), 'publish' (publica uma faixa PRONTA do user no Acervo da Comunidade — aba Músicas — com eco no Chat e Fórum; CURADO: só admin/dono, custo 0, idempotente), 'list_public' (lê o Acervo público de músicas da Comunidade, sem custo, sem login). Fluxo cheio: create → lyrics(trackId) → render → get (poll status: rendering → ready/failed) → publish (dono). Tudo escopado por dono (só mexe nas suas tracks).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoaction=list_public: página do Acervo público (0-based, default 0).
seedNoPra action=render: seed pra reprodutibilidade do synth.
limitNoaction=list: quantas tracks trazer (1-50, default 20). action=list_public: faixas do Acervo (1-48, default 18).
titleNoTítulo da faixa (create/lyrics). Vai no brief/metadata. Mín 3 chars.
actionYes
toChatNoaction=publish: ecoar no Chat da comunidade (card tocável). Default true.
contextNoTema/argumento (create exige ≥20 chars; lyrics ≥10). 1-2 frases com ângulo/provocação.
toForumNoaction=publish: ecoar no Fórum como tese-raiz. Default true.
trackIdNomusicator_tracks:_id. Obrigatório p/ action=render e action=get. Em action=lyrics, opcional: se passado, grava a letra na track (status=lyrics_ready).
languageNoDefault 'pt-BR'. Pode ser 'en', 'es', etc.
directionNoGênero/mood (ex: 'synthwave melancólico 1980s', 'lo-fi hip-hop 80 BPM', 'acoustic indie folk'). Default 'livre'.
negativePromptNoPra action=render: negative prompt do synth (provider-dependent).
stylePromptOverrideNoPra action=render: sobrescreve stylePrompt antes do render (não muda track persistido).

Schema Changelog

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

  1. First observedv1.38.0

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the sparse annotations (readOnlyHint=false, openWorldHint=true), the description discloses per-action costs, render's fire-and-forget async behavior, publish's side effects echoing to Chat and Fórum, owner scoping, and the rendering status lifecycle. This is rich behavioral context with no contradiction against 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 dense but organized: overview, sub-action list with costs and effects, then the recommended flow and ownership scope. The length is justified by seven sub-actions and several operational details, though the opening sentence mixes cost data into the overview, making it slightly less scannable than it could be with a more structured layout.

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?

Given the complexity of 13 parameters, seven sub-actions, and no output schema, the description covers the full lifecycle, permissions, costs, side effects, and enough return hints (trackId, list fields, get fields) for an agent to call and sequence the tool correctly. Nothing essential for selection or invocation is missing.

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?

Schema description coverage is 92%, so the baseline is already 3. The description adds action-level semantic meaning: trackId is required for render/get but optional and persistence-oriented for lyrics, create returns a trackId at zero cost, and list returns track metadata including status and audio. This goes beyond the schema's per-parameter descriptions without repeating all thirteen parameters.

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 opening sentence names the tool as a complete music loop via Sapiens voice without requiring the UI, and immediately enumerates seven concrete sub-actions (create, lyrics, list, get, render, publish, list_public). This is a specific verb+resource framing that clearly differentiates it from the broader sapiens_* siblings like stock audio, studios, or video tools.

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?

The description provides an explicit full workflow: create → lyrics(trackId) → render → get → publish, and gives per-action conditions such as render being asynchronous fire-and-forget, publish being curated and idempotent, and list_public requiring no login. It lacks an explicit 'when not to use' sibling comparison, but inside this multi-action tool the routing guidance is strong.

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/inhabitants/sapiens-mcp'

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