Scrapbox Cosense MCP Server

create_page

Create a new page in Project Nimbus project on cosense (scrapbox) Creates a new page with the specified title and optional body text. The page will be opened in your default browser.

Input Schema

NameRequiredDescriptionDefault
bodyNoContent in markdown format that will be converted to Scrapbox format. Supports standard markdown syntax including links, code blocks, lists, and emphasis.
titleYesTitle of the new page

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Content in markdown format that will be converted to Scrapbox format. Supports standard markdown syntax including links, code blocks, lists, and emphasis.", "type": "string" }, "title": { "description": "Title of the new page", "type": "string" } }, "required": [ "title" ], "type": "object" }

You must be authenticated.

Other Tools