Skip to main content
Glama

search_audio

Search audio files for keywords to locate specific moments, returning timestamped matches with context snippets. Optionally download video clips around each hit for quick review.

Instructions

Search audio files for keywords and return timestamped matches with context snippets. Useful for finding specific moments in podcasts, interviews, lectures, or any audio content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clipNoDownload actual video clips around each match. Set to true when the user asks for clips, highlights, compilations, or says they want the video itself, not just timestamps. Requires the audio to have been downloaded from a URL. Default: false
outputNoOptional file path to save results. Use .csv for plain data or .xlsx for styled spreadsheets with bold headers and formatting.
keywordsYesList of keywords or phrases to search for
audio_pathYesPath to the audio file (MP3, WAV, M4A, etc.)
model_sizeNoWhisper model size. ALWAYS use tiny unless the user explicitly requests a different size. tiny is already highly accurate.
clip_paddingNoSeconds of padding before and after each match for clip export. Default: 15
include_full_textNoInclude full transcription text in response. Default: false
Behavior2/5

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

With no annotations, the description bears the full burden of behavioral disclosure. It mentions the output format but omits that the tool relies on Whisper transcription, potential performance costs, or prerequisites like audio-download status. This is a significant gap.

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?

Two tight sentences: the first specifies the action and output, the second gives usage context. No filler or redundancy.

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 7 parameters, no output schema, and no annotations, this description is too thin. It fails to explain operational behavior like transcription dependency, clip export requirements, or how this integrates with downloaded audio.

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 100% and each parameter (including model_size and clip) has detailed guidance. The description adds no parameter-specific information, so the baseline score of 3 applies.

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?

Clearly states the tool searches audio files for keywords and returns timestamped matches with context snippets. The verb+resource+output structure distinguishes it from siblings like transcribe_audio or search_proximity.

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?

Provides a clear use case ('finding specific moments in podcasts, interviews, lectures') but doesn't explicitly compare to alternative tools or state when not to use.

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/AugentDevs/augent'

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