Skip to main content
Glama
appwrite

Appwrite MCP Server

Official
by appwrite

tables_db_update_table

Modify an existing table's configuration in Appwrite databases by updating its name, permissions, row security settings, or enabled status using its unique ID.

Instructions

Update a table by its unique ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYesDatabase ID.
table_idYesTable ID.
nameYesTable name. Max length: 128 chars.
permissionsNoAn array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https://appwrite.io/docs/permissions).
row_securityNoEnables configuring permissions for individual rows. A user needs one of row or table level permissions to access a document. [Learn more about permissions](https://appwrite.io/docs/permissions).
enabledNoIs table enabled? When set to 'disabled', users cannot access the table but Server SDKs with and API key can still read and write to the table. No data is lost when this is toggled.

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