ic_signal_get_story
ActiveTool of Immersive Commons
Fetch one story by (issue slug, story id). The story id is the kebab-case slug stored on each story (e.g. "grok-build", "shai-hulud-2"). Returns the story tree including body paragraphs, feature card, image, and source citations. No auth required. Args: { slug: string, story_id: string }.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"slug",
"story_id"
],
"properties": {
"slug": {
"type": "string",
"maxLength": 40,
"minLength": 1
},
"story_id": {
"type": "string",
"maxLength": 80,
"minLength": 1
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Immersive Commons
https://github.com/immersive-commons/ic-skills
1/7 registries