Skip to main content
Glama

Add Sticker

add_sticker

Add 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

TableJSON Schema
NameRequiredDescriptionDefault
nameYesShort display name, e.g. 'Claude酱点赞'.
emotionsYesEmotion/scene tags describing when to send it, e.g. ['点赞', '开心', '赞', 'thumbs up'].
imageUrlYesPublic http(s) image URL only. Do not pass data:image or base64.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
methodYes
emotionsYes
maxBytesYes
expiresAtYes
uploadUrlYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate this is a write operation (readOnlyHint=false) and non-idempotent, which the description aligns with. The description adds valuable context: URL restrictions, supported formats (png/jpeg/gif/webp/avif), max 8MB file size, and guidance on how to name and tag. This goes beyond the schema and annotations, though it doesn't address failure modes or duplicate names.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than average but every sentence delivers critical instructions: source restrictions, alternative tool, naming strategy, and supported formats. It is front-loaded with the core purpose and then systematically covers constraints and usage, with no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity and the presence of an output schema, the description is remarkably complete. It covers the essential context for correct use: what input is allowed, what to do if the image is a file, how to choose name/tags, format limits, and explicit exclusions. The presence of an output schema means return values don't need explanation, so this is fully adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so parameters are already well-documented. The description adds meaningful context beyond the schema: the imageUrl parameter's restriction to public http(s) URLs and explicit prohibition of data:image/base64, plus format and size limits. It also provides strategy for name and emotions parameters (short name, 1-8 tags, use user description if available).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Add an image to the sticker library from an existing public http(s) image URL only.' It specifies the verb (Add), resource (sticker library), and crucial scope (public URL only), effectively distinguishing it from siblings like create_sticker_upload and add_sticker_by_path.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use and when-not-to-use guidance: it warns against data:image/base64, third-party hosts, and directs users with attached image files to create_sticker_upload instead. It also advises on naming and tag selection, instructing to use the user's description to avoid unnecessary visual analysis.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asashiki/sticker-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server