Connect Your AI Agent with Hedy for Slack

Integrate Hedy MCP server into your Slack workspace for instant access to your AI agent.

No credit card neededOr, book a demo
Documentation
Back to MCP Servers
Hedy
Hedy
Real-Time Meeting and Class Coach

Categories

Artificial Intelligence (AI)

Available Tools

Tools that your AI agent can use through this MCP server to interact with Hedy

Update Topic

Updates properties of an existing Hedy topic. All fields are optional — only the fields you provide will be changed. To clear the custom AI context, pass an empty string or null for topicContext. Use Get Many Topics to find the topic ID. See the documentation

Update Session Context

Updates an existing Hedy session context. All fields are optional — only the fields you provide will be changed. If you set isDefault to true, this context becomes the default and the previous default is demoted. Use Get Many Session Contexts to find the context ID. See the documentation

Get Topic

Retrieves full details for a single Hedy topic by ID, including the complete custom AI analysis context (topicContext), cached overview, and session statistics. The topicContext field (up to 20,000 characters) contains custom instructions that guide Hedy's AI analysis for sessions in this topic. Use Get Many Topics first to list topics and obtain a topic ID. See the documentation

Get Topic Sessions

Retrieves a paginated list of Hedy sessions belonging to a specific topic. Use Get Many Topics first to find the topic ID. Paginate using the startAfter cursor (a session ID from the last item in the previous page). See the documentation

Get Todos By Session

Retrieves all action items (todos) for a specific Hedy session. Use Get Many Sessions first to find the session ID. Each result includes the todo text, completion status, and optional due date. Use Get Todo with the session ID and todo ID for single-item detail. See the documentation

Get Todo

Retrieves a single action item (todo) by its ID within a session, returning text, completion status, due date, and associated topic. Both the session ID and todo ID are required. Use Get Todos By Session first to list todos for a session and obtain todo IDs. See the documentation

Get Session

Retrieves full details for a single Hedy meeting session by ID, including the complete transcript, meeting minutes, recap, session notes, highlights array, and action items (todos). Use Get Many Sessions first to list sessions and obtain a session ID. See the documentation

Get Session Context

Retrieves full details for a single reusable Hedy session context by ID, including the title, content, and whether it is the default context. Session contexts are reusable custom AI instruction sets that guide Hedy's analysis across multiple meetings. Use Get Many Session Contexts first to list available contexts and obtain a context ID. See the documentation

Get Many Topics

Retrieves all Hedy meeting topics with their session counts, last session date, dominant session type, and cached AI overview. Use this tool to browse available topics or to find a topic ID to pass to Get Topic, Get Topic Sessions, Update Topic, or Delete Topic. See the documentation

Get Many Todos

Retrieves a paginated list of action items (todos) across all Hedy sessions. Each item includes the todo text, completion status, optional due date, and the session it came from. To get todos for a specific session only, use Get Todos By Session. Use Get Todo with a specific todo ID to fetch a single item's full detail. See the documentation

Get Many Sessions

Retrieves a paginated list of Hedy meeting sessions ordered from most recent. Each session includes its title, start/end times, duration, and session type. Use this tool to browse recent meetings or to find a session ID to pass to Get Session for full transcript and summary details. To list sessions within a specific topic, use Get Topic Sessions instead. Paginate using the after cursor from the response's pagination field. See the documentation

Get Many Session Contexts

Retrieves all reusable Hedy session contexts, including title, content, and which one is set as the default. Session contexts are custom AI instruction sets that guide Hedy's analysis of meeting recordings. Use this tool to browse available contexts or to find a context ID to pass to Get Session Context, Update Session Context, or Delete Session Context. See the documentation

Get Many Highlights

Retrieves a paginated list of AI-generated highlights across all Hedy sessions. Each highlight includes a title, timestamp, and the session it came from. Use Get Highlight with a specific highlight ID to fetch the full detail including raw quote, cleaned quote, main idea, and AI insight. To list highlights for a specific session only, use Get Highlights By Session. See the documentation

Get Highlights By Session

Retrieves all AI-generated highlights for a specific Hedy session. Use Get Many Sessions first to find the session ID. Each result includes a highlight ID, title, and timestamp within the session. Use Get Highlight with the highlight ID to fetch the full detail including raw quote, cleaned quote, main idea, and AI insight. See the documentation

Get Highlight

Retrieves full details for a single AI-generated highlight by ID, including the raw quote, cleaned quote, main idea, and AI insight. Use Get Many Highlights or Get Highlights By Session first to find a highlight ID. See the documentation

Delete Topic

Deletes a Hedy topic. Sessions that were linked to the topic are NOT deleted — they are unlinked and remain in your account. This action is irreversible. Use Get Many Topics to find the topic ID before deleting. See the documentation

Delete Session Context

Deletes a Hedy session context. This action is irreversible. If you delete the current default context, the most recently created remaining context is automatically promoted to default. Use Get Many Session Contexts to find the context ID before deleting. See the documentation

Create Topic

Creates a new Hedy meeting topic for organizing sessions. Topics can include a custom AI analysis context (topicContext) — up to 20,000 characters of instructions that guide Hedy's AI when analyzing meetings in this topic. Use Update Topic to modify an existing topic, or Delete Topic to remove one. See the documentation

Create Session Context

Creates a new reusable Hedy session context — a named set of custom AI instructions that can be applied to meeting recordings to guide analysis. Free accounts are limited to 1 context; Pro accounts can create multiple. Set isDefault to true to make this context automatically applied to new sessions. Use Update Session Context to modify an existing context, or Delete Session Context to remove one. See the documentation