resources/skills/cherry-tool-guide/references/outputs.md
Covers mcp__cherry-tools__generate_image and mcp__cherry-tools__report_artifacts.
Get exact argument shapes from the live tool schema — this reference gives routing, prerequisites, and semantics only.
mcp__cherry-tools__generate_imageRenders an image from a prompt using the configured painting model.
mcp__cherry-tools__report_artifactsDeclares your final deliverable file(s) so Cherry can surface them to the user.
mcp__cherry-tools__report_artifacts to register it as a deliverable.It's a declaration, not a transfer. report_artifacts makes Cherry aware of the
deliverable in the UI; it does not push the file anywhere. To actually send a file to
the user through an IM channel, use mcp__cherry-tools__notify instead (see
autonomy.md). Pick by intent:
report_artifacts.notify.They're not interchangeable, and you may legitimately do both for the same file.