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_searchSearch the user's documents by title and/or body. Returns id, title, and a snippet per hit.
syncpen_list_documentsList the user's documents, optionally filtered by folder.
syncpen_readRead a document's content as markdown.
syncpen_list_foldersList the user's folders.
syncpen_createCreate a new document.
syncpen_updateUpdate a document's title and/or markdown content, and/or move it to a folder (folderId null/empty = root).
syncpen_delete_documentSoft-delete a document (move to trash). Owner only.
syncpen_create_folderCreate a folder (optionally nested under parentId).
syncpen_suggest_editPropose 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_suggestionsList a document's suggestions. Defaults to pending only; pass status='all' to include accepted/rejected.
syncpen_list_connectionsList the user's connected CMS targets (no secrets) so you can pick one to publish to.
syncpen_publishPublish a document to a connected CMS (WordPress, Ghost, or Sanity).