Goal Story MCP Server

by hichana
Verified

goalstory_destroy_step

Permanently delete a specific step from a goal's action plan using its unique identifier, ensuring streamlined progress tracking within the Goal Story MCP Server.

Instructions

Remove a specific step from a goal's action plan.

Input Schema

NameRequiredDescriptionDefault
idYesUnique identifier of the step to be permanently removed.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Unique identifier of the step to be permanently removed.", "type": "string" } }, "required": [ "id" ], "type": "object" }
ID: 7yqi01ga3e