You're viewing a demo portfolio

Join the waitlist
PRSM

prepare_agentic_purchasing_preview

Active

Tool of AXIS Toolbox — Agentic Commerce Codebase Intelligence

declared in 0.5.3

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

AXIS Toolbox — Agentic Commerce Codebase Intelligence

https://github.com/lastmanupinc-hub/Toolbox

1/7 registries
View full server →