prepare_agentic_purchasing_preview
ActiveTool of AXIS Toolbox — Agentic Commerce Codebase Intelligence
Compute a free Purchasing Readiness Score (0-100) and gap list for a codebase without generating artifacts. No auth, no charge, no snapshot persisted. Hard caps: 25 files / 50KB per file / 1MB total. Returns score, risk_level, top gaps, frameworks detected, and which AXIS programs would close which gaps. Use this to triage 'should I pay for the full hardening bundle?' before calling prepare_agentic_purchasing. The paid version generates the full artifact bundle including CE 3.0 dispute evidence, SCA exemption matrix, and TAP interop.
Parameters schema
{
"type": "object",
"required": [
"project_name",
"files"
],
"properties": {
"files": {
"type": "array",
"items": {
"type": "object",
"required": [
"path",
"content"
],
"properties": {
"path": {
"type": "string"
},
"content": {
"type": "string"
}
}
},
"description": "Source files to triage (max 25 files, 50KB each, 1MB total)"
},
"frameworks": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional framework hints"
},
"project_name": {
"type": "string",
"description": "Name of the project being previewed"
},
"project_type": {
"type": "string",
"description": "Optional project type hint (web_application, api_service, cli_tool, library, monorepo)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
AXIS Toolbox — Agentic Commerce Codebase Intelligence
https://github.com/lastmanupinc-hub/Toolbox
1/7 registries