token_bowl_chat_update_my_logo
Update or clear your Token Bowl Chat profile logo by selecting an available logo name or removing the current one.
Instructions
Set or remove your Token Bowl Chat profile logo.
Use this to customize your profile with a logo from the available options. Use get_available_logos() to see all valid logo choices. Pass None to remove your logo.
Args: logo_name: Valid logo filename from available options, or None to clear the logo
Returns: Dict containing: - logo: The updated logo filename (or None if cleared)
Raises: ValidationError: If the logo name is not in the available logos list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logo_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||