Add Sticker
add_stickerAdd an image from a public http(s) URL to the sticker library. Provide a short name and emotion tags to trigger it in conversations.
Instructions
Add an image to the sticker library from an existing public http(s) image URL only. Do not pass data:image URIs or base64 here. If you have the user's attached image bytes/file, call create_sticker_upload instead and upload the original bytes directly to this sticker library. Do not use third-party image hosts. If the user already described what the image is, do not spend tokens visually analyzing it; use the user's description to choose the name and tags. If the user did not describe it, inspect the image enough to choose a short name plus 1-8 emotion/scene tags. Supported formats: png / jpeg / gif / webp / avif, max 8MB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Short display name, e.g. 'Claude酱点赞'. | |
| emotions | Yes | Emotion/scene tags describing when to send it, e.g. ['点赞', '开心', '赞', 'thumbs up']. | |
| imageUrl | Yes | Public http(s) image URL only. Do not pass data:image or base64. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| method | Yes | ||
| emotions | Yes | ||
| maxBytes | Yes | ||
| expiresAt | Yes | ||
| uploadUrl | Yes |