← mila.gg

INDIVIDUAL MCP TOOL

create_document

Create a new document.

mila.ggnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.mila.gg

No auth detected

Connect to this endpoint to inspect the live schema for create_document and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

mila.gg

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mila]
url = "https://mcp.mila.gg"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mila": {
      "type": "http",
      "url": "https://mcp.mila.gg"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mila
Remote MCP URL: https://mcp.mila.gg

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mila": {
      "url": "https://mcp.mila.gg"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mila": {
      "type": "http",
      "url": "https://mcp.mila.gg"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mila",
  "transport": "streamable-http",
  "url": "https://mcp.mila.gg"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_servers — List all workspaces (servers) you have access to.
  • list_documents — List all documents (docs, word, notes, pages).
  • get_document — Get a document (doc, word, note, page) by ID, including its full content (title, HTML body, metadata).
  • update_document — Update an existing document (doc, word, note).
  • delete_document — Permanently delete a document (doc, word, note) by ID.
  • append_to_document — Append HTML content to the end of an existing document (doc, word, note) without replacing existing content.
  • list_sheets — List all spreadsheets (sheets, excel, workbooks) with their tab metadata (no cell data).
  • get_sheet — Get a spreadsheet (sheet, excel, workbook) by ID, including all tabs and their cell data in A1 notation.