get_artifact
ActiveTool of AXIS Toolbox — Agentic Commerce Codebase Intelligence
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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
AXIS Toolbox — Agentic Commerce Codebase Intelligence
https://github.com/lastmanupinc-hub/Toolbox
1/7 registries