23 tools from the Mila MCP Server, categorised by risk level.
View the Mila policy →append_rows Append one or more rows of data to a spreadsheet (sheet, excel, workbook) tab. Use "rows" for multiple rows or "values" for a single row. append_slides Append one or more slides to an existing presentation (slides, powerpoint, deck, keynote). append_to_document Append HTML content to the end of an existing document (doc, word, note) without replacing existing content. get_document Get a document (doc, word, note, page) by ID, including its full content (title, HTML body, metadata). get_sheet Get a spreadsheet (sheet, excel, workbook) by ID, including all tabs and their cell data in A1 notation. get_sheet_tab Get a single tab from a spreadsheet (sheet, excel, workbook), including all cell data in A1 notation. get_slide_presentation Get a slide presentation (slides, powerpoint, deck, keynote) by ID, including all slide data. list_documents List all documents (docs, word, notes, pages). Use this when asked to list, find, or search documents, notes, drafts, or written content. Supports ... 2/5 list_servers List all workspaces (servers) you have access to. list_sheets List all spreadsheets (sheets, excel, workbooks) with their tab metadata (no cell data). Use this when asked to list, find, or search spreadsheets,... list_slides List all slide presentations (slides, powerpoint, deck, keynote). Use this when asked to list, find, or search presentations, decks, or slideshows. create_document Create a new document. Use this when asked to create, write, draft, or compose a document, doc, note, page, article, or word document. Content shou... 2/5 create_sheet Create a new spreadsheet (sheet, excel, workbook) with an initial tab. Use this when asked to create a spreadsheet, table, workbook, tracker, or or... 2/5 create_sheet_tab Add a new tab to a spreadsheet (sheet, excel, workbook). 2/5 create_slide_presentation Create a new slide presentation (slides, powerpoint, deck, keynote). Use this when asked to create a presentation, slide deck, or slideshow. Each s... 2/5 update_document Update an existing document (doc, word, note). Supply a new title and/or HTML content to replace the body. 2/5 update_sheet Update spreadsheet (sheet, excel, workbook) workbook-level properties (currently only title). 2/5 update_sheet_tab Update a spreadsheet (sheet, excel, workbook) tab: merge cells, rename, change color, or resize the grid. Set a cell value to null to clear it. 2/5 update_slide_presentation Update a slide presentation (slides, powerpoint, deck, keynote): title, slide data, theme, or aspect ratio. 2/5 delete_document Permanently delete a document (doc, word, note) by ID. 4/5 delete_sheet Permanently delete a spreadsheet (sheet, excel, workbook) and all its tabs. 4/5 delete_sheet_tab Delete a tab from a spreadsheet (sheet, excel, workbook). Cannot delete the last remaining tab. 4/5 delete_slide_presentation Permanently delete a slide presentation (slides, powerpoint, deck, keynote). 4/5 The Mila MCP server exposes 23 tools across 3 categories: Read, Write, Destructive.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Mila server.
Mila tools are categorised as Read (11), Write (8), Destructive (4). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept