get_user_profile
Retrieve detailed Reddit user profile information, including karma, account age, gold status, moderator status, and profile link, by providing the username without the 'u/' prefix.
Instructions
๐ค Get Reddit user profile information ๐ฏ What it does: Fetches detailed profile info for any Reddit user ๐ Required: username (Reddit username without u/ prefix) ๐ก Examples: โข Get profile: {"username": "spez"} โข Check user: {"username": "AwkwardTension4482"} โข View profile: {"username": "gallowboob"} ๐ Output: User info with karma, account age, gold status, moderator status, and profile link
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes | Reddit username to get profile information |