{"name":"story-search","description":"Story and news search across Hacker News and the open web in one call. Composite: one call runs hn-search + web-search in parallel and merges the two result lists, ranked by relevance (round-robin across sources) or by date (newest first, undated results last). Accepts the common agent story-search payload {query, type, sort, limit} — the same shape agents already send to news/story search catalogs. web-search is optional: if it fails, the response degrades to Hacker News results instead of failing the call. Use it as a story search, news search, or 'what's being discussed about X' lookup across HN and the general web.","price":"$0.025","method":"POST","input_schema":{"properties":{"query":{"type":"string","description":"Search query, e.g. 'stablecoin regulation'. Max 500 chars."},"type":{"type":"string","enum":["story"],"description":"Result type. Only 'story' is supported. Default 'story'."},"sort":{"type":"string","enum":["relevance","date"],"description":"Ranking order. 'relevance' round-robin interleaves HN and web results; 'date' sorts by recency, newest first, with undated results last. Default 'relevance'."},"limit":{"type":"number","description":"Max results to return after merging and deduping. Default 10, max 30."}},"required":["query"]},"input_example":{"query":"stablecoin regulation","type":"story","sort":"relevance","limit":10},"output_example":{"query":"stablecoin regulation","sort":"relevance","returned":4,"results":[{"title":"Stablecoin bill clears committee","url":"https://news.ycombinator.com/item?id=1","source":"hn","points":210,"created_at":"2026-07-04T12:00:00Z"},{"title":"What the new stablecoin rules mean","url":"https://example.com/a","source":"web","snippet":"A plain-English breakdown of the new rules."},{"title":"Ask HN: how do stablecoins settle","url":"https://news.ycombinator.com/item?id=2","source":"hn","points":84,"created_at":"2026-07-03T09:00:00Z"}],"composed_of":["hn-search","web-search"],"components":[{"name":"hn-search","ok":true,"ms":420},{"name":"web-search","ok":true,"ms":980}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}