Goal Story MCP Server

by hichana
Verified

goalstory_destroy_goal

Delete a goal, including all linked steps and stories, from the Goal Story MCP Server. Requires a unique goal ID and confirmation to ensure intentional removal and prevent accidental deletions.

Instructions

Remove a goal and all its associated steps and stories from the user's journey. Use with confirmation to prevent accidental deletion.

Input Schema

NameRequiredDescriptionDefault
idYesUnique identifier of the goal 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 goal to be permanently removed.", "type": "string" } }, "required": [ "id" ], "type": "object" }
ID: 7yqi01ga3e