Fireflies MCP integration for AI agents.
Connect AI agents to Fireflies through 22 structured actions, including execute graphql query, create askfred thread, delete askfred thread, and continue ask…
- ACTION CONTRACTS
- 22
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Fireflies integration exposes
The Fireflies Agent App exposes 22 provider-backed actions for ai, productivity, and communication work. Its current contract lets an authorized agent execute a raw read-only fireflies graphql query and return the raw response, create a fireflies askfred thread from a meeting question, and delete a fireflies askfred thread by thread id. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Fireflies account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Fireflies capabilities.
Showing 12 of 22 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
execute_graphql_queryREADExecute a raw read-only Fireflies GraphQL query and return the raw response.
INPUTS: query / variables / operationName
create_askfred_threadWRITECreate a Fireflies AskFred thread from a meeting question.
INPUTS: query / transcript_id / filters / response_language / format_mode
delete_askfred_threadHIGH IMPACTDelete a Fireflies AskFred thread by thread ID.
INPUTS: id
continue_askfred_threadREVIEWContinue a Fireflies AskFred thread with a follow-up question.
INPUTS: thread_id / query / response_language / format_mode
create_biteWRITECreate a Fireflies bite from a transcript time range.
INPUTS: transcript_id / start_time / end_time / name / summary
delete_transcriptHIGH IMPACTDelete a Fireflies transcript by transcript ID.
INPUTS: id
get_askfred_threadREADGet a Fireflies AskFred thread by thread ID.
INPUTS: id
get_biteREADGet a Fireflies bite by bite ID.
INPUTS: id
get_current_userREADGet the authenticated Fireflies user for the current API key.
get_transcriptREADGet a Fireflies transcript by transcript ID.
INPUTS: id
get_userREADGet a Fireflies user by user ID.
INPUTS: user_id
list_ai_app_outputsREADList Fireflies AI app outputs for transcripts or app IDs.
INPUTS: app_id / transcript_id / skip / limit
INPUT CONTRACTS
Know what the action needs before it runs.
execute_graphql_query
queryREQUIRED- The Fireflies GraphQL query document.
variablesOPTIONAL- GraphQL variables used with the query document.
operationNameOPTIONAL- The GraphQL operation name to execute.
create_askfred_thread
queryREQUIRED- The AskFred query to execute.
transcript_idOPTIONAL- The Fireflies transcript identifier used for a single-meeting AskFred query.
filtersOPTIONAL- Meeting filters for Fireflies AskFred queries.
response_languageOPTIONAL- The AskFred response language code.
format_modeOPTIONAL- The AskFred response format.
delete_askfred_thread
idREQUIRED- The Fireflies AskFred thread identifier.
continue_askfred_thread
thread_idREQUIRED- The Fireflies AskFred thread identifier.
queryREQUIRED- The follow-up AskFred query to execute.
response_languageOPTIONAL- The AskFred response language code.
format_modeOPTIONAL- The AskFred response format.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Execute Graphql Query
Execute a raw read-only Fireflies GraphQL query and return the raw response. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
execute_graphql_queryControl Create Askfred Thread
Create a Fireflies AskFred thread from a meeting question. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
create_askfred_threadVerify with Get Askfred Thread
Get a Fireflies AskFred thread by thread ID. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_askfred_threadSAFETY BOUNDARY
Operate Fireflies with explicit limits
- Authorize Fireflies with API key and grant only the provider access required by the selected actions.
- 8 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Treat `delete_askfred_thread` and `delete_transcript` as high-impact operations and require an explicit approval boundary.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Fireflies rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Fireflies task completed successfully.
CONNECTION MODEL
API key
Fireflies API key sent with the Authorization Bearer header to the GraphQL endpoint.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 13
- WRITE SIGNALS
- 6
- HIGH IMPACT
- 2
- REVIEW SIGNALS
- 1
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Fireflies.