You're viewing a demo portfolio

Join the waitlist
PRSM

analyze_files

Active

Tool of AXIS Toolbox — Agentic Commerce Codebase Intelligence

declared in 0.5.3

Analyze source files directly and generate the full 140-artifact AXIS bundle without using GitHub. Returns snapshot_id plus artifact listing; use this for local, generated, or unsaved code. Requires Authorization: Bearer <api_key>. Use analyze_repo for GitHub URLs or improve_my_agent_with_axis for recommendation-first agent hardening.

Parameters schema

{
  "type": "object",
  "required": [
    "project_name",
    "project_type",
    "frameworks",
    "goals",
    "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 to analyze"
    },
    "goals": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Analysis goals"
    },
    "frameworks": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Detected or known frameworks"
    },
    "project_name": {
      "type": "string",
      "description": "Name of the project"
    },
    "project_type": {
      "type": "string",
      "description": "Project type (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 →