Skip to main content
Glama

get_latest_audio

Retrieve the most recent audio file from the audio path for transcription or processing with Whisper models. Use when the user requests the latest file.

Instructions

Get the most recent audio file from the audio path. ONLY USE THIS IF THE USER ASKS FOR THE LATEST FILE.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatYesAudio format of the file (e.g., 'mp3', 'wav')
file_nameYesName of the audio file
size_bytesYesSize of the file in bytes
chat_supportNoList of audio LLM models that support this file format
modified_timeYesLast modified timestamp of the file (Unix time)
duration_secondsNoDuration of the audio file in seconds, if available
transcription_supportNoList of transcription models that support this file format
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions retrieving the 'most recent' file but lacks details on behavior: e.g., what defines 'most recent' (modification time?), error handling if no files exist, or if it returns metadata or the file itself. The description adds minimal behavioral context beyond the basic action.

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 two short sentences with zero waste: the first states the purpose, and the second provides crucial usage guidance. It's front-loaded and efficiently structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 0 parameters, 100% schema coverage, and an output schema (which handles return values), the description is reasonably complete. However, as a tool with no annotations, it lacks behavioral details like error conditions or how 'most recent' is determined, leaving some gaps for an agent.

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?

The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description appropriately doesn't discuss parameters, earning a baseline score of 4 for not adding unnecessary information.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Get the most recent audio file from the audio path.' It specifies the verb ('Get'), resource ('audio file'), and scope ('most recent'), but doesn't explicitly differentiate from siblings like 'list_audio_files' beyond the 'latest' focus.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidance: 'ONLY USE THIS IF THE USER ASKS FOR THE LATEST FILE.' This clearly defines when to use this tool versus alternatives, such as 'list_audio_files' for general listing.

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/arcaputo3/mcp-server-whisper'

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