Skip to main content
Glama

Goal Story MCP Server

by hichana

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

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