Skip to main content
Glama

ck_goal

Record, list, or update durable governed goals to keep long-running intent explicit, citable, and reviewable across sessions.

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.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNo
goal_idNo
goalsNo
horizonNo
progress_noteNo
statusNo
titleNo
Behavior4/5

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

Description explains three modes with read/write implications: record (write), list (read-only), update_status (write). Annotations already declare readOnlyHint=false and destructiveHint=false, so no contradiction. Adds context about the write operations but could mention if updates are reversible or if there are rate limits.

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?

The description is a single paragraph that efficiently covers all key points. It is dense but clear, though breaking into bullet points could enhance readability. Still, it earns its place without fluff.

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 the tool's complexity (3 modes, 16 parameters, output schema exists), the description is remarkably complete. It covers all modes, required params per mode, horizon semantics, and comparison with a sibling tool. No gaps.

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

Parameters5/5

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

With 88% schema coverage, the description adds significant meaning beyond the schema by grouping parameters by mode (e.g., 'For record: provide goal...'), explaining horizon scope ('horizon controls scope: task for short-lived intent...'), and clarifying the status enum.

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's purpose: 'Record, list, or update durable governed goals' and distinguishes three modes. It specifies the verb and resource (goals) and contrasts with sibling tool ck_memory_record.

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?

Explicit guidance on when to use each mode and required parameters: 'Required: session_id and mode. For record: provide goal... For update_status: provide goal_id and the new status.' Also provides exclusion: 'Use ck_memory_record for general decisions or notes 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