fireflies_search_transcripts
Search and filter meeting transcripts by keywords and dates to retrieve relevant summaries and metadata, helping users quickly locate specific information from conversations.
Instructions
Search for transcripts containing specific keywords, with optional date filtering. Returns a human-readable list of matching transcripts with metadata and summary information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
from_date | No | Start date in ISO format (YYYY-MM-DD) to filter transcripts by date. If not specified, no lower date bound is applied. | |
limit | No | Maximum number of transcripts to return (default: 20) | |
query | Yes | Search query to find relevant transcripts | |
to_date | No | End date in ISO format (YYYY-MM-DD) to filter transcripts by date. If not specified, no upper date bound is applied. |