Skip to main content
Glama

axint.agent.install

Idempotent

Installs the local multi-agent project brain to coordinate Codex, Claude, Cursor, Xcode, and other agents through shared config files. Run once per project to enable multi-agent collaboration without network calls.

Instructions

Install the local Axint multi-agent project brain. Writes .axint/agent.json, .axint/context/latest.*, and .axint/coordination files so Codex, Claude, Cursor, Xcode, OpenClaw, and humans coordinate through the same local truth layer. Use: use once per project to create local multi-agent coordination; not needed for one-off compile. Effects: writes .axint/agent, context, and coordination files; no network.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoProject directory. Defaults to the MCP process cwd.
projectNameNoOptional project name override.
agentNoActive host/tool lane. Defaults to all.
privacyModeNoPrivacy posture for this project. Defaults to local_only; source sharing is never enabled by default.
providerModeNoOptional model-provider posture for future AI-enhanced advice. Defaults to none.
forceNoRewrite the existing local agent config if present.
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?

The description discloses that the tool writes multiple files (.axint/agent.json, .axint/context/latest.*, .axint/coordination files) and that it makes no network calls. This aligns with annotations (idempotentHint=true, readOnlyHint=false) and adds detail beyond structured data.

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 concise with two sentences plus a 'Use:' and 'Effects:' section. It is front-loaded with the main purpose and every sentence adds value.

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's complexity (7 params, output schema exists), the description adequately explains the purpose, effects, and usage. It could mention idempotency and force behavior, but that is partially covered by annotations.

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 coverage is 100%, so baseline is 3. The description does not add additional meaning beyond what the input schema provides for each parameter, but the schema itself is well-documented.

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 'Install the local Axint multi-agent project brain' and lists the files written and the purpose of enabling coordination across multiple AI agents. It distinguishes itself from sibling tools by specifying the exact installation action.

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 provides explicit use guidance: 'use once per project to create local multi-agent coordination; not needed for one-off compile.' This tells the agent when to use and when not, but does not explicitly mention alternatives among siblings.

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