Skip to main content
Glama

WorkFlowy MCP Server

by vladzima

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WORKFLOWY_API_KEYYesYour WorkFlowy API key (required)
WORKFLOWY_MAX_RETRIESNoMaximum number of retries for failed requests3
WORKFLOWY_API_BASE_URLNoWorkFlowy API base URLhttps://beta.workflowy.com/api
WORKFLOWY_REQUEST_TIMEOUTNoRequest timeout in seconds30
WORKFLOWY_RATE_LIMIT_WINDOWNoRate limit window in seconds60
WORKFLOWY_RATE_LIMIT_REQUESTSNoMaximum number of requests per rate limit window60

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
workflowy_outlineThe complete WorkFlowy outline structure

Tools

Functions exposed to the LLM to take actions

NameDescription
workflowy_create_node

Create a new node in WorkFlowy

workflowy_update_node

Update an existing WorkFlowy node

workflowy_get_node

Retrieve a specific WorkFlowy node by ID

workflowy_list_nodes

List WorkFlowy nodes (omit parent_id for root)

workflowy_delete_node

Delete a WorkFlowy node and all its children

workflowy_complete_node

Mark a WorkFlowy node as completed

workflowy_uncomplete_node

Mark a WorkFlowy node as not completed

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/vladzima/workflowy-mcp'

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