Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WORKFLOWY_PASSWORD | Yes | Your Workflowy account password | |
| WORKFLOWY_USERNAME | Yes | Your Workflowy account username |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_nodes | List nodes in Workflowy. If a |
| search_nodes | Search nodes in Workflowy |
| create_node | Create a new node |
| update_node | Update an existing node |
| toggle_complete | Toggle completion status of a node |