Goal Story MCP Server

by hichana
Verified

goalstory_read_one_story

Retrieve a specific story to review its visualization and mental imagery, aiding in goal achievement through storytelling. Use the unique identifier to access the desired narrative.

Instructions

Retrieve a specific story to revisit the visualization and mental imagery created for goal achievement.

Input Schema

NameRequiredDescriptionDefault
idYesUnique identifier of the story to retrieve.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Unique identifier of the story to retrieve.", "type": "string" } }, "required": [ "id" ], "type": "object" }
ID: 7yqi01ga3e