Goal Story MCP Server

by hichana
Verified

goalstory_get_story_context

Enhance storytelling and motivation by gathering detailed context about a user's goal, step, beliefs, and motivations. Combines user profile data with conversation insights for personalized narratives.

Instructions

Gather rich context about the user, their current goal/step, beliefs, and motivations to create deeply personalized and meaningful stories. Combines user profile data with conversation insights.

Input Schema

NameRequiredDescriptionDefault
feedbackNoAdditional user input to enhance context understanding.
goalIdYesUnique identifier of the goal for context gathering.
stepIdYesUnique identifier of the specific step for context gathering.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "feedback": { "description": "Additional user input to enhance context understanding.", "type": "string" }, "goalId": { "description": "Unique identifier of the goal for context gathering.", "type": "string" }, "stepId": { "description": "Unique identifier of the specific step for context gathering.", "type": "string" } }, "required": [ "goalId", "stepId" ], "type": "object" }
ID: 7yqi01ga3e