set-user-avatar
Assign a custom avatar to a Foundry VTT user's chat posts. Provide a Data-relative path or URL; use upload-asset first for local files. GM-only.
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. |