Skip to main content
Glama
Arindam200

Reddit MCP Server

get_user_info

Retrieve detailed information about a Reddit user, including karma, account status, and profile data. Use this tool to analyze user activity and account details by providing a valid username.

Instructions

Get information about a Reddit user.

Args: username: The username of the Reddit user to get info for Returns: Dictionary containing user information with the following structure: { 'username': str, # User's username 'created_utc': float, # Account creation timestamp 'comment_karma': int, # User's comment karma 'link_karma': int, # User's post/link karma 'has_verified_email': bool, # Whether email is verified 'is_mod': bool, # Whether user is a moderator 'is_gold': bool, # Whether user has Reddit premium 'has_subscribed': bool, # Whether user has subscribed to premium 'is_employee': bool, # Whether user is a Reddit employee 'over_18': bool, # Whether user is marked as NSFW 'is_suspended': bool, # Whether account is suspended 'suspension_expiration_utc': Optional[float], # When suspension ends if suspended 'total_karma': int, # Total karma (comments + posts) 'subreddit': Optional[Dict], # User's profile subreddit info if exists } Raises: ValueError: If the username is invalid or not found RuntimeError: For other errors during the operation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYes

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arindam200/reddit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server