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_keystringOptional API key for authentication.idstringArtifact ID — when set, returns that single artifact.limitintegerList size (1–100, default 20).afterstringList cursor: ID of the last artifact from the previous page.Example call
tools/call params
{
"name": "artifact_read",
"arguments": {
"api_key": "agt_…"
}
}