Add Sticker From Local Path
add_sticker_by_pathAdd a new sticker to your collection from a local image file. Provide the file path, a name, and emotion tags to store it for use in conversations.
Instructions
Add a new sticker from an image file on this computer (local/stdio mode only). Use when the user gives a local file path. Supported: png / jpeg / gif / webp / avif, max 8MB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Short display name. | |
| emotions | Yes | Emotion/scene tags. | |
| filePath | Yes | Absolute path to the image file. |