Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOGSEQ_API_URL | No | The URL of the LogSeq API | http://localhost:12315 |
| LOGSEQ_API_TOKEN | Yes | Your API token for LogSeq |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_page | Create a new page in LogSeq. |
| list_pages | Lists all pages in a LogSeq graph. |
| get_page_content | Get the content of a specific page from LogSeq. |
| delete_page | Delete a page from LogSeq. |
| update_page | Update a page in LogSeq with new content and/or properties. |
| search | Search for content across LogSeq pages, blocks, and files |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |