Scrapbox Cosense MCP Server

get_page

Get a page from Project Nimbus project on cosense (scrapbox) Returns page content and its linked pages. Page content includes title and description in plain text format.

Input Schema

NameRequiredDescriptionDefault
pageTitleYesTitle of the page

Input Schema (JSON Schema)

{ "properties": { "pageTitle": { "description": "Title of the page", "type": "string" } }, "required": [ "pageTitle" ], "type": "object" }

You must be authenticated.

Other Tools