Goal Story MCP Server

by hichana
Verified

goalstory_create_goal

Define and clarify new goals using a structured framework. Discuss and refine aspirations to ensure alignment with core beliefs and values, supported by personalized storytelling for enhanced motivation and achievement.

Instructions

Begin the goal clarification process by creating a new goal. Always discuss and refine the goal with the user before or after saving, ensuring it's well-defined and aligned with their aspirations. Confirm if any adjustments are needed after creation.

Input Schema

NameRequiredDescriptionDefault
belief_modeNoFramework defining how the user's core beliefs and values influence this goal.
descriptionNoDetailed explanation of the goal, including context, motivation, and desired outcomes.
nameYesClear and specific title that captures the essence of the goal.
story_modeNoNarrative approach that shapes how future stories visualize goal achievement.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "belief_mode": { "description": "Framework defining how the user's core beliefs and values influence this goal.", "type": "string" }, "description": { "description": "Detailed explanation of the goal, including context, motivation, and desired outcomes.", "type": "string" }, "name": { "description": "Clear and specific title that captures the essence of the goal.", "type": "string" }, "story_mode": { "description": "Narrative approach that shapes how future stories visualize goal achievement.", "type": "string" } }, "required": [ "name" ], "type": "object" }
ID: 7yqi01ga3e