Skip to main content
Glama
VelixarAi

Velixar MCP Server

Official
by VelixarAi

velixar_session_resume

Reconstruct full session context from memory, returning narrative summary, key decisions, open threads, and last state for uninterrupted work resumption.

Instructions

Reconstruct full session context in a single call — the recommended way to resume work. Returns narrative summary, key decisions, open threads, and last state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
focusNoSpecific entity or topic to prioritize in reconstruction
topicNoTopic to focus reconstruction on
intentNoWhat you need the context for — affects which details are preserved (default: continue_coding)
max_tokensNoToken budget for the response (default 4000)
session_idNoSession ID to resume (optional — uses most recent if omitted)
exclude_topicsNoFilter out irrelevant threads during reconstruction
from_memory_idNoResume from a specific point in the session (memory ID)
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 discloses what the tool returns (narrative summary, key decisions, open threads, last state), but does not mention side effects, authorization needs, or whether it is read-only. As a resume tool, it is likely non-destructive, but this is not explicit.

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 with a second sentence listing return items. It is front-loaded with the key purpose and no wasted words.

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 tool has 7 optional parameters and no output schema, the description explains what it returns and its purpose. However, it could better explain why it is the recommended way compared to alternatives and how the reconstruction works. Still, it is fairly complete for the tool's complexity.

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 100%, so baseline is 3. The description does not add significant meaning beyond the schema; it only provides overall context. The schema already describes each parameter adequately.

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 it reconstructs full session context in a single call, which is a specific verb+resource, and distinguishes it from siblings by calling it the recommended way to resume work.

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 says 'recommended way to resume work', providing clear context for when to use it, but does not explicitly mention when not to use it or name alternatives like velixar_session_save or velixar_session_recall.

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/VelixarAi/velixar-mcp-server'

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