Skip to main content
Glama

MCP server for LogSeq

by ergut

create_page

Generate a new page in LogSeq by specifying its title and content. This tool integrates with the MCP server to interact directly with LogSeq's API for efficient page creation.

Instructions

Create a new page in LogSeq.

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the new page
titleYesTitle of the new page

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the new page", "type": "string" }, "title": { "description": "Title of the new page", "type": "string" } }, "required": [ "title", "content" ], "type": "object" }

You must be authenticated.

Other Tools from MCP server for LogSeq

Related Tools

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/ergut/mcp-logseq-server'

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