← revise.io

INDIVIDUAL MCP TOOL

rename_document

Change a document's title.

revise.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

revise.io

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.revise]
url = "https://mcp.revise.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "revise": {
      "type": "http",
      "url": "https://mcp.revise.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: revise
Remote MCP URL: https://mcp.revise.io/mcp

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": {
    "revise": {
      "url": "https://mcp.revise.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • create_document — Create a Revise document without a Revise account, seeded with markdown.
  • import_document — Create a Revise document from a file at a public http(s) URL (.
  • upload_document — Create a Revise document from a LOCAL file (docx, md, txt, html; PDFs/images not yet supported) without a Revise account and without putting its bytes in your context.
  • read_document — Read a Revise document's content.
  • search_within_document — Find where a query matches inside one document.
  • get_document_outline — Get a document's heading outline with block ids and per-section word counts.
  • get_recent_changes — See what changed in a document since YOU last looked at it — e.
  • get_document_info — Get a document's metadata: title, sharing state, URLs, timestamps, and word count.