Skip to main content
Glama

Goal Story MCP Server

by hichana

goalstory_read_goals

Retrieve user goal journey overview with pagination support to navigate and manage large goal sets effectively. Enhances goal tracking by organizing and displaying progress systematically.

Instructions

Get an overview of the user's goal journey, with optional pagination to manage larger sets of goals.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of goals to return per page.
pageNoPage number for viewing subsets of goals (starts at 1).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of goals to return per page.", "type": "number" }, "page": { "description": "Page number for viewing subsets of goals (starts at 1).", "type": "number" } }, "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