Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WORKFLOWY_API_KEY | No | Your Workflowy API key obtained from https://workflowy.com/api-key/. Can also be stored in ~/.workflowy/api.key file. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| workflowy_complete | Mark a node as complete |
| workflowy_create | Create a new node |
| workflowy_delete | Delete a node |
| workflowy_get | Get a node and optional descendants |
| workflowy_list | List descendants of a node as a flat list |
| workflowy_replace | Search and replace text in node names using regex |
| workflowy_report_children | Rank nodes by immediate children count |
| workflowy_report_count | Generate descendant count report |
| workflowy_report_created | Rank nodes by creation date (oldest first) |
| workflowy_report_modified | Rank nodes by modification date (oldest first) |
| workflowy_search | Search node names by text or regular expression |
| workflowy_targets | List available Workflowy targets (shortcuts and system targets) |
| workflowy_uncomplete | Mark a node as uncomplete |
| workflowy_update | Update an existing node |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |