Skip to main content
Glama

Qué audios de audiencia tiene la causa

listar_audios_audiencia
Read-onlyIdempotent

List available hearing audio files with direct download links, each segment labeled by procedural act so you can open the exact section you need.

Instructions

Qué audios de audiencia hay, y con qué enlace se bajan. NO los trae.

Devuelve el listado y el enlace de cada archivo para que la persona los abra. Es deliberado: un audio de audiencia son las voces de las partes, los testigos y el tribunal, y una transcripción automática no es lo mismo que oírlo. Lo que corresponde es entregar los enlaces y decir qué tramo es cada uno.

El audio viene TROCEADO por acto procesal y no en una pista única. Medido: once archivos para una sola audiencia preparatoria, del inicio al fin, pasando por el llamado a conciliación y los hechos a probar. El nombre de cada archivo dice de qué tramo es, y a veces la hora: es lo más útil que trae, porque la columna Fecha viene vacía en todos.

El nombre de archivo empieza con el RUC de la causa. Repetirlo completo publica ese identificador, así que conviene nombrar el tramo y no el archivo entero.

Los enlaces CADUCAN. Si uno deja de funcionar hay que volver a pedir el listado, no reintentar el mismo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
audio_referenciaYesLo entrega `obtener_detalle_causa` en `audio_referencia`. Cuando esa viene nula, la causa no ofrece grabación o su competencia no está medida.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. Changed5 schema fields changedv0.19.3
    • removedOutput schema / $defs / AudioAudiencia / description
      Removed value: -"Un archivo de audio de una audiencia, tal como el sitio lo publica.\n\nRompe el supuesto de que todo lo descargable de la plataforma es PDF: acá el archivo es un\n`.mp3`. Este servidor NO lo trae: entrega qué hay y con qué enlace, para que quien lo\nnecesite lo baje y lo escuche. Un audio de audiencia son las voces de las partes, los\ntestigos y el tribunal, y transcribirlo automáticamente no es lo mismo que oírlo.\n\nEl audio viene TROCEADO por acto procesal, no en una pista única: el nombre de archivo dice\nde qué tramo es. Medido: once archivos para una sola audiencia preparatoria, del \"Inicio\" al\n\"Fin\", pasando por el llamado a conciliación y los hechos a probar."
    • removedOutput schema / $defs / AudioAudiencia / properties / archivo / description
      Removed value: -"Nombre del archivo, tal cual. Trae el tramo de la audiencia al final, que es lo que dice de qué es la grabación. Ej: '...-05-Llamado a conciliacion.mp3'.\n\nEmpieza con el RUC de la causa, así que nombrarlo completo publica ese identificador."
    • removedOutput schema / $defs / AudioAudiencia / properties / descarga_url / description
      Removed value: -"Enlace directo al archivo, para abrirlo en un navegador. Este servidor no lo descarga.\n\nEl enlace lleva una referencia firmada que CADUCA: si deja de funcionar hay que volver a pedir el listado. Entregarlo tal cual al usuario es lo correcto; guardarlo para después, no."
    • removedOutput schema / $defs / AudioAudiencia / properties / fecha / description
      Removed value: -"Lo que el sitio publica en su columna `Fecha`. Medido: viene VACÍA en los once archivos, aunque la columna existe. La fecha de la audiencia hay que sacarla de la Historia o del propio nombre del archivo, no de acá."
    • removedOutput schema / $defs / AudioAudiencia / properties / numero / description
      Removed value: -"El correlativo con que el sitio ordena los archivos."
  2. Addedv0.9.0

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the readOnly and idempotent annotations, the description discloses key behaviors: audio is deliberately not downloaded, files are split by procedural act, the Fecha column is empty, filenames begin with the RUC, and links expire. This gives the agent operational knowledge it could not infer from annotations alone.

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 longer than average but well-structured and front-loaded: the core purpose and the key 'NO los trae' are stated first. The extra context about why links should be delivered, why filenames matter, and how links expire all earns its place, though some prose 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?

The description covers all important operational aspects: what is returned, what is not returned, file splitting, filename semantics, the empty Fecha column, RUC privacy, and link expiration. Given the output schema exists and the annotations cover safety, the definition is complete for an agent to call and interpret the result correctly.

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 coverage for the single parameter is 100%, and the schema already explains that audio_referencia comes from obtener_detalle_causa and can be null. The description adds no additional parameter-level semantics, so the 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 states a specific verb and resource: it lists hearing audio files and their download links, explicitly stating it does not fetch the audio itself. It clearly differentiates from any sibling by focusing on the list-and-link behavior rather than retrieving or transcribing content.

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 gives clear context: use it to get the list and links so people can open the audio, not to retrieve or transcribe it. It also provides practical guidance such as not repeating the full filename because it contains the RUC, and re-requesting the list when links expire. It does not name alternative tools explicitly, but the intended usage is clear.

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/notluquis/mcp-pjud-cl'

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