get_subreddit
Access and retrieve information from any subreddit by name to browse discussions, posts, and community content on Reddit.
Instructions
Accéder à un subreddit par nom
Input Schema
Name | Required | Description | Default |
---|---|---|---|
subreddit_name | Yes | Le nom du subreddit |
Input Schema (JSON Schema)
{
"properties": {
"subreddit_name": {
"description": "Le nom du subreddit",
"type": "string"
}
},
"required": [
"subreddit_name"
],
"type": "object"
}