Skip to main content
Glama
ajkatz

goalplanner-share-mcp

by ajkatz

Decode a Goal Planner import string

decode_import_string

Decode GPSHARE1:/GPSHARE2: codes into readable goal breakdowns with sections, prerequisites, and dependencies. Handles embedded text.

Instructions

Decode a GPSHARE1:/GPSHARE2: code back into a readable breakdown (sections, goals, identifiers, descriptions/tooltips, prerequisite tree, cross-section dependencies) for verification. Tolerates surrounding text — paste the whole message containing the code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesA GPSHARE1: or GPSHARE2: import code (may be embedded in other text).
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so the description carries full burden. It discloses that the tool decodes codes, tolerates embedded text, and returns a breakdown of various elements. It does not mention side effects or error behavior, but for a read-only decoding tool this is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence followed by a short tip, both front-loaded and concise. Every part adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description thoroughly explains the output format (readable breakdown with sections, goals, etc.) and input tolerance. It covers key behavioral aspects for a single-parameter decoding tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% and describes the 'code' parameter. The description adds practical context: 'Tolerates surrounding text — paste the whole message containing the code,' which aids agent understanding beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Decode' and the resource 'GPSHARE1:/GPSHARE2: code', and specifies the output as a readable breakdown with components like sections, goals, and dependencies. It implicitly distinguishes from siblings: craft_import_string (encoding) and list_supported_goals (listing goals).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives a specific usage tip: 'Tolerates surrounding text — paste the whole message containing the code.' It provides clear context but does not explicitly state when not to use or name alternatives, though sibling differentiation is implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/ajkatz/goalplanner-share-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server