Skip to Content
MCP Toolssearch_audio

search_audio

Search audio files for keywords and return timestamped matches with context snippets.


Example

Request:

{ "audio_path": "/Users/you/Downloads/podcast.webm", "keywords": ["funding", "startup", "revenue"] }

Response:

{ "funding": [ { "timestamp": "3:42", "timestamp_seconds": 222.5, "snippet": "...we raised our first round of funding back in..." } ], "startup": [ { "timestamp": "1:15", "timestamp_seconds": 75.3, "snippet": "...when I first started the startup I had no idea..." } ], "revenue": [] }

Notes

Results are grouped by keyword. Empty arrays mean no matches found for that keyword.

The audio is transcribed first (or loaded from cache), then searched. Subsequent searches on the same file are instant.

Last updated on