Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APPFLOWY_EMAIL | Yes | Your AppFlowy account email address | |
| APPFLOWY_PASSWORD | Yes | Your AppFlowy account password | |
| APPFLOWY_WORKSPACE_ID | Yes | Your AppFlowy workspace ID (can be found in workspace settings after logging in) | |
| APPFLOWY_PARENT_VIEW_ID | Yes | The parent view ID for the target document (can be obtained from the URL or page settings) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| upload_document_to_appflowy | 将生成的文本内容上传到 AppFlowy 文档中。
会自动解析 Markdown 语法(标题、列表、代码块、加粗、链接等)。
Args:
title: 文档的标题
content: 文档的正文内容(支持 Markdown) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |