Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/KazKozDev/markdown-editor-mcp-server'

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