Skip to main content
Glama

ck_goal

Create, list, or update durable governed goals to keep long-running intent explicit, citable, and reviewable across sessions. Choose from three modes: record, list, or update_status.

Instructions

Record, list, or update durable governed goals so long-running intent stays explicit, citable, and reviewable across sessions. Three modes: record (write — creates a new goal); list (read-only — returns goals filtered by status and horizon); update_status (write — updates an existing goal's status or progress). Required: session_id and mode. For record: provide goal (the statement text) and optionally title, horizon (task/session/workspace), and tags. For update_status: provide goal_id and the new status. horizon controls scope: task for short-lived intent, session for the current session, workspace for persistent cross-session goals. Use ck_goal for structured multi-session intent that should be explicitly tracked and reviewed. Use ck_memory_record for general decisions or notes not requiring status tracking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoFull content body with detailed information.
goalNoThe goal statement text.
goal_idNoUnique identifier of an existing goal to update.
horizonNoTemporal scope of the goal: task, session, or workspace.
limitNoMaximum number of results to return.
metadataNo
modeYesOperation mode that determines the tool behavior and return shape.
progress_noteNoNote about progress toward the goal.
session_idYesUnique session identifier for correlating findings, proofs, budget, and audit trail.
source_idNoUnique identifier of the source system or record.
source_typeNoOrigin category of the record (e.g., developer, tool_output, human_review).
statusNoCurrent status for filtering or updating.
summaryNoBrief human-readable summary of the record.
tagsNo
task_idNoTask identifier within the session for scoped operations.
titleNoHuman-readable title for display and search.
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses that record and update_status are write operations, list is read-only, and explains horizon scope and status updates. Lacks details on error handling or return format, but covers core behavioral traits well.

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

Conciseness4/5

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

Description is a single paragraph but well-structured with clear sections for each mode. Front-loaded with purpose. Could be slightly more concise, but no unnecessary repetition.

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

Completeness3/5

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

Given 16 parameters, three modes, and no output schema, the description covers the main modes and key parameters. However, it omits explanation of some optional parameters (e.g., body, metadata, source_id) and does not describe return values, leaving some gaps for an agent.

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 coverage is high (88%), but description adds significant meaning beyond schema: explains mode semantics, role of horizon, and what each mode requires. Provides context not evident from parameter descriptions alone.

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 tool records, lists, or updates durable governed goals. It specifies three distinct modes (record, list, update_status) and directly contrasts with a sibling tool (ck_memory_record) for general notes, making the purpose unambiguous and differentiated.

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

Usage Guidelines5/5

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

Explicitly states when to use each mode, required parameters (session_id, mode), and what parameters are needed for each mode. Also provides guidance on horizon scope and contrasts with ck_memory_record for decisions not requiring status tracking.

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/aryaminus/controlkeel'

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