hn_story
Fetch detailed information for a specific Hacker News story by providing its unique ID. Use this tool to quickly retrieve targeted story data from the Hacker News platform.
Instructions
Get details for a specific story by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
story_id | Yes | The ID of the story to fetch |
Input Schema (JSON Schema)
{
"properties": {
"story_id": {
"description": "The ID of the story to fetch",
"type": "number"
}
},
"required": [
"story_id"
],
"type": "object"
}