Skip to main content
Glama

Goal Story MCP Server

by hichana

goalstory_read_one_step

Retrieve detailed information about a specific step to facilitate focused discussions and enhance story-driven goal creation within the Goal Story MCP Server.

Instructions

Get detailed information about a specific step to support focused discussion and story creation.

Input Schema

NameRequiredDescriptionDefault
idYesUnique identifier of the step to retrieve.

Input Schema (JSON Schema)

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "additionalProperties": false,
  "properties": {
    "id": {
      "description": "Unique identifier of the step to retrieve.",
      "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