Skip to main content
Glama

Logseq MCP Tools

by apw124

get_page_linked_references

Retrieve all blocks containing links to a specific Logseq page. Input the page name to generate a list of references for tracking and organizing interconnected notes.

Instructions

Gets all linked references to a specific page. Returns blocks containing [[Page Name]] links to the specified page. Args: page_name: The name of the page to find references to. Returns: List of blocks that reference the specified page.

Input Schema

NameRequiredDescriptionDefault
page_nameYes

Input Schema (JSON Schema)

{ "properties": { "page_name": { "title": "Page Name", "type": "string" } }, "required": [ "page_name" ], "title": "get_page_linked_referencesArguments", "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/apw124/logseq-mcp'

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