mcpserver.lol
registry/mila-gg-mcp-server
Connection check verified live · 27h ago

mila-gg-mcp-server

Create and manage documents, spreadsheets, and presentations from your AI assistant.

Tools 23
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

23 tools

Read from the running server on 27h ago.

append_rows rowstab_id*valuessheet_id*
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 id*slideslidesposition
Append one or more slides to an existing presentation (slides, powerpoint, deck, keynote).
append_to_document id*content*
Append HTML content to the end of an existing document (doc, word, note) without replacing existing content.
create_document title*contentserver_id
Create a new document. Use this when asked to create, write, draft, or compose a document, doc, note, page, article, or word document. Content should be HTML (e.g. "<p>Hello</p>").
create_sheet rowscellstitle*columnstab_nameserver_id
Create a new spreadsheet (sheet, excel, workbook) with an initial tab. Use this when asked to create a spreadsheet, table, workbook, tracker, or organize data in rows and columns.
create_sheet_tab namerowscellscolumnssheet_id*
Add a new tab to a spreadsheet (sheet, excel, workbook).
create_slide_presentation datathemetitle*server_idaspectRatio
Create a new slide presentation (slides, powerpoint, deck, keynote). Use this when asked to create a presentation, slide deck, or slideshow. Each slide has "html" content and optio…
delete_document id*
Permanently delete a document (doc, word, note) by ID.
delete_sheet id*
Permanently delete a spreadsheet (sheet, excel, workbook) and all its tabs.
delete_sheet_tab tab_id*sheet_id*
Delete a tab from a spreadsheet (sheet, excel, workbook). Cannot delete the last remaining tab.
delete_slide_presentation id*
Permanently delete a slide presentation (slides, powerpoint, deck, keynote).
get_document id*
Get a document (doc, word, note, page) by ID, including its full content (title, HTML body, metadata).
get_sheet id*
Get a spreadsheet (sheet, excel, workbook) by ID, including all tabs and their cell data in A1 notation.
get_sheet_tab tab_id*sheet_id*
Get a single tab from a spreadsheet (sheet, excel, workbook), including all cell data in A1 notation.
get_slide_presentation id*
Get a slide presentation (slides, powerpoint, deck, keynote) by ID, including all slide data.
list_documents sortlimitorderoffsetserver_id
List all documents (docs, word, notes, pages). Use this when asked to list, find, or search documents, notes, drafts, or written content. Supports pagination, sorting, and filterin…
list_servers
List all workspaces (servers) you have access to.
list_sheets sortlimitorderoffsetserver_id
List all spreadsheets (sheets, excel, workbooks) with their tab metadata (no cell data). Use this when asked to list, find, or search spreadsheets, workbooks, tables, or tabular da…
list_slides sortlimitorderoffsetserver_id
List all slide presentations (slides, powerpoint, deck, keynote). Use this when asked to list, find, or search presentations, decks, or slideshows.
update_document id*titlecontent
Update an existing document (doc, word, note). Supply a new title and/or HTML content to replace the body.
update_sheet id*title*
Update spreadsheet (sheet, excel, workbook) workbook-level properties (currently only title).
update_sheet_tab namerowscellscolortab_id*columns +1
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.
update_slide_presentation id*datathemetitleaspectRatio
Update a slide presentation (slides, powerpoint, deck, keynote): title, slide data, theme, or aspect ratio.