Skip to main content
Glama
appwrite

Appwrite MCP Server

Official
by appwrite

tables_db_update_integer_column

Modify integer column properties in Appwrite databases, including constraints like required status, default values, and min/max ranges.

Instructions

Update an integer column. Changing the default value will not update already existing rows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYesDatabase ID.
table_idYesTable ID.
keyYesColumn Key.
requiredYesIs column required?
defaultYesDefault value. Cannot be set when column is required.
minNoMinimum value
maxNoMaximum value
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