Skip to main content
Glama

music360_list_fonograma_titulares

Lista os titulares (intérpretes/músicos/produtores) vinculados a um fonograma usando somente public_uid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fonograma_idYespublic_uid do fonograma.
response_profileNoPerfil de resposta. Listagens usam summary por padrão; sensitive exige admin.
sensitive_access_purposeNoFinalidade operacional obrigatória quando response_profile=sensitive ou include_sensitive_details=true.
include_sensitive_detailsNoRetorna detalhes sensíveis mínimos quando autorizado por escopo admin. Padrão: false.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesLista de registros vinculados.
successYesIndica se a operacao foi bem-sucedida.
entity_idYespublic_uid da entidade pai.
sub_entityYesTipo da sub-entidade listada.
entity_typeYesTipo da entidade pai.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedInput schema / properties / include_sensitive_details
      Added value: +{
      +  "description": "Retorna detalhes sensíveis mínimos quando autorizado por escopo admin. Padrão: false.",
      +  "type": "boolean"
      +}
    • addedInput schema / properties / response_profile
      Added value: +{
      +  "description": "Perfil de resposta. Listagens usam summary por padrão; sensitive exige admin.",
      +  "enum": [
      +    "summary",
      +    "standard",
      +    "sensitive"
      +  ],
      +  "type": "string"
      +}
    • addedInput schema / properties / sensitive_access_purpose
      Added value: +{
      +  "description": "Finalidade operacional obrigatória quando response_profile=sensitive ou include_sensitive_details=true.",
      +  "type": "string"
      +}
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "data": {
      +      "description": "Lista de registros vinculados.",
      +      "items": {
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "entity_id": {
      +      "description": "public_uid da entidade pai.",
      +      "type": "string"
      +    },
      +    "entity_type": {
      +      "description": "Tipo da entidade pai.",
      +      "type": "string"
      +    },
      +    "sub_entity": {
      +      "description": "Tipo da sub-entidade listada.",
      +      "type": "string"
      +    },
      +    "success": {
      +      "description": "Indica se a operacao foi bem-sucedida.",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "success",
      +    "entity_type",
      +    "entity_id",
      +    "sub_entity",
      +    "data"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description carries the burden of disclosing behavioral traits. It only states that it uses public_uid, which is a parameter detail rather than an explanation of behavior such as permissions, sensitivity, or return format. The presence of sensitive parameters in the schema is not acknowledged, leaving the agent unaware of potential admin restrictions or side effects.

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

Conciseness5/5

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

The description is a single, front-loaded sentence that immediately communicates the operation and its scope. No filler or redundant content; it earns its place efficiently.

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?

The description is incomplete for a tool with 4 parameters including sensitive-access options. It does not mention the response_profile modes, sensitive_access_purpose, or include_sensitive_details, nor does it clarify the behavior around admin authorization. The output schema covers return values, but the context for using these optional parameters is missing, reducing the tool's usability.

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?

The schema already describes all parameters with 100% coverage, including enum and descriptions. The description adds slight semantic value by clarifying that 'titulares' encompasses 'intérpretes/músicos/produtores,' which aids in understanding the intended domain but does not add new parameter-level detail. Baseline 3 is appropriate.

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 clearly states the tool lists 'titulares' (interpreters, musicians, producers) linked to a fonograma, using a specific verb ('Lista') and resource ('titulares vinculados a um fonograma'). It also distinguishes from siblings like music360_list_fonograma and music360_list_obra_titulares by specifying the relation to a fonograma and the use of 'public_uid'.

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?

Usage is implied through the name and description—it lists titulares of a fonograma—but there is no explicit guidance on when to choose this over alternatives like music360_list_obra_titulares, or any exclusions. The mention of 'usando somente public_uid' gives a partial hint about the required identifier but lacks broader selection criteria.

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