Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APPFLOWY_EMAILYesYour AppFlowy account email address
APPFLOWY_PASSWORDYesYour AppFlowy account password
APPFLOWY_WORKSPACE_IDYesYour AppFlowy workspace ID (can be found in workspace settings after logging in)
APPFLOWY_PARENT_VIEW_IDYesThe parent view ID for the target document (can be obtained from the URL or page settings)

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

NameDescription
upload_document_to_appflowyB
将生成的文本内容上传到 AppFlowy 文档中。
会自动解析 Markdown 语法(标题、列表、代码块、加粗、链接等)。

Args:
    title: 文档的标题
    content: 文档的正文内容(支持 Markdown)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap with other tools. The tool's purpose is clearly defined as uploading document content to AppFlowy with Markdown parsing.

Naming Consistency5/5

The single tool name 'upload_document_to_appflowy' follows a clear verb_noun pattern and is descriptive, so consistency is inherently perfect as there are no other tools to compare against.

Tool Count2/5

A single tool is too few for a server named 'AppFlowy MCP Server', which suggests broader functionality for interacting with AppFlowy. This minimal set feels thin and incomplete for the apparent scope of document management or collaboration.

Completeness2/5

The tool surface is severely incomplete for an AppFlowy integration. It only allows uploading documents, with no tools for reading, updating, deleting, searching, or managing documents, creating significant gaps that will cause agent failures in typical workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues