Skip to main content
Glama

axint.agent.advice

Reads project context and proof to provide host-specific next-step advice for coding agents, resolving conflicts and recommending actions based on local project state.

Instructions

Ask the local Axint project brain what this agent should do next. Reads project context, latest run proof, latest repair plan, and active file claims, then returns host-specific guidance for Codex, Claude, Cursor, Xcode, or another agent lane. Use: use when multiple tools or agents need the next safest move from local proof. Effects: reads local Axint context/proof and may refresh advice artifacts; no network.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoProject directory. Defaults to the MCP process cwd.
issueNoOptional bug, feature, or repair goal to turn into project-aware next moves.
agentNoActive host/tool lane. Axint adapts advice to the tools this agent can actually use.
changedFilesNoFiles in scope. Axint uses these to detect claim conflicts and recommend proof.
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 it reads project context, run proof, repair plans, and claim files, and may refresh advice artifacts locally. It also states 'no network'. Annotations are uninformative (all false), so the description compensates well, though 'may refresh' is slightly vague.

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 at about 3 sentences, front-loaded with the core action, and uses clear sections (Use:, Effects:). No unnecessary 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?

With 5 parameters and an output schema present, the description covers necessary context: inputs, effects, and usage guidance. It could elaborate on the output format, but the output schema presumably handles that. Overall sufficient for an agent to decide when to use this tool.

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%, meaning the schema already explains all 5 parameters. The description does not add significant meaning beyond what is in the schema, maintaining a baseline of 3.

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 the verb 'ask', the resource 'local Axint project brain', and the outcome 'host-specific guidance'. It differentiates from sibling tools like axint.agent.claim or axint.agent.install by focusing on advice rather than actions.

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 says 'use when multiple tools or agents need the next safest move from local proof'. This provides clear context. However, it does not include explicit exclusions or when-not scenarios, though the positive guidance is strong.

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