Skip to main content
Glama

Appwrite MCP Server

Official
by appwrite
MIT License
39
  • Linux
  • Apple

databases_update_ip_attribute

Modify IP address attributes in Appwrite databases by updating collection settings. Specify database ID, collection ID, key, and required parameters to configure IP attribute defaults or rename keys.

Instructions

Update IP address attribute

Input Schema

NameRequiredDescriptionDefault
collection_idYesParameter 'collection_id'
database_idYesParameter 'database_id'
defaultYesParameter 'default'
keyYesParameter 'key'
new_keyNoParameter 'new_key'
requiredYesParameter 'required'

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "Parameter 'collection_id'", "type": "string" }, "database_id": { "description": "Parameter 'database_id'", "type": "string" }, "default": { "description": "Parameter 'default'", "type": "string" }, "key": { "description": "Parameter 'key'", "type": "string" }, "new_key": { "description": "Parameter 'new_key'", "type": "string" }, "required": { "description": "Parameter 'required'", "type": "string" } }, "required": [ "database_id", "collection_id", "key", "required", "default" ], "type": "object" }

You must be authenticated.

Other Tools from Appwrite MCP Server

Related Tools

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