Skip to main content
Glama

Logseq MCP Server

logseq_get_all_pages

Retrieve a list of all pages within a Logseq graph, including basic metadata, to enable efficient content management and organization for your knowledge base.

Instructions

List all pages in the graph with basic metadata

Input Schema

NameRequiredDescriptionDefault
repoNoRepository name (default: current graph)

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "Parameters for listing all pages", "properties": { "repo": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Repository name (default: current graph)", "title": "Repo" } }, "title": "GetAllPagesParams", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dailydaniel/logseq-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server