Skip to main content
Glama

deep_search

Search audio files by meaning using natural language queries to locate relevant moments, timestamps, or video clips.

Instructions

Search audio by meaning, not just keywords.

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
queryYesNatural language search query (e.g. 'discussion about funding challenges')
top_kNoNumber of results to return. Default: 5
outputNoOptional file path to save results. Use .csv for plain data or .xlsx for styled spreadsheets with bold headers and formatting.
audio_pathYesPath to the audio file
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
context_wordsNoWords of context per result. Default: 25. Use 150 for full evidence blocks when Claude needs to answer a question, not just find a moment.
dedup_secondsNoMerge matches within this many seconds of each other to avoid redundant results. Default: 0 (off). Use 60 for Q&A.
Behavior1/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. It discloses nothing about return format, side effects, or operational behavior—just a tagline. This is a significant gap for a tool that could be read-only or have download/implications.

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

Conciseness3/5

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

The description is a single concise sentence, but it's under-specified for a 9-parameter tool. It's memorable but doesn't provide enough operational detail to guide an agent, so it's not appropriately sized for the tool's complexity.

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 lacks essential context: what results look like, when to set clip, how output is returned, and how it differs from sibling tools. Given the high parameter count, rich schema, and no output schema, this bare-bones description is insufficient for correct invocation.

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 description itself adds no parameter information, but the schema provides detailed descriptions for all 9 parameters (100% coverage), including specific guidance like 'ALWAYS use tiny unless the user explicitly requests a different size.' This meets the baseline for high schema coverage.

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 identifies the tool as a semantic audio search ('Search audio by meaning'), which distinguishes it from keyword-based search. However, it doesn't explicitly state the output (e.g., timestamps or matches) nor name sibling tools, so it's clear but not fully differentiated.

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 offers no guidance on when to use deep_search versus alternatives like search_audio or batch_search. It doesn't mention any prerequisites, use cases, or exclusions, leaving the agent to infer entirely from the schema.

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