MCP server for LogSeq

create_page

Create a new page in LogSeq.

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the new page
titleYesTitle of the new page

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the new page", "type": "string" }, "title": { "description": "Title of the new page", "type": "string" } }, "required": [ "title", "content" ], "type": "object" }

You must be authenticated.

Other Tools