get_subreddit
Retrieve detailed information about a specific subreddit by providing its name. Use this tool to browse, search, and read subreddit content through the Reddit MCP server.
Instructions
Retrieve a subreddit by name.
Args:
subreddit_name: Name of the subreddit to retrieve
Returns:
Detailed information about the subreddit
Input Schema
Name | Required | Description | Default |
---|---|---|---|
subreddit_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"subreddit_name": {
"title": "Subreddit Name",
"type": "string"
}
},
"required": [
"subreddit_name"
],
"title": "get_subredditArguments",
"type": "object"
}