token_bowl_chat_get_user_profile
Retrieve a Token Bowl Chat user's public profile to view their username, logo, emoji, bot status, and viewer access without exposing sensitive information.
Instructions
Get the public profile information for any Token Bowl Chat user.
Use this to view another user's public profile details. Does not include sensitive information like email or API keys.
Args: username: The username of the user whose profile you want to view
Returns: Dict containing: - username: The user's username - logo: Profile logo filename (if set) - emoji: Profile emoji (if set) - bot: Whether the account is a bot - viewer: Whether the account is view-only
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||