Skip to main content
Glama

Fireflies MCP Server

by Props-Labs

fireflies_generate_summary

Create concise meeting summaries from transcripts using either bullet points or paragraph formats. Ideal for quick insights and efficient documentation.

Instructions

Generate a summary of a meeting transcript

Input Schema

NameRequiredDescriptionDefault
formatNoFormat of the summary (bullet_points or paragraph)
transcript_idYesID of the transcript to summarize

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Format of the summary (bullet_points or paragraph)", "enum": [ "bullet_points", "paragraph" ], "type": "string" }, "transcript_id": { "description": "ID of the transcript to summarize", "type": "string" } }, "required": [ "transcript_id" ], "type": "object" }

You must be authenticated.

Other Tools from Fireflies MCP Server

Related Tools

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/Props-Labs/fireflies-mcp'

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