| tool_schema | {"name":"reddit","description":"Search and read Reddit — browse subreddits, trending posts, comments, and full-text search. Read-only, no auth required.","parameters":{"type":"object","properties":{"action":{"type":"string","description":"Which operation to perform","enum":["get_hot","get_new","get_top","search","get_comments"]},"subreddit":{"type":"string","description":"Subreddit name without r/ prefix (e.g. 'artificial'). Omit to search all of Reddit.","default":""},"query":{"type":"string","description":"Search query -- for search action","default":""},"post_id":{"type":"string","description":"Post ID -- for get_comments (the alphanumeric ID from the URL, e.g. '1abc2de')","default":""},"limit":{"type":"integer","description":"Number of results to return (default 10, max 100)","default":10},"time_filter":{"type":"string","description":"Time filter for get_top and search: hour, day, week, month, year, all (default week)","default":"week"}},"required":["action"]}} |