list_artifact_groups
List saved artifact groups in your HyperVault to avoid duplicates and find slugs for accessing or adding artifacts.
Instructions
List the artifact groups already saved in the user's HyperVault.
Useful before creating a new one (to avoid duplicates) or to find a slug to pass to read_artifact_group / add_artifact_group_item / etc.
Returns:
dict with items: a list of {url, slug, title, tags, file_count,
visibility, created_at}, newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||