Skip to main content
Glama

axint.fix-packet

Read-onlyIdempotent

Retrieve the latest local fix packet emitted after a compile or watch run to get diagnostics, findings, and an AI-ready fix prompt for immediate repair.

Instructions

Read the latest Fix Packet that Axint emitted locally after a compile or watch run. Returns the exact repair artifact that AI tools or Xcode helpers should consume next: verdict, top findings, full diagnostics, next steps, and an AI-ready fix prompt.... Use: use after a local compile/watch/check emitted a packet; not a new analysis pass. Effects: read-only local artifact read; writes no files and uses no network.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoOptional working directory to search from. Axint walks upward from this directory until it finds...
packetDirNoOptional explicit packet directory override. Use this if the latest packet lives somewhere other than...
formatNoOutput format. json returns the full packet, markdown returns the human-readable report, and prompt returns...

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.
Behavior5/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds 'read-only local artifact read; writes no files and uses no network,' reinforcing and expanding on the annotations with concrete behavioral details.

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?

Two sentences: first sentence states purpose and return value; second sentence gives usage rule and effects. Every sentence is essential and front-loaded. 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?

With output schema present, annotations, and 100% param coverage, the description covers core behavior. It could mention error handling (no packet found) or edge cases, but overall it is sufficiently complete given the rich structural context.

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 the schema already documents all three parameters. The description adds minimal extra meaning beyond 'latest packet' context, which the schema already implies via packetDir description. Baseline 3 is appropriate.

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 reads the latest Fix Packet emitted locally after a compile or watch run, and specifies the return content (verdict, findings, diagnostics, next steps, AI-ready prompt). This verb+resource combination distinguishes it from all siblings.

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: use after a local compile/watch/check emitted a packet; not a new analysis pass.' This provides clear context and a when-not-to-use warning. It does not name specific sibling alternatives, but the usage rule is sufficient.

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