Skip to main content
Glama

neuron_session_checkpoint

Track session progress by moving a processed item from the working set to completed and advancing the cursor, enabling accurate checkpoints after each step in a recipe.

Instructions

Quick progress update — increment cursor and move an item from working_set to completed. This is the hot-path call that recipes use after each action (e.g. after scraping one profile, sending one message, etc).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesSession identifier
completed_itemYesThe item just processed. Will be appended to the completed array.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.1

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral disclosure burden, and it delivers: it precisely discloses the two state mutations (cursor increment and item relocation to completed) and characterizes the call as 'quick' and hot-path. It omits idempotency and failure-mode details, but the core side effects are transparently communicated.

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 sentences with zero waste: the first front-loads the core state transition, the second adds high-value workflow positioning with concrete examples. Every phrase 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?

For a low-complexity tool (2 required params, no nesting, no output schema), the description covers what it does, the exact state changes, and when to call it. Missing only return-value or failure-behavior notes, which are minor given the tool's simplicity and the strong schema coverage.

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% so the baseline is 3, but the description adds meaning beyond the schema by revealing that completed_item originates from working_set and by tying session_id to the active per-action recipe context. This enriches the agent's mental model of both parameters without repeating the schema text.

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 names concrete operations ('increment cursor,' 'move an item from working_set to completed') on a specific resource (session checkpoint), making the tool's function unmistakable. It also differentiates itself from the large sibling family by framing itself as the per-action progress update rather than a session save, recipe completion, or diagnostic call.

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 explicitly states when to use it — 'the hot-path call that recipes use after each action' — with concrete examples (after scraping one profile, sending one message). This gives clear timing context, though it stops short of naming alternatives or stating when-not-to-use cases (e.g., vs neuron_recipe_complete or neuron_session_save).

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/conquext/neuron-inspector'

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