get_me
Get the authenticated Reddit user's profile data: karma, account age, and status flags. Use for current account info, not for other users.
Instructions
Get the authenticated user's own profile (karma, account age, status flags). Read-only, but requires user credentials (REDDIT_USERNAME/REDDIT_PASSWORD) and fails in anonymous mode. Use this instead of get_user_info when you need the current account rather than an arbitrary user. Do NOT use it to look up other users — it always returns the logged-in account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||