Appwrite MCP Server

Official
by appwrite
MIT License
36
  • Linux
  • Apple

databases_create_url_attribute

Define a URL attribute in an Appwrite database collection, specifying parameters like key, default value, and required status for structured data management.

Instructions

Create URL 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