Skip to main content
Glama
LBurny
by LBurny

session_get_steps

Fetch all recorded steps and notes from the active CADPilot session, including operation details, parameters, and timestamps, as a structured JSON list.

Instructions

Return all recorded steps and notes of the active session.

Returns:
    JSON list of steps (step_number, operation, description, params,
    objects_after fingerprint, atomic flag, timestamp).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It indicates a read operation via 'Return' and describes the output structure, but does not explicitly state that it has no side effects, whether authentication is required, or what happens if no session is active. This is adequate for a simple getter but lacks richer context.

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 extremely concise: one sentence states the purpose, and a second lists the return fields. It is front-loaded with the main action and avoids unnecessary wording. Every word earns its place.

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 tool's simplicity (no parameters, output schema present), the description covers everything needed: it names the resource ('all recorded steps and notes'), scopes it to the active session, and summarizes the return format. The presence of an output schema means detailed return structures are already handled, so the description is fully complete.

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?

The tool has zero parameters, and the schema correctly reflects this (no properties, 100% coverage). The description does not need to explain parameters, and per the rubric, a zero-parameter tool gets a baseline of 4. No additional parameter semantics are necessary.

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 uses the specific verb 'Return' with the resource 'all recorded steps and notes of the active session,' making its purpose immediately clear. It distinguishes itself from siblings like session_status (which likely returns status) and session_add_note (which adds notes) by explicitly targeting the full step/note history.

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 clearly implies when to use this tool: whenever an agent needs the complete record of steps and notes from the current session. It does not explicitly name alternatives or exclusions, but the context is clear enough that an agent would not confuse it with the status or note-adding siblings. A small deduction for lack of explicit 'use for / use instead' guidance.

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/LBurny/cadpilot'

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