Goal Story MCP Server

by hichana
Verified

goalstory_update_step_notes

Add or refine step notes in markdown format to include context, insights, or reflections, enhancing goal management and clarity in the Goal Story MCP Server.

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" }
ID: 7yqi01ga3e