Skip to main content
Glama

Logseq MCP Server

logseq_get_page_content

Retrieve the hierarchical block content of a specific page from your Logseq knowledge graph, using the page name or UUID for targeted access.

Instructions

Get block hierarchy for specific page

Input Schema

NameRequiredDescriptionDefault
src_pageYesPage name or UUID

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "src_page": { "description": "Page name or UUID", "examples": [ "[[Journal]]", "6485a-9de3..." ], "title": "Src Page", "type": "string" } }, "required": [ "src_page" ], "title": "GetPageBlocksTreeParams", "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