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
create_document
Create and open a new document in this device-local Margin workspace. Content accepts lightweight Markdown or plain text and is stored as structured rich text.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
title |
string | yes | Title of the new local document. |
content |
string | no | Document body. Markdown supports headings, lists, checklists, quotes, code, links, and basic emphasis. |
format |
string | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"title": {
"type": "string",
"minLength": 1,
"maxLength": 180,
"description": "Title of the new local document."
},
"content": {
"type": "string",
"maxLength": 100000,
"default": "",
"description": "Document body. Markdown supports headings, lists, checklists, quotes, code, links, and basic emphasis."
},
"format": {
"type": "string",
"enum": [
"markdown",
"plain_text"
],
"default": "markdown"
}
},
"required": [
"title"
],
"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.