Skip to main content
Glama
appwrite

Appwrite MCP Server

Official
by appwrite

tables_db_create_row

Add a new data entry to an existing Appwrite database table by specifying database ID, table ID, row ID, and JSON data.

Instructions

Create a new Row. Before using this route, you should create a new table resource using either a server integration API or directly from your database console.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYesDatabase ID.
table_idYesTable ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/references/cloud/server-dart/tablesDB#createTable). Make sure to define columns before creating rows.
row_idYesRow ID. Choose a custom ID or generate a random ID with `ID.unique()`. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars.
dataYesRow data as JSON object.
permissionsNoAn array of permissions strings. By default, only the current user is granted all permissions. [Learn more about permissions](https://appwrite.io/docs/permissions).
transaction_idNoTransaction ID for staging the operation.
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions a prerequisite (table creation) but lacks critical details: it doesn't specify authentication requirements, rate limits, error conditions, or what happens on success (e.g., returns the created row). For a write operation with no annotation coverage, this leaves significant gaps in understanding the tool's behavior.

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 description is brief (two sentences) but could be more front-loaded. The first sentence states the purpose clearly, but the second sentence focuses on a prerequisite rather than core functionality. While concise, the structure could be improved by integrating the prerequisite more naturally or adding more relevant usage context.

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?

Given the complexity (6 parameters, no annotations, no output schema), the description is insufficient. It mentions a prerequisite but doesn't explain what the tool returns, error handling, or behavioral constraints. For a database write operation with multiple parameters and no structured output information, more comprehensive guidance is needed to help an agent use it correctly.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema fully documents all 6 parameters. The description adds no additional parameter information beyond what's in the schema. According to scoring rules, when schema coverage is high (>80%), the baseline is 3 even with no param info in the description.

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 states the action ('Create a new Row') and specifies the resource (a row in a database table). It distinguishes from siblings like 'tables_db_create_rows' (plural) and 'tables_db_create_table' by focusing on single row creation. However, it doesn't explicitly differentiate from 'tables_db_upsert_row' which might have overlapping functionality.

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?

The description provides a prerequisite ('Before using this route, you should create a new table resource'), which is helpful context. However, it doesn't offer guidance on when to use this tool versus alternatives like 'tables_db_create_rows' (for batch operations) or 'tables_db_upsert_row' (for update-or-insert scenarios). No explicit when-not-to-use or comparison with siblings is included.

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/appwrite/mcp-for-api'

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