Skip to main content
Glama

ck_context

Fetch the full governed session state including mission, budget, findings, and planning context at the start of each task to reacquire current workspace snapshot and instruction hierarchy.

Instructions

Fetch the full governed session state: mission, budget, active findings, proof summary, planning context, workspace snapshot, drift signals, recent transcript events, resume packet, and ControlKeel instruction hierarchy. Read-only. detail_level compact (default) returns a token-efficient summary; use full only when raw workspace, resume, or transcript payloads are required. session_id defaults to the active bound session; pass project_root to resolve it automatically. Call ck_context at the start of every task to reacquire state. Prefer ck_context_pack when you need a focused, citation-enriched bundle for a specific retrieval query rather than the full session snapshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detail_levelNoUse compact by default to reduce token usage; request full only when raw workspace/resume/transcript payloads are needed.
project_rootNoAbsolute path to the project root directory on the local filesystem.
session_idNoUnique session identifier for correlating findings, proofs, budget, and audit trail.
task_idNoTask identifier within the session for scoped operations.
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 explicitly states 'Read-only', which is a key behavioral trait. It also explains the difference between compact and full detail levels, adding transparency. No mention of auth or rate limits, but for a read-only state fetch, this is adequate.

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 multiple sentences but each serves a purpose: listing contents, stating read-only, advising on detail_level, on session_id/project_root, and comparing with sibling. It is well-structured and not overly verbose, earning a 4.

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

Completeness4/5

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

No output schema, but the description lists the components of the returned state (mission, budget, etc.), giving a good idea of what to expect. With 4 parameters and no required ones, the description sufficiently covers usage and behavior.

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 100%. The description adds meaning beyond schema: for detail_level, it explains compact vs full; for session_id, it mentions defaulting to active bound session; for project_root, it says it can resolve automatically. This enriches understanding, so score above baseline 3.

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 fetches the full governed session state, listing many components (mission, budget, etc.). It distinguishes itself from sibling ck_context_pack by advising to use that tool for focused queries, thus providing specific verb+resource and differentiation.

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 advises to call this tool at the start of every task and contrasts it with ck_context_pack for focused needs. It also provides guidance on when to use compact vs full detail_level, giving clear context.

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