Fireflies MCP Server
by Props-Labs
fireflies_search_transcripts
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. |