Skip to main content
Glama
appwrite

Appwrite MCP Server

Official
by appwrite

tables_db_update_row

Modify specific fields in a database table row by its unique ID using the patch method to update only selected data.

Instructions

Update a row by its unique ID. Using the patch method you can pass only specific fields that will get updated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYesDatabase ID.
table_idYesTable ID.
row_idYesRow ID.
dataNoRow data as JSON object. Include only columns and value pairs to be updated.
permissionsNoAn array of permissions strings. By default, the current permissions are inherited. [Learn more about permissions](https://appwrite.io/docs/permissions).
transaction_idNoTransaction ID for staging the operation.

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