Skip to main content
Glama
appwrite

Appwrite MCP Server

Official
by appwrite

databases_update_document

Modify specific fields in a database document by providing its ID, collection, and database identifiers. Use partial JSON updates to change only required data without affecting other document attributes.

Instructions

Update a document 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.
collection_idYesCollection ID.
document_idYesDocument ID.
dataNoDocument data as JSON object. Include only attribute 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).

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'

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