Appwrite MCP Server

Official

users_get_prefs

Retrieve user preferences from Appwrite by specifying the user ID. Facilitates personalized user experiences and configurations within your project.

Instructions

Get user preferences

Input Schema

NameRequiredDescriptionDefault
user_idYesParameter 'user_id'

Input Schema (JSON Schema)

{ "properties": { "user_id": { "description": "Parameter 'user_id'", "type": "string" } }, "required": [ "user_id" ], "type": "object" }

You must be authenticated.

Other Tools from Appwrite MCP Server

Related Tools

ID: xkj2px7r0v