Dynalist MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DYNALIST_API_TOKEN | Yes | Your Dynalist API token (generate at https://dynalist.io/developer) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_documentsB | List all documents and folders in your Dynalist account |
| search_documentsB | Search for documents and folders by name. Returns matching items with their ID, title, URL, and type. |
| read_node_as_markdownA | Read a Dynalist document or specific node and return it as Markdown. Provide either a URL (with optional #z=nodeId deep link) or file_id + node_id. WARNING: Large documents may return many words - use max_depth to limit. |
| send_to_inboxC | Send items to your Dynalist inbox. Supports indented markdown/bullets for hierarchical content. |
| edit_nodeC | Edit an existing node in a Dynalist document |
| insert_nodeC | Insert a new node into a Dynalist document |
| search_in_documentB | Search for text in a Dynalist document. Returns matching nodes with optional parent context and children. WARNING: Many matches with parents/children can return many words. |
| get_recent_changesA | Get nodes created or modified within a time period. WARNING: Long time periods with active documents can return many words. |
| delete_nodeA | Delete a node from a Dynalist document. By default, only the node is deleted and its children move up to the parent. Use include_children=true to delete the node AND all its descendants. |
| move_nodeC | Move a node to a different location in a Dynalist document |
| move_node_relativeA | Move a node (and all its children) to a new position relative to a reference node. This is the intuitive way to reorganize your outline - just specify where you want the node to go. |
| insert_nodes_from_markdownC | Insert multiple nodes from indented markdown/text. Supports both '- bullet' format and plain indented text. Preserves hierarchy. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/cristip73/dynalist-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server