getAskHNStories
Fetch Ask HN stories from Hacker News using MCP Hacker News server. Specify the number of stories to retrieve (default: 10, max: 30) for streamlined access to community-driven questions and discussions.
Instructions
Get Ask HN stories
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of stories to return (default: 10, max: 30) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 10,
"description": "Number of stories to return (default: 10, max: 30)",
"type": "number"
}
},
"type": "object"
}