Skip to main content
Glama

session_log

Log a session entry to record work done, decisions made, and next steps for a project. Use at the end of each working session to track progress.

Instructions

Log a session entry for a project: what was worked on, decisions made, next steps. The core 'log progress' tool. Run at the end of a working session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoSession date in YYYY-MM-DD format. Defaults to today.
projectYesProject slug or name.
decisionsNoDecisions made and their rationale.
worked_onYesShort summary of what was worked on this session.
next_stepsNoWhat to pick up next time.
duration_minutesNoApproximate session duration in minutes.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions logging a session entry but does not disclose whether the operation is reversible, if it overwrites existing logs, permission requirements, or any side effects. For a write operation, this is insufficient.

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?

Two concise sentences with no waste. The first sentence defines the tool's purpose and key fields, the second adds usage timing. Front-loaded effectively. Every word earns its place.

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?

With 6 parameters and no output schema, the description covers the essential purpose and usage timing. It could mention that this creates a persistent record or how it relates to session history, but for a straightforward logging tool, it is nearly complete.

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%, and each parameter has a clear description. The description adds narrative context by grouping fields (worked_on, decisions, next_steps) but does not provide new semantic meaning beyond what the schema already conveys. Baseline 3 is appropriate.

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?

Description explicitly states it logs a session entry with specific fields (worked on, decisions, next steps) and positions itself as the 'core log progress tool', clearly distinguishing it from sibling tools like quick_note or task_add.

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?

It says 'Run at the end of a working session', providing clear when-to-use guidance. However, it does not explicitly exclude alternative uses or mention when not to use it. Among sibling tools, it is the only structured logging tool, so context is sufficient.

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/shivam-singh-git/recap-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server