reddit_get_user
Fetch one Reddit user's public profile: username, account age, karma, follower count, and description. username is the name without the u/ prefix, e.g. 'spez'; a full profile URL also works. Add up to 2 sections from comments|posts|subreddits at 2 credits each: comments and posts return that user's recent activity (first page), subreddits returns where they are active. Costs 4 credits base. Use this to profile loud voices found via reddit_search before quoting or engaging them. To find users by topic, use reddit_search type=users; this tool needs an exact username.
Remote veezeehq/veezee
Remote (network-hosted)
Other tools also called reddit_get_user?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"sections": {
"type": "array",
"items": {
"type": "string"
}
},
"username": {
"type": "string",
"description": "Reddit username without the u/ prefix, e.g. 'spez'. Full profile URLs are accepted and cleaned."
},
"freshness": {
"type": "string"
},
"max_credits": {
"type": "number"
}
}
}