Appwrite MCP Server

Official

databases_create_relationship_attribute

Create relationship attribute

Input Schema

NameRequiredDescriptionDefault
collection_idYesParameter 'collection_id'
database_idYesParameter 'database_id'
keyNoParameter 'key'
on_deleteNoParameter 'on_delete'
related_collection_idYesParameter 'related_collection_id'
two_wayNoParameter 'two_way'
two_way_keyNoParameter 'two_way_key'
typeYesParameter 'type'

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "Parameter 'collection_id'", "type": "string" }, "database_id": { "description": "Parameter 'database_id'", "type": "string" }, "key": { "description": "Parameter 'key'", "type": "string" }, "on_delete": { "description": "Parameter 'on_delete'", "type": "string" }, "related_collection_id": { "description": "Parameter 'related_collection_id'", "type": "string" }, "two_way": { "description": "Parameter 'two_way'", "type": "string" }, "two_way_key": { "description": "Parameter 'two_way_key'", "type": "string" }, "type": { "description": "Parameter 'type'", "type": "string" } }, "required": [ "database_id", "collection_id", "related_collection_id", "type" ], "type": "object" }

You must be authenticated.

Other Tools