Skip to main content
Glama
appwrite

Appwrite MCP Server

Official
by appwrite

tables_db_update_string_column

Modify a string column in an Appwrite database table to adjust requirements, default values, size limits, or rename the column key.

Instructions

Update a string column. Changing the default value will not update already existing rows.

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).
keyYesColumn Key.
requiredYesIs column required?
defaultYesDefault value for column when not provided. Cannot be set when column is required.
sizeNoMaximum size of the string column.
new_keyNoNew Column Key.

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