get_page
Fetch a Scrapbox page's content and linked pages by providing its title. Optionally specify a project name; defaults to 'my-cosense-project'.
Instructions
Get a page from Scrapbox project on cosense (scrapbox). Returns page content and its linked pages. Page content includes title and description in plain text format. Uses my-cosense-project project as default if projectName is not specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageTitle | Yes | Title of the page | |
| projectName | No | Target project name. If not specified, defaults to 'my-cosense-project'. |