list_pages
List pages from a Scrapbox project on Cosense with flexible sorting by recency, popularity, or title, and pagination controls. Discover page metadata and content previews to explore project content.
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 my-cosense-project project as default if projectName is not specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of pages to skip | |
| sort | No | Sort method for the page list | |
| limit | No | Maximum number of pages to return (1-1000) | |
| projectName | No | Target project name. If not specified, defaults to 'my-cosense-project'. | |
| excludePinned | No | Whether to exclude pinned pages from the results |