list_pages
Browse and list Scrapbox project pages with flexible sorting by recency, popularity, or alphabetically. Retrieve page metadata and content previews for discovery and navigation.
Instructions
Browse and list pages from Scrapbox project on cosense (scrapbox) with flexible sorting and pagination. Use this tool to discover pages by recency, popularity, or alphabetically. Returns page metadata and first 5 lines of content. Available sorting methods: updated (last update time), created (creation time), accessed (access time), linked (number of incoming links), views (view count), title (alphabetical). Different from search_pages which finds content by keywords. Uses example-project project as default if projectName is not specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort method for the page list | |
| limit | No | Maximum number of pages to return (1-1000) | |
| skip | No | Number of pages to skip | |
| excludePinned | No | Whether to exclude pinned pages from the results | |
| projectName | No | Target project name. If not specified, defaults to 'example-project'. |