Skip to main content
Glama

ck_task

Manage governed task lifecycle within a session: check status, claim, complete with validation, send heartbeat, record quality checks, and submit reports.

Instructions

Manage governed tasks within a session. Six modes: status (return task details for a given task_id); claim (claim an available task for execution); complete (mark a task as done, blocked if unresolved findings exist); heartbeat (signal the agent is alive and working on a task); checks (record task quality check results); report (submit a task report with output and metadata).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checksNoArray of check result objects for checks mode.
execution_modeNoExecution mode for claim (e.g., local, external).
metadataNoArbitrary key-value metadata for report mode.
modeNoOperation mode that determines the tool behavior and return shape.
noteNoFreeform note for heartbeat mode.
outputNoStructured output payload for report mode.
progressNoProgress indicator for heartbeat mode.
project_rootNoAbsolute path to project root.
session_idYesUnique session identifier for correlating findings, proofs, budget, and audit trail.
statusNoTarget status for report mode (e.g., done, failed, blocked).
task_idNoTask identifier within the session for scoped operations.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
claimedNo
completedNo
countNo
recordedNo
reportedNo
resultsNo
risk_tierNo
run_idNo
session_idNo
statusNo
task_idNo
titleNo
Behavior4/5

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

Given the absence of annotations, the description does a fair job of disclosing behavioral traits. For instance, it notes that 'complete' mode is blocked if unresolved findings exist, and it clarifies that 'heartbeat' signals the agent is alive. Still, it omits details on side effects, permissions, or concurrency.

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 concise, fitting the purpose and mode list into a single paragraph. It front-loads the main goal. However, the dense listing of modes in sentence form could be slightly improved with structural elements like bullet points.

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?

The description covers all six modes and mentions key constraints (e.g., blocked if unresolved findings). Since an output schema exists, return values are documented elsewhere. Still, it does not explicitly connect parameters to modes (e.g., that 'checks' mode requires the 'checks' parameter) nor detail required versus optional parameters beyond the schema.

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

Parameters3/5

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

Schema coverage is 100%, so the schema already describes all parameters. The description adds context for the 'mode' parameter by explaining each mode's behavior, but it does not enhance understanding of other parameters like 'checks', 'metadata', or 'output' beyond what the schema provides.

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 that the tool manages governed tasks within a session and enumerates six distinct modes with brief explanations. This specificity distinguishes it from sibling tools like ck_finding or ck_review_submit.

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

Usage Guidelines3/5

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

The description lists the modes with one-liner purposes, offering some guidance on when to use each mode. However, it does not explicitly describe when not to use this tool or compare it to alternatives among the many sibling tools.

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