Skip to main content
Glama

axint.feedback.create

Create privacy-safe issue packets for Axint repair intelligence. Document weak output with diagnostics, redacted evidence, and project context, without source code.

Instructions

Create or read a privacy-safe learning packet for Axint repair intelligence. Packets include project shape, diagnostic codes, issue class, redacted evidence, and likely product owner, but never include source code. Users... Use: use when Axint output was weak and you need a privacy-safe issue packet; not for sending source. Effects: writes or reads redacted .axint/feedback packets; never includes source by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoProject directory. Defaults to the MCP process cwd.
latestNoWhen true, return the latest local feedback packet instead of creating a new one.
issueNoBug, weak Axint output, or failed repair behavior.
sourceNoOptional inline Swift source used locally only.
sourcePathNoOptional suspected Swift file path used locally only.
fileNameNoDisplay file name when passing inline source.
platformNoTarget Apple platform hint.
agentNoActive host/tool lane.
expectedBehaviorNoOptional expected behavior.
actualBehaviorNoOptional actual behavior.
xcodeBuildLogNoOptional Xcode build/test log evidence.
testFailureNoOptional focused unit/UI-test failure text.
runtimeFailureNoOptional crash, freeze, hang, or runtime failure text.
changedFilesNoChanged files to pin into the context pack.
projectContextPathNoOptional .axint/context/latest.json path.
formatNoOutput format. Defaults to json.

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

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

Discloses that it writes or reads redacted packets and never includes source by default. Annotations are all false, so description carries burden. It adds some behavioral context but doesn't clarify the dual read/write mode based on the 'latest' parameter.

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

Conciseness3/5

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

The description is somewhat verbose with redundant phrases like 'Users... Use: use when... Effects:'. It could be more concise and front-loaded with key information.

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

Completeness2/5

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

Given the complexity (16 parameters, read/write duality), the description lacks completeness. It does not explain how the 'latest' parameter triggers reading vs writing, nor what happens when both modes are invoked. Output schema exists, but behavioral aspects are undercovered.

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. Description adds general context about packet contents (issue class, redacted evidence) which hints at parameter purposes, but does not explicitly map parameters or provide additional syntax details.

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 creates or reads a privacy-safe learning packet, lists what packets include, and differentiates from sending source code. It distinguishes from sibling tools like axint.fix-packet by focusing on feedback rather than fixes.

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 use: 'use when Axint output was weak and you need a privacy-safe issue packet' and when not: 'not for sending source'. However, it does not mention alternatives among sibling tools.

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