Goal Story MCP Server

by hichana
Verified

goalstory_update_self_user

Update your Goal Story profile by modifying your name, visibility settings, and personal context. Answer guided questions to refine your motivations, beliefs, and goal-achievement preferences for a tailored experience.

Instructions

Update the user's profile including their name, visibility preferences, and personal context. When updating 'about' data, guide the user through questions to understand their motivations, beliefs, and goal-achievement style.

Input Schema

NameRequiredDescriptionDefault
aboutNoPersonal context including motivations, beliefs, and goal-achievement preferences gathered through guided questions.
nameNoThe user's preferred name for their Goal Story profile.
visibilityNoProfile visibility setting where 0 = public (viewable by others) and 1 = private (only visible to user).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "about": { "description": "Personal context including motivations, beliefs, and goal-achievement preferences gathered through guided questions.", "type": "string" }, "name": { "description": "The user's preferred name for their Goal Story profile.", "type": "string" }, "visibility": { "description": "Profile visibility setting where 0 = public (viewable by others) and 1 = private (only visible to user).", "type": "number" } }, "type": "object" }
ID: 7yqi01ga3e