Skip to main content
Glama
Jemo69

AppFlowy Cloud MCP Server

by Jemo69

appflowy_upsert_row

Update or create database rows in AppFlowy Cloud using workspace and database IDs with cell data.

Instructions

Update existing row or create if it doesn't exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workspace_idYes
database_idYes
requestYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden but omits critical behavioral details: how row identity is determined for updates (no row_id in schema), whether updates are partial or full replacements, concurrency handling for pre_hash, and what constitutes existence checking.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The single sentence wastes no words, but extreme brevity becomes under-specification. No front-loaded constraints or critical warnings about the identification mechanism that would prevent misuse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Inadequate for a complex mutation operation with nested objects and zero schema documentation. Missing: row identification logic, return value description, error conditions (e.g., conflicts), and field update semantics. The gap regarding how the tool identifies 'existing' rows is particularly critical.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% and the description fails to compensate. No explanation of the 'pre_hash' parameter (likely for optimistic locking), the structure expected within 'cells', the distinction between 'document' and 'cells', or how the target row is identified without a row_id parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly defines the upsert pattern (update or create) and identifies the resource (row). However, it fails to explicitly distinguish when to use this versus the sibling 'appflowy_create_row' tool, leaving ambiguity about selection criteria despite the functional overlap.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance provided on when to prefer this tool over 'appflowy_create_row' or other alternatives. No mention of prerequisites, idempotency guarantees, or preconditions for the update path versus create path.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Jemo69/mcp-test-'

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