Skip to main content
Server path: /fireflies | Type: Application | PCID required: Yes Meeting transcription

Tools

ToolDescription
fireflies_get_usersRetrieve information about users in your organization
fireflies_get_user_detailsRetrieve detailed information about a specific user or the API key owner
fireflies_get_user_groupsRetrieve information about user groups within the team
fireflies_list_meetingsList meetings with basic info and transcript URLs. Use the returned meeting IDs with fireflies_get_transcript_text to get the actual transcript content.
fireflies_get_transcript_textGet the actual transcript text content with sentences, speakers, timestamps, summary, and analytics. This extracts the full meeting conversation broken down by speaker and time.
fireflies_get_ai_appsRetrieve AI App outputs for meetings with optional filtering

fireflies_get_users

Retrieve information about users in your organization

fireflies_get_user_details

Retrieve detailed information about a specific user or the API key owner Parameters:
ParameterTypeRequiredDefaultDescription
userIdstringNoUser ID to get details for. If not provided, returns details for the API key owner

fireflies_get_user_groups

Retrieve information about user groups within the team Parameters:
ParameterTypeRequiredDefaultDescription
minebooleanNoIf true, returns only user groups that the current user belongs to. If false or not provided, returns all user groups in the team

fireflies_list_meetings

List meetings with basic info and transcript URLs. Use the returned meeting IDs with fireflies_get_transcript_text to get the actual transcript content. Parameters:
ParameterTypeRequiredDefaultDescription
limitnumberNoNumber of transcripts to retrieve (max 50)
skipnumberNoNumber of transcripts to skip for pagination
userIdstringNoUser ID to filter transcripts by
fromDatestringNoReturn transcripts created after this date (ISO 8601 format)
toDatestringNoReturn transcripts created before this date (ISO 8601 format)
keywordstringNoSearch for keywords in meeting title or content
minebooleanNoFilter meetings where API key owner is organizer

fireflies_get_transcript_text

Get the actual transcript text content with sentences, speakers, timestamps, summary, and analytics. This extracts the full meeting conversation broken down by speaker and time. Parameters:
ParameterTypeRequiredDefaultDescription
transcript_idstringYesTranscript ID to retrieve details for

fireflies_get_ai_apps

Retrieve AI App outputs for meetings with optional filtering Parameters:
ParameterTypeRequiredDefaultDescription
appIdstringNoApp ID to filter outputs by specific AI App
transcriptIdstringNoTranscript ID to filter outputs by specific meeting
skipnumberNoNumber of records to skip for pagination
limitnumberNoMaximum number of outputs to fetch (max 10)