You're viewing a demo portfolio

Join the waitlist
PRSM

ic_signal_get_story

Active

Tool of Immersive Commons

declared in 1.31.0

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
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Immersive Commons

https://github.com/immersive-commons/ic-skills

1/7 registries
View full server →
ic_signal_get_story — Immersive Commons — PRSM MCP