get_trending_subreddits
Fetch a list of currently popular and trending subreddits, including details like name, title, subscribers, description, and URL, for streamlined discovery and analysis.
Instructions
๐ฅ Get trending/popular subreddits ๐ฏ What it does: Fetches list of currently popular and trending subreddits ๐ Required: None (no parameters needed) ๐ก Examples: โข Get trending: {} โข Simple call: {} ๐ Output: List of trending subreddits with name, title, subscribers, description, and URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}