get_smart_context
Retrieve a Cosense page and its linked pages (1-2 hops) with full content in AI-optimized format. Understand related knowledge around a topic instantly.
Instructions
Get smart context for a page on cosense (scrapbox). Returns the target page and its linked pages (1-hop or 2-hop) with full content in AI-optimized format. Useful for understanding the context and related knowledge around a specific topic. Requires COSENSE_SID authentication. Uses my-cosense-project project as default if projectName is not specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the page to get context for | |
| hopCount | No | Number of link hops to include. 1 (default) returns directly linked pages. 2 returns pages linked from linked pages (larger response). | |
| projectName | No | Target project name. If not specified, defaults to 'my-cosense-project'. |