Goal Story MCP Server

by hichana
Verified

goalstory_read_goals

Retrieve and manage user goal journeys efficiently with paginated results, enabling focused tracking and progress insights for better goal achievement.

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" }
ID: 7yqi01ga3e