Skip to main content
Glama

Appwrite MCP Server

Official
by appwrite
MIT License
40
  • Linux
  • Apple

users_update_password

Update a user's password by specifying the user ID and new password using the Appwrite API integration.

Instructions

Update password

Input Schema

NameRequiredDescriptionDefault
passwordYesParameter 'password'
user_idYesParameter 'user_id'

Input Schema (JSON Schema)

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

Other Tools from Appwrite MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/appwrite/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server