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
add_comment
Add an agent-authored comment anchored by exact quote and semantic context. Ambiguous quotes are never attached arbitrarily.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
document_id |
string | yes | — |
body |
string | yes | — |
exact_quote |
string | yes | Exact text currently present in the document. |
occurrence |
integer | no | One-based occurrence when the exact quote repeats. |
prefix |
string | no | Text immediately before the quote for disambiguation. |
suffix |
string | no | Text immediately after the quote for disambiguation. |
agent_name |
string | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"document_id": {
"type": "string"
},
"body": {
"type": "string",
"minLength": 1,
"maxLength": 10000
},
"exact_quote": {
"type": "string",
"minLength": 1,
"maxLength": 20000,
"description": "Exact text currently present in the document."
},
"occurrence": {
"type": "integer",
"minimum": 1,
"description": "One-based occurrence when the exact quote repeats."
},
"prefix": {
"type": "string",
"maxLength": 500,
"description": "Text immediately before the quote for disambiguation."
},
"suffix": {
"type": "string",
"maxLength": 500,
"description": "Text immediately after the quote for disambiguation."
},
"agent_name": {
"type": "string",
"default": "Codex",
"maxLength": 40
}
},
"required": [
"document_id",
"body",
"exact_quote"
],
"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.