Goal Story MCP Server

by hichana
Verified

goalstory_read_one_goal

Retrieve detailed information about a specific goal to enable focused discussions and create personalized goal narratives for improved motivation and achievement.

Instructions

Retrieve detailed information about a specific goal to support focused discussion and story creation.

Input Schema

NameRequiredDescriptionDefault
idYesUnique identifier of the goal to retrieve.

Input Schema (JSON Schema)

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