Skip to main content
Glama

AWS Cognito MCP Server

by gitCarrot

update_user_attributes

Modify user profile attributes in AWS Cognito by specifying name-value pairs to update user information and maintain accurate account details.

Input Schema

NameRequiredDescriptionDefault
attributesYes

Input Schema (JSON Schema)

{ "properties": { "attributes": { "items": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" } }, "required": [ "attributes" ], "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