Skip to main content
Glama

Logseq MCP Tools

by apw124

create_block

Add a new bullet point block to a Logseq page with specified content, optional properties, and internal page links.

Instructions

Creates a new block on a page in the Logseq graph. Note: Blocks are automatically formatted as bullet points in Logseq UI. Use [[Page Name]] to create links to other pages. Args: page_name: The name of the page to create the block on. content: The content of the new block. properties: Optional properties to set on the new block. Returns: Information about the created block.

Input Schema

NameRequiredDescriptionDefault
contentYes
page_nameYes
propertiesNo

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "page_name": { "title": "Page Name", "type": "string" }, "properties": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Properties" } }, "required": [ "page_name", "content" ], "title": "create_blockArguments", "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