set-user-avatar
Set a Foundry user's avatar to customize the portrait shown next to their chat messages. Defaults to the MCP bridge user, enabling you to replace the default mystery-man portrait with a custom image.
Instructions
Set a Foundry user's avatar — the portrait shown next to that user's chat messages. Defaults to the bridge user (MCP-Claude), so this is how you give the MCP's own chat posts a portrait instead of the default mystery-man. Pass a Data-relative path or https URL (upload local files with upload-asset first). GM-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | User id or exact name to update. Default: the bridge user that posts (MCP-Claude). | |
| avatar | Yes | Avatar image: a Data-relative asset path (e.g. "assets/mcp/mcp-claude.jpg"), an https URL, or a Foundry built-in icon path. Upload local files first with upload-asset, then pass the returned path/URL here. |