Skip to main content
Glama

music360_list_contrato

Lista registros de contrato do tenant atual.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
searchNo
order_byNoCampo para ordenacao (ex.: data_lancamento/lancamento, nome, atualizacao, criacao). Para produto fonografico, "lancamento" e "mais recente" significam data_lancamento. Quando omitido, usa ordenacao padrao da entidade.
per_pageNo
order_dirNoDirecao da ordenacao: ASC crescente, DESC decrescente (padrao).
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
dataYesResultado paginado.
successYesIndica se a operacao foi bem-sucedida.
entity_typeYesTipo da entidade consultada.

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": "Resultado paginado.",
      +      "properties": {
      +        "data": {
      +          "description": "Lista de registros encontrados.",
      +          "items": {
      +            "type": "object"
      +          },
      +          "type": "array"
      +        },
      +        "page": {
      +          "type": "integer"
      +        },
      +        "per_page": {
      +          "type": "integer"
      +        },
      +        "total": {
      +          "type": "integer"
      +        },
      +        "total_pages": {
      +          "type": "integer"
      +        }
      +      },
      +      "required": [
      +        "data",
      +        "total",
      +        "page",
      +        "per_page",
      +        "total_pages"
      +      ],
      +      "type": "object"
      +    },
      +    "entity_type": {
      +      "description": "Tipo da entidade consultada.",
      +      "type": "string"
      +    },
      +    "success": {
      +      "description": "Indica se a operacao foi bem-sucedida.",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "success",
      +    "entity_type",
      +    "data"
      +  ],
      +  "type": "object"
      +}
  2. Changed1 schema field changed
    • changedInput schema / properties / order_by / description
      Previous value: -"Campo para ordenacao (ex.: data_lancamento, nome, atualizacao, criacao). Quando omitido, usa ordenacao padrao da entidade."New value: +"Campo para ordenacao (ex.: data_lancamento/lancamento, nome, atualizacao, criacao). Para produto fonografico, \"lancamento\" e \"mais recente\" significam data_lancamento. Quando omitido, usa ordenacao padrao da entidade."
  3. First observed

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only states the tenant scope. It does not mention read-only behavior, pagination defaults, sensitive data handling, or permission requirements. The schema includes response_profile and sensitive_details parameters, but the description does not explain their operational implications.

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, direct sentence in Portuguese that front-loads the verb and object, with zero filler. It is appropriately sized for a simple list operation, even though completeness is lacking elsewhere.

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?

For a tool with 8 optional parameters, sensitive data profiles, and no annotations, a one-sentence description is insufficient. It does not explain pagination defaults, search behavior, or how the response_profile affects the output. While an output schema exists, it cannot compensate for missing usage context and operational behavior.

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?

Schema description coverage is 63%, and many parameters have inline descriptions (e.g., order_by, response_profile). The description adds no parameter semantics beyond the schema; parameters like page, search, and per_page rely on conventional meaning. Since coverage is moderate and the description does not hinder understanding, a baseline of 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 'Lista registros de contrato do tenant atual' clearly states the verb (lists), resource (contract records), and scope (current tenant), unambiguously distinguishing it from sibling tools like music360_get_contrato (single record) and music360_list_contrato_partes (contract parts). No ambiguity exists.

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?

The description provides no guidance on when to use this tool versus alternatives such as search or get_contrato. It does not state prerequisites, exclusions, or scenarios where a different listing tool would be more appropriate. The existence of sibling tools implies a decision, but the description does not address it.

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