Skip to main content
Glama

axint.fix-packet

Read-onlyIdempotent

Retrieve the latest repair artifact from Axint's compile or watch run, including verdict, findings, diagnostics, and an AI-ready fix prompt. No new analysis required.

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 this after axint compile or axint watch when you want the latest packet without copy-paste or another compile pass. 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.
formatNoOutput format. json returns the full packet, markdown returns the.
packetDirNoOptional explicit packet directory override.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
isErrorNo
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint. Description adds specific context: read-only local artifact read, writes no files, uses no network, reinforcing and extending annotations without contradiction.

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 concise sentences plus focused 'Use:' and 'Effects:' lines. Every sentence adds value, no wasted words, and purpose is front-loaded.

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

Completeness5/5

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

Given the presence of an output schema (mentioned), the description still provides details about return contents (verdict, findings, diagnostics, etc.) and confirms read-only, local, no-network nature. Complete for this type of 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 coverage is 100% with descriptions for all 3 parameters. The tool's description does not add significant meaning beyond the schema; it merely restates optionality and format options. 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 the tool reads the latest Fix Packet after a compile/watch run, specifying the resource, action, and context. It distinguishes from siblings by noting no new analysis pass or copy-paste needed.

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

Usage Guidelines5/5

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

Explicitly states when to use (after axint compile/watch) and what it is not (not a new analysis). Provides clear usage context and implicitly suggests 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