Scrapbox Cosense MCP Server
by worldnine
get_page
Copy
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
Name | Required | Description | Default |
---|---|---|---|
pageTitle | Yes | Title of the page |
Input Schema (JSON Schema)
{
"properties": {
"pageTitle": {
"description": "Title of the page",
"type": "string"
}
},
"required": [
"pageTitle"
],
"type": "object"
}