This server facilitates interaction with cosense/Scrapbox projects, enabling users to retrieve, list, search, and create pages while supporting various query operations and secure access to private projects.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Get page content from cosense/Scrapbox. Input: Page title, optional project name. Output: Page content, metadata, links, and editor information.
Browse and list pages with flexible sorting and pagination. Input: Sorting options, pagination, optional project name. Output: Page metadata and first 5 lines of content. Max: 1000 pages per request. Sorting: updated, created, accessed, linked, views, title.
Search for content within pages using keywords or phrases. Input: Search query, optional project name. Output: Matching pages with highlighted search terms and content snippets. Max: 100 results (API limitation). Supports: basic search, AND search, exclude search, exact phrases.
Create a new page in the project with WebSocket API. Input: Page title, optional markdown body text, optional project name, optional createActually flag. Output: Creates the page immediately and returns success confirmation with URL.
Generate URL for a page in the project. Input: Page title, optional project name. Output: Direct URL to the specified page.
Insert text after a specified line in a page. Input: Page title, target line text, text to insert, optional project name. Output: Success message with insertion details.