agenttools
MCP Tool

artifact_read

Read artifacts. Pass an `id` to fetch a single artifact (with full content), or omit it to list artifacts. Anonymous callers can't list, but can fetch a public artifact by ID.

Input schema

api_keystring
Optional API key for authentication.
idstring
Artifact ID — when set, returns that single artifact.
limitinteger
List size (1–100, default 20).
afterstring
List cursor: ID of the last artifact from the previous page.

Example call

tools/call params
{
  "name": "artifact_read",
  "arguments": {
    "api_key": "agt_…"
  }
}