get_avatar
Retrieve the authenticated member's avatar profile picture URL. Choose a size (30, 50, 170, or original) and optionally customize response fields.
Instructions
Get the authenticated member's avatar. Use this to retrieve the profile picture URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Size of the avatar (30, 50, 170, or original) (default: original) | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| detailLevel | No | Response detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type) |