Skip to main content
Glama
ostinatocc

Aionis MCP Server

by ostinatocc

Resume Verified Continuity Session

aionis_session_resume

Resume a serialized agent session to restore its execution state and obtain a refreshed handle for continued interaction.

Instructions

Resume a serialized AgentSession against Runtime and return the refreshed handle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYesSerialized aionis_agent_session_handle_v1 returned by the previous call.
lease_ttl_msNo
operation_idYes
Behavior2/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It only states that it returns a refreshed handle, but does not disclose side effects, requirements (e.g., valid serialized handle), or whether resuming invalidates the previous handle.

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 concise sentence with no extraneous content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema and no annotations, and the description is minimal. It doesn't explain the meaning of operation_id or lease_ttl_ms, the shape of the refreshed handle, or the implications of resuming a session, making it incomplete for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers only 33% of parameters with descriptions (handle). The description adds context for handle ('serialized AgentSession'->resume) but does not explain lease_ttl_ms or operation_id, which remain opaque.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Resume') and resource ('serialized AgentSession') and indicates the result ('return the refreshed handle'). However, it does not explicitly distinguish this from the sibling aionis_rehydrate, which may also resume a session, leaving some ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No usage guidance is provided. The description does not state when to use resume versus begin, turn, action, or rehydrate.

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/ostinatocc/aionis-mcp'

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