Appwrite MCP Server

Official
by appwrite
MIT License
36
  • Linux
  • Apple

databases_create_index

Create indexes in Appwrite databases to optimize data retrieval and query performance by specifying attributes, collection ID, database ID, key, type, and order parameters.

Instructions

Create index

Input Schema

NameRequiredDescriptionDefault
attributesYesParameter 'attributes'
collection_idYesParameter 'collection_id'
database_idYesParameter 'database_id'
keyYesParameter 'key'
ordersNoParameter 'orders'
typeYesParameter 'type'

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Appwrite MCP Server

Related Tools

ID: xkj2px7r0v