lookup_reddit
ActiveTool of GoCreative Agent API
declared in 1.27.1
Get a Reddit subreddit's hot posts or a specific post + comments. Use for community-trend tracking and sentiment analysis. Example call: {"subreddit_or_post": "MachineLearning"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "lookup_redditArguments",
"required": [
"subreddit_or_post"
],
"properties": {
"subreddit_or_post": {
"type": "string",
"title": "Subreddit Or Post"
}
}
}Parent server
GoCreative Agent API
1/7 registries