get_story
ActiveTool of Lobsters
declared in 0.1.0
Fetch a single story and all its comments by ID (e.g., "abc123"). Returns title, URL, text, score, and nested comment threads.
Parameters schema
{
"type": "object",
"examples": [
{
"short_id": "abcdef"
},
{
"short_id": "xyz789"
}
],
"required": [
"short_id"
],
"properties": {
"short_id": {
"type": "string",
"description": "The short alphanumeric story ID from the Lobsters URL (e.g. \"abcdef\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Lobsters
https://github.com/pipeworx-io/mcp-lobsters
1/7 registries