MCP server for LogSeq

list_pages

Lists all pages in a LogSeq graph.

Input Schema

NameRequiredDescriptionDefault
include_journalsNoWhether to include journal/daily notes in the list

Input Schema (JSON Schema)

{ "properties": { "include_journals": { "default": false, "description": "Whether to include journal/daily notes in the list", "type": "boolean" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools