Skip to main content
Glama

DollhouseMCP

Official
by DollhouseMCP

set_user_identity

Assign a username and optional email to manage persona attribution and participation in collections within the DollhouseMCP server for dynamic AI persona management.

Instructions

Set your username for persona attribution and collection participation

Input Schema

NameRequiredDescriptionDefault
emailNoYour email address (optional)
usernameYesYour username (alphanumeric, hyphens, underscores, dots)

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Your email address (optional)", "type": "string" }, "username": { "description": "Your username (alphanumeric, hyphens, underscores, dots)", "type": "string" } }, "required": [ "username" ], "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/DollhouseMCP/mcp-server'

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