Syncpen
A markdown writing workspace your AI can actually write in.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
- Syncpen Search: Search the user's documents by title and/or body. Returns id, title, and a snippet per hit.
- Syncpen List Documents: List the user's documents, optionally filtered by folder.
- Syncpen Read: Read a document's content as markdown.
What data it sees
Do you need an account
No: the server works without sign-in
A markdown writing workspace your AI can actually write in. Connect an agent to search, read, draft, suggest edits you approve, comment, and publish to WordPress/Ghost/Sanity — in the same live documents you edit, with every agent edit signed and yours to accept or reject. A knowledge base you own and can actually read, not an opaque store.
Server tool list (12)
Raw names from tools/list. Only developers need these.
| syncpen_search | Search the user's documents by title and/or body. Returns id, title, and a snippet per hit. |
| syncpen_list_documents | List the user's documents, optionally filtered by folder. |
| syncpen_read | Read a document's content as markdown. |
| syncpen_list_folders | List the user's folders. |
| syncpen_create | Create a new document. |
| syncpen_update | Update a document's title and/or markdown content, and/or move it to a folder (folderId null/empty = root). |
| syncpen_delete_document | Soft-delete a document (move to trash). Owner only. |
| syncpen_create_folder | Create a folder (optionally nested under parentId). |
| syncpen_suggest_edit | Propose an edit as a pending suggestion a human accepts or rejects — the document is NOT changed until accepted. Anchor the edit by a unique text snippet, or by character offsets. |
| syncpen_list_suggestions | List a document's suggestions. Defaults to pending only; pass status='all' to include accepted/rejected. |
| syncpen_list_connections | List the user's connected CMS targets (no secrets) so you can pick one to publish to. |
| syncpen_publish | Publish a document to a connected CMS (WordPress, Ghost, or Sanity). |