Skip to main content
Glama

ck_session_digest

Generate a condensed, human-readable digest of session activities: tasks completed, findings, budget, and reviews. Supports generate, latest, and list modes.

Instructions

Generate a condensed, human-scannable digest of what happened in a session — tasks completed, findings raised, budget spent, reviews pending, and notable highlights. Three modes: generate (create a new digest), latest (return the most recent), list (paginated history). Designed for the forward-deployed engineer who needs an 'inbox that summarizes what happened' without reading raw event streams.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
digest_typeNoType of digest to generate. Defaults to session.
modeNoOperation mode. Defaults to generate.
session_idYesSession identifier.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
budget_spent_centsNo
digest_typeNo
findings_raisedNo
highlightsNo
reviews_pendingNo
session_idNo
tasks_completedNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains three modes (generate, latest, list) and types, but does not disclose side effects, idempotency, permissions, or rate limits. This is adequate but not comprehensive.

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, focused paragraph that front-loads the purpose. Every sentence adds value without redundancy, making it easy for an AI agent to parse.

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 presence of an output schema (not shown but indicated), the description is complete. It covers what the tool does, the three modes, and the target user, leaving no major gaps for correct invocation.

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%, with descriptions for all parameters. The description adds value by explaining the modes and digest types beyond the enum values, and contextualizes the session_id requirement.

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 it generates a condensed digest of session activities, specifying content like tasks, findings, budget, etc. It distinguishes itself from sibling tools by focusing on digest generation rather than raw event streams.

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 provides a clear use case: a forward-deployed engineer needing a summary without reading raw events. It does not explicitly state when not to use or compare to alternatives, but the context is sufficient for typical selection.

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