list_artifacts
Browse saved work products, analyses, and summaries within a session. Filter by creator or artifact type to locate specific artifacts before creating new ones.
Instructions
List artifacts in a session. Browse saved work products, analyses, and summaries.
AUTOMATIC TRIGGERS - Call this when:
Checking what work has been saved in the session
Looking for a specific analysis or report
Before creating a new artifact to avoid duplicates
FOR ARTIFACT CONTENT, use get_artifact after finding the artifact_id.
PARAMETERS:
session_id: Target session
agent_id: Your agent ID (must belong to the session)
created_by: Filter by creator agent (optional) - "show artifacts by agent X"
artifact_type: Filter by type like "research_summary", "analysis", "code" (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| created_by | No | ||
| session_id | Yes | ||
| artifact_type | No |