Scrapbox Cosense MCP Server

list_pages

List pages from Project Nimbus project on cosense (scrapbox) with flexible sorting options. Available sorting methods: - updated: Sort by last update time - created: Sort by creation time - accessed: Sort by access time - linked: Sort by number of incoming links - views: Sort by view count - title: Sort by page title

Input Schema

NameRequiredDescriptionDefault
excludePinnedNoWhether to exclude pinned pages from the results
limitNoMaximum number of pages to return (1-1000)
skipNoNumber of pages to skip
sortNoSort method for the page list

Input Schema (JSON Schema)

{ "properties": { "excludePinned": { "description": "Whether to exclude pinned pages from the results", "type": "boolean" }, "limit": { "description": "Maximum number of pages to return (1-1000)", "maximum": 1000, "minimum": 1, "type": "number" }, "skip": { "description": "Number of pages to skip", "minimum": 0, "type": "number" }, "sort": { "description": "Sort method for the page list", "enum": [ "updated", "created", "accessed", "linked", "views", "title" ], "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools