margin-local-docs.openai.chatgpt.site
A private, local-first documentation editor where people and agents can collaborate in the margin.
First seen 2026-08-27 · Last seen 2026-08-27 · Source: webmcp.com
Answer 3 · Act 7 · Transact 0 · Score: Not yet scored
Tool inspector
update_document
Rename or update one local Margin document. Replace or append lightweight Markdown/plain text; existing comments are recovered against their exact quoted context or marked detached.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
document_id |
string | yes | Stable ID returned by list_documents or create_document. |
title |
string | no | Optional replacement title. |
content |
string | no | Document content to replace or append. |
format |
string | no | — |
mode |
string | no | Replace the document body or append new rich-text blocks to it. |
Raw JSON schema
{
"type": "object",
"properties": {
"document_id": {
"type": "string",
"minLength": 1,
"description": "Stable ID returned by list_documents or create_document."
},
"title": {
"type": "string",
"minLength": 1,
"maxLength": 180,
"description": "Optional replacement title."
},
"content": {
"type": "string",
"maxLength": 100000,
"description": "Document content to replace or append."
},
"format": {
"type": "string",
"enum": [
"markdown",
"plain_text"
],
"default": "markdown"
},
"mode": {
"type": "string",
"enum": [
"replace",
"append"
],
"default": "replace",
"description": "Replace the document body or append new rich-text blocks to it."
}
},
"required": [
"document_id"
],
"anyOf": [
{
"required": [
"title"
]
},
{
"required": [
"content"
]
}
],
"additionalProperties": false
}
Similar websites
dribba.com
Digital product agency in Barcelona and Andorra since 2011 — product strategy, design and engineering, and an official Google Flutter Partner.
toban.app
Free duty-roster maker for building cleaning, lunch, and daily-monitor rotation charts in the browser — no signup, print-quality output. WebMCP tools let an age…
farahsolutions.ae
Farah Solutions helps UAE businesses master Corporate Tax, ICV certification, e-invoicing, and government procurement. Powered by Farah Suite.
flatwrite.md
A minimalist markdown editor with live preview, paged document layout, and one-click export to HTML, PDF, or shareable URL.