lookup_hn
ActiveTool of GoCreative Agent API
declared in 1.27.1
Get Hacker News top stories or a specific story by id (title, points, comments, author). Use for trend monitoring or HN-launch analysis. Pass 'top' for the front page. Example call: {"story_or_top": "top"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "lookup_hnArguments",
"required": [
"story_or_top"
],
"properties": {
"story_or_top": {
"type": "string",
"title": "Story Or Top"
}
}
}Parent server
GoCreative Agent API
1/7 registries