Skip to main content
Glama

Goal Story MCP Server

by hichana

goalstory_update_step_notes

Enhance step details in goal management by adding contextual notes, insights, or reflections in markdown format. Capture and organize valuable discussion points for better goal tracking.

Instructions

Update step notes with additional context, insights, or reflections in markdown format. Use this to capture valuable information from discussions.

Input Schema

NameRequiredDescriptionDefault
idYesUnique identifier of the step to update.
notesYesAdditional context, insights, or reflections in markdown format.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Unique identifier of the step to update.", "type": "string" }, "notes": { "description": "Additional context, insights, or reflections in markdown format.", "type": "string" } }, "required": [ "id", "notes" ], "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