Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_tools | Scalability feature: find the right tool for your complex task among all available tools. |
| get_document_structure | Parses the Markdown file and returns a tree of headings and elements. Use this first to navigate. |
| search_text | Performs a semantic search for text strings and returns their structural paths. |
| get_context | Returns the target element along with its immediate neighbors (before and after). |
| read_element | Fetches the full content of a specific block by its path. |
| replace_content | Overwrites the content of a specific block. Maintains document structure. |
| insert_element | Inserts a new block (heading, paragraph, etc.) relative to an existing one. |
| move_element | Moves an element (and its children) to a new location in the document. |
| delete_element | Removes a block from the document. |
| update_metadata | Modifies the document's Frontmatter. |
| undo | Reverts the last N operations on the document. |
| list_directory | Lists files and folders in the workspace. |
| create_file | - |
| create_directory | - |
| delete_item | - |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |