meet-live-assist
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| attachA | Pin the meeting to assist and report its state. Call once at the start. Refuses if another assistant is already live on it unless force is set. |
| pollB | Everything new since your last poll: transcript batch worth a turn, panel state (paused/mode/autopilot/suppressed topics), and any pending results. One call per turn; the offset is tracked server-side. |
| transcriptA | Read the complete meeting record, not just the batches worth a turn. Use for wrap-up or to reconcile something you missed. |
| adviceB | Show a line in the side panel. SAY = words to say now, RISK = a problem, INFO = context, EXPLAIN = a term, ACTION = do this, SUMMARY = recap. Keep it one glanceable sentence. |
| itemB | Add to the decisions and action-items board. Only for things actually decided or assigned, not for topics discussed. |
| chat_replyA | Reply in the side panel chat, where the user types to you privately. Not the meeting chat - that is call_chat. |
| wake_modeA | Switch how much of the meeting reaches you. 'all' delivers every line with no gating - use it when the user says the call is dense and they want nothing filtered (an interview, a negotiation). 'gated' is the default and holds back small talk. The transcript file always has everything either way; this only changes what wakes you, and 'all' costs roughly four times the turns. |
| workingA | Heartbeat, so the panel shows you are alive. Pass status to show what you are doing ("checking Jira"); pass an empty status when done. Call every turn. |
| summaryC | Save the post-call wrap-up as markdown. The panel offers it for copy and download. |
| snapshot_requestA | Ask the extension to capture the shared screen. Returns immediately; read the image with snapshot_read on a later turn. |
| snapshot_readC | List captured screen snapshots for this meeting, newest first, with their paths. |
| call_chatA | Send a message into the meeting chat, visible to everyone. Returns the delivery result; poll reports failures too. |
| speakA | Say something out loud into the call. Local macOS installs only; fails with an explanation elsewhere. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/krystiangw/meet-live-assist-extension'
If you have feedback or need assistance with the MCP directory API, please join our Discord server