Artifact List¶
List artifacts in the data store, filtered by type, recency, tags, or session. Sorted by creation time (newest first).
MCP name: artifact_list
Category: artifacts
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
include_expired |
bool |
No | Include expired artifacts (default: false) |
limit |
int |
No | Max results (default: 50) |
session_id |
str |
No | Filter to artifacts from this session |
since |
str |
No | ISO datetime — only artifacts after this time |
tags |
str |
No | Comma-separated tags — artifact must have all |
type |
str |
No | Filter by type (context, export, report, snapshot, scratch) |