Skip to main content
Glama

AWS Cognito MCP Server

by gitCarrot

change_password

Change your AWS Cognito user password by providing your current password and setting a new one for enhanced account security.

Input Schema

NameRequiredDescriptionDefault
newPasswordYes
oldPasswordYes

Input Schema (JSON Schema)

{ "properties": { "newPassword": { "type": "string" }, "oldPassword": { "type": "string" } }, "required": [ "oldPassword", "newPassword" ], "type": "object" }

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/gitCarrot/mcp-server-aws-cognito'

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