You're viewing a demo portfolio

Join the waitlist
PRSM

get_artifact

Active

Tool of AXIS Toolbox — Agentic Commerce Codebase Intelligence

declared in 0.5.3

Read one generated artifact by snapshot_id and path. Requires access to the snapshot and may return snapshot-not-found, invalid-path, or artifact-not-found errors. Example: snapshot_id=abc-123, path=AGENTS.md. Use this when you need the full text of one artifact. Use get_snapshot instead when you first need the artifact list.

Parameters schema

{
  "type": "object",
  "required": [
    "snapshot_id",
    "path"
  ],
  "properties": {
    "path": {
      "type": "string",
      "description": "Artifact file path as returned in the artifacts list"
    },
    "snapshot_id": {
      "type": "string",
      "description": "Snapshot ID"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

AXIS Toolbox — Agentic Commerce Codebase Intelligence

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

1/7 registries
View full server →