Search and read your Fireflies.ai transcripts, and import a meeting as a summary note, attendees and action-item tasks after your approval. New transcripts can also arrive automatically. Needs a Fireflies API key.
What your agent can do with it
- firefliesAuthenticated HTTP access to the Fireflies.ai GraphQL API. The applier injects the vaulted API key into the Authorization header as `Bearer <key>`; its credentialRef is remapped t…
- fireflies_import_last_meetingImports the most recent Fireflies meeting and proposes the full entity graph (proposal-gated): a note for the meeting summary, a person per attendee (deduped by email), and a task…
- fireflies_searchSearches recent Fireflies transcripts by keyword and returns a list of { id, title, date } (read; returns inline). Args: { query: string }.
- fireflies_get_transcriptFetches ONE Fireflies transcript by id — full transcript sentences, participants, title, date, summary. Backs the inbound-webhook ingestion worker that lands a completed meeting a…
- fireflies_list_recent_transcriptsLists the most recent Fireflies transcripts (id, title, date). Backs the backfill poller that recovers meetings whose completion webhook was missed. No args. Returns { results: [{…
What you will need
Asked for at install. Stored in your pod, never on our servers.
- Fireflies API keyThe Fireflies.ai API key (dashboard -> Settings -> Developer Settings -> API Key). Used as the Bearer token. Stored server-encrypted in the vault; never persis…
- {{name}} Fireflies API keySecretFireflies.ai API key (Bearer token) for the fireflies connector.