Skip to main content
Glama
cassler

Fireflies MCP Server

by cassler

fireflies_get_transcripts

Retrieve meeting transcripts from Fireflies.ai with optional date filtering and limit controls to manage large datasets and prevent timeouts.

Instructions

Retrieve a list of meeting transcripts with optional filtering. By default, returns up to 20 most recent transcripts with no date filtering. Note that this operation may take longer for large datasets and might timeout. If a timeout occurs, a minimal set of transcript data will be returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of transcripts to return (default: 20). Consider using a smaller limit if experiencing timeouts.
from_dateNoStart date in ISO format (YYYY-MM-DD). If not specified, no lower date bound is applied. Using a narrower date range can help prevent timeouts.
to_dateNoEnd date in ISO format (YYYY-MM-DD). If not specified, no upper date bound is applied. Using a narrower date range can help prevent timeouts.

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/cassler/fireflies-mcp-server'

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