Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion anima/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ anima unpublish <sessionId>

> **Not idempotent.** If a duplicate call times out or its response is lost, call `workspace-list_artifacts` to check before retrying — the first call may have already created the copy.

**`workspace-list_artifacts()`** — no parameters; lists your team's artifacts. App rows carry a `sessionId` (what the `artifact-*` tools need); `markdown` and `asset` rows carry only an `id`. The result may set `truncated`, and an agent without `read` access gets an empty list rather than an error.
**`workspace-list_artifacts()`** — no parameters; lists your team's artifacts. Every row carries a `sessionId` (what the `artifact-*` tools need) and a `type` (`app`, `markdown`, or `asset`). The result may set `truncated`, and an agent without `read` access gets an empty list rather than an error.

---

Expand Down
2 changes: 1 addition & 1 deletion skills/anima/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ anima unpublish <sessionId>

> **Not idempotent.** If a duplicate call times out or its response is lost, call `workspace-list_artifacts` to check before retrying — the first call may have already created the copy.

**`workspace-list_artifacts()`** — no parameters; lists your team's artifacts. App rows carry a `sessionId` (what the `artifact-*` tools need); `markdown` and `asset` rows carry only an `id`. The result may set `truncated`, and an agent without `read` access gets an empty list rather than an error.
**`workspace-list_artifacts()`** — no parameters; lists your team's artifacts. Every row carries a `sessionId` (what the `artifact-*` tools need) and a `type` (`app`, `markdown`, or `asset`). The result may set `truncated`, and an agent without `read` access gets an empty list rather than an error.

---

Expand Down
2 changes: 1 addition & 1 deletion skills/anima/references/mcp-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Copies code, assets, and supported database content. Does **not** copy chat or c

## `workspace-list_artifacts`

Lists your team's artifacts. **No parameters.** App rows include the `sessionId` the `artifact-*` tools need; `markdown` and `asset` rows carry only an `id`. The result may set `truncated`, and an agent lacking `read` access gets an empty list rather than an error — an empty result is not proof the workspace is empty.
Lists your team's artifacts. **No parameters.** Every row carries the `sessionId` the `artifact-*` tools need and a `type` (`app`, `markdown`, or `asset`). The result may set `truncated`, and an agent lacking `read` access gets an empty list rather than an error — an empty result is not proof the workspace is empty.

---

Expand Down
Loading