Skip to main content
Glama
appwrite

Appwrite MCP Server

Official
by appwrite

tables_db_update_rows

Update multiple rows in an Appwrite database table by specifying queries and data fields to modify.

Instructions

Update all rows that match your queries, if no queries are submitted then all rows are updated. You can pass only specific fields to be updated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYesDatabase ID.
table_idYesTable ID.
dataNoRow data as JSON object. Include only column and value pairs to be updated.
queriesNoArray of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long.
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