wechat_add_sticker
Add a new sticker to the WeChat library by providing its name, MD5 hash, and file path, with optional description and tags for organization.
Instructions
Add a sticker to the library.
Args: name: Name for the sticker (used in [sticker:name] placeholders) md5: MD5 hash of the sticker file_path: Path to the sticker file description: Description of the sticker tags: Comma-separated tags for searching
Returns: Status message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| md5 | Yes | ||
| name | Yes | ||
| tags | No | ||
| file_path | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |