update_slide_presentation — Mila MCP Tool Mutating
update_slide_presentation
(update slide presentation) is one of 23 tools on the
Mila
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call update_slide_presentation from your client
- Claude Code Mila update_slide_presentation run in your project directory
- Claude Desktop Mila update_slide_presentation ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Mila update_slide_presentation ~/.cursor/mcp.json
- VS Code Mila update_slide_presentation .vscode/mcp.json
- Zed Mila update_slide_presentation ~/.config/zed/settings.json
- Windsurf Mila update_slide_presentation ~/.codeium/windsurf/mcp_config.json
- Cline Mila update_slide_presentation ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Mila update_slide_presentation ~/.gemini/settings.json
- Grok Mila update_slide_presentation .mcp.json (in your project root)
- ChatGPT Mila update_slide_presentation Settings → Connectors → Advanced → Developer mode
- Claude.ai Mila update_slide_presentation Settings → Connectors → Add custom connector
- LangChain Mila update_slide_presentation pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp-server https://mcp.mila.gg/
Other tools on this server
- list_servers
- list_documents
- get_document
- create_document
- update_document
- delete_document
- append_to_document
- list_sheets
- get_sheet
- create_sheet
- update_sheet
- delete_sheet
- get_sheet_tab
- create_sheet_tab
- update_sheet_tab
- delete_sheet_tab
- append_rows
- list_slides
- get_slide_presentation
- create_slide_presentation
- delete_slide_presentation
- append_slides
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.