Skip to main content
Glama

Goal Story MCP Server

by hichana

goalstory_update_self_user

Update your Goal Story profile by modifying your name, privacy settings, or personal context. Use guided questions to refine your motivations, beliefs, and approach to achieving goals, ensuring accurate and meaningful profile details.

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hichana/goalstory-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server