improve_my_agent_with_axis
ActiveTool of AXIS Toolbox — Agentic Commerce Codebase Intelligence
Analyze an agent codebase and return a prioritized AXIS hardening plan. Requires Authorization: Bearer <api_key>; this creates a snapshot and may return auth, quota, file-limit, or validation errors. Example: pass your agent source files to see missing AGENTS.md, CLAUDE.md, and MCP config gaps. Use this when you want recommendations and missing-context detection. Use analyze_files instead when you want the full artifact bundle directly.
Parameters schema
{
"type": "object",
"required": [
"project_name",
"files"
],
"properties": {
"files": {
"type": "array",
"items": {
"type": "object",
"required": [
"path",
"content"
],
"properties": {
"path": {
"type": "string",
"description": "File path relative to project root"
},
"content": {
"type": "string",
"description": "File content (UTF-8)"
}
}
},
"description": "Source files of the agent to analyze"
},
"project_name": {
"type": "string",
"description": "Name of the agent/project to improve"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
AXIS Toolbox — Agentic Commerce Codebase Intelligence
https://github.com/lastmanupinc-hub/Toolbox
1/7 registries