Use the Speak AI MCP server tool get_media_insights to retrieve AI-generated
insights for a processed media file: topics, sentiment, keywords, action items,
summaries, and more.
What does it do?
Retrieve AI-generated insights for a processed media file: topics, sentiment,
keywords, action items, summaries, and more. The media must be in ‘processed’ state
(check with get_media_status first). For asking custom questions about a media
file, use ask_ai_chat instead.
Parameters
get_media_insights takes 1 parameter, all of them required.
| Name | Type | Required | Description |
|---|---|---|---|
mediaId |
string | Yes | Unique identifier of the media file |
Behaviour
The Speak AI MCP server publishes these behaviour hints for get_media_insights.
- Only reads data. Does not modify your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Stays inside Speak AI. Does not reach other systems.
Related
- Media library lists the rest of the Media library category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.