Goal Story MCP Server

by hichana
Verified

goalstory_read_one_step

Retrieve detailed information about a specific step to enhance focused discussions and streamline story creation within the Goal Story MCP Server's goal management system.

Instructions

Get detailed information about a specific step to support focused discussion and story creation.

Input Schema

NameRequiredDescriptionDefault
idYesUnique identifier of the step to retrieve.

Input Schema (JSON Schema)

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