Create Sticker Upload URL
create_sticker_uploadGenerates a one-time upload URL for adding an image as a sticker from an attachment. Use the returned URL to PUT the image bytes; the sticker is then saved automatically.
Instructions
Create a one-time upload URL on this sticker library for the user's attached image bytes/file. Use this when adding a sticker from an attachment. After this tool returns, upload the original image bytes directly to uploadUrl with HTTP PUT and Content-Type image/png, image/jpeg, image/gif, image/webp, or image/avif. The sticker is saved as soon as the PUT succeeds; do not call add_sticker afterwards. Do not upload the image to third-party image hosts. Do not curl the MCP endpoint. If the user already told you what the image is, skip visual analysis and use that description for the name and tags. If not, inspect the image enough to name and tag it. The URL expires in 10 minutes.
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']. |