Goal Story MCP Server

by hichana
Verified

goalstory_update_goal

Modify goal details such as name, status, description, outcomes, evidence, and narrative modes to refine goal progress and storytelling for enhanced achievement tracking.

Instructions

Update goal details including name, status, description, outcomes, evidence of completion, and story/belief modes that influence how stories are generated.

Input Schema

NameRequiredDescriptionDefault
belief_modeNoRefined understanding of how personal beliefs shape this goal.
descriptionNoEnhanced goal context, motivation, or outcome details.
evidenceNoConcrete proof, measurements, or observations of goal progress/completion.
idYesUnique identifier of the goal to be updated.
nameNoRefined or clarified goal title.
outcomeNoActual results and impact achieved through goal completion or progress.
statusNoGoal progress status: 0 = active/in progress, 1 = successfully completed.
story_modeNoUpdated narrative style for future goal achievement stories.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "belief_mode": { "description": "Refined understanding of how personal beliefs shape this goal.", "type": "string" }, "description": { "description": "Enhanced goal context, motivation, or outcome details.", "type": "string" }, "evidence": { "description": "Concrete proof, measurements, or observations of goal progress/completion.", "type": "string" }, "id": { "description": "Unique identifier of the goal to be updated.", "type": "string" }, "name": { "description": "Refined or clarified goal title.", "type": "string" }, "outcome": { "description": "Actual results and impact achieved through goal completion or progress.", "type": "string" }, "status": { "description": "Goal progress status: 0 = active/in progress, 1 = successfully completed.", "type": "number" }, "story_mode": { "description": "Updated narrative style for future goal achievement stories.", "type": "string" } }, "required": [ "id" ], "type": "object" }
ID: 7yqi01ga3e