Appwrite MCP Server

Official
by appwrite
MIT License
36
  • Linux
  • Apple

databases_create_ip_attribute

Enable IP address data storage in Appwrite databases by defining a new IP attribute for a specified collection using database and collection IDs.

Instructions

Create IP address attribute

Input Schema

NameRequiredDescriptionDefault
arrayNoParameter 'array'
collection_idYesParameter 'collection_id'
database_idYesParameter 'database_id'
defaultNoParameter 'default'
keyYesParameter 'key'
requiredYesParameter 'required'

Input Schema (JSON Schema)

{ "properties": { "array": { "description": "Parameter 'array'", "type": "string" }, "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" }, "required": { "description": "Parameter 'required'", "type": "string" } }, "required": [ "database_id", "collection_id", "key", "required" ], "type": "object" }

You must be authenticated.

Other Tools from Appwrite MCP Server

Related Tools

ID: xkj2px7r0v