Skip to main content
Glama

axint.session.start

Start an Axint agent session: writes session state and rehydration artifacts, then returns compact operating memory, documentation context, and a session token for subsequent tool calls.

Instructions

Start an enforced Axint agent session. Writes .axint/session/current.json plus token-scoped session history, refreshes .axint/AXINT_REHYDRATE.md, returns compact operating memory, docs context, a session token, and the exact axint.workflow.check... Use: call at the start of a tool-enabled agent session or after context compaction. Effects: writes .axint/session and rehydration artifacts; no auth or network required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetDirNoProject directory where .axint/session/current.json and token-scoped session history should be written....
projectNameNoProject name to embed in the session and returned context.
expectedVersionNoExpected Axint package version. Defaults to the running MCP version.
platformNoTarget Apple platform, such as macOS, iOS, visionOS, or all.
agentNoAgent target for the session. Defaults to all.
ttlMinutesNoHow long the session token remains valid. Defaults to 720 minutes.
formatNoOutput format. Defaults to markdown.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesPrimary Axint tool response text, matching the first text content block.
isErrorNoWhether Axint marked the tool response as an error.
Behavior4/5

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

Discloses that it writes files and does not require auth/network, aligning with readOnlyHint=false. Annotations are minimal but description adds meaningful context beyond them. No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with separate action, effects, and usage sections. No unnecessary words, though slightly verbose for the content.

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?

Covers purpose, usage, effects, and constraints adequately. Output schema exists so return value details are not needed. Lacks mention of defaults for optional parameters, but schema provides them.

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 the description adds little beyond the schema. It mentions targetDir and projectName implicitly but does not provide additional semantics.

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 clearly states the tool initiates an enforced Axint agent session and lists the written artifacts and return values. However, it does not explicitly differentiate from sibling tools like axint.context.memory, though the specific action is distinct.

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?

Explicitly states when to call ('start of a tool-enabled agent session or after context compaction') and includes a notable constraint ('no auth or network required'). Lacks explicit 'when not to use' or comparison to alternatives.

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/agenticempire/axint'

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