Skip to main content
Glama

ck_trace_packet

Read-onlyIdempotent

Export a structured session or task trace packet with failure patterns and eval candidates to enable trace-centered improvement loops in coding-agent workflows.

Instructions

Export a structured session or task trace packet with failure patterns and eval candidates for trace-centered improvement loops.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idNoTask identifier within the session for scoped operations.
session_idNoUnique session identifier for correlating findings, proofs, budget, and audit trail.
events_limitNo
project_rootNoAbsolute path to the project root directory on the local filesystem.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventsNo
task_idNo
session_idNo
eval_candidatesNo
failure_patternsNo
Behavior3/5

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

The description adds context beyond annotations by specifying the output contains failure patterns and eval candidates. Annotations already indicate read-only and idempotent behavior. The description does not contradict annotations. However, it omits details like whether the export is a file download or inline data, which would enrich transparency.

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 that is concise and front-loaded. Every word adds value: it names the action (export), the resource (trace packet), and key contents (failure patterns, eval candidates). No redundancy.

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?

Given the presence of an output schema and clear annotations, the description is fairly complete. It explains the tool's purpose and output. Minor missing details about the format of the exported data or how parameters affect the result, but overall sufficient for an export-oriented tool.

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 description coverage is 75%, so the schema already documents most parameters. The tool description does not add new meaning or usage tips for parameters beyond what is in the schema. Baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly states the tool exports a structured session or task trace packet with failure patterns and eval candidates. The verb 'export' and noun 'trace packet' are specific. However, it does not explicitly differentiate from sibling tools like ck_context or ck_observability, which may also deal with trace data.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. The description implies it is for trace-centered improvement loops, but lacks explicit when-not or comparative context. No usage prerequisites or exclusions are mentioned.

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