Manage generated artifacts from agentic workflows. Describe, link, and delete stored outputs like reports, images, and data files.
manage_artifact
: Describe or delete an artifact by ID, returning metadata and an access link for sharing when available.Unified Artifact Access
Rich Metadata
Safe Sharing
Lifecycle Controls
manage_artifact
Name | Definition | Format |
---|---|---|
action | Operation to perform. One of "DESCRIBE" or "DELETE" . | String (required) |
artifact_id | Unique artifact identifier in UUID-4 format. Obtained from prior data agent outputs or logs. | String (required) |
DESCRIBE
first to confirm the artifact content and context before calling.image_tools
and share the artifact link with stakeholders.Locate the Artifact ID
Describe the Artifact
manage_artifact
to retrieve metadata and link details.Share as Needed
Clean Up
"DELETE"
. image_tools
: Manage images generated or processed during workflows.snowflake_tools
: Track exported query results and reports as artifacts.file_manager_tools
: Register artifacts as managed files when they must be attached to missions or tasks.git_action
: Cross-reference saved files committed to repositories with their produced artifacts.project_manager_tools
: Link artifacts to project deliverables for audits and reviews.artifact_id
must be a valid UUID-4 string.