Skip to main content
Glama

Create Sticker Upload URL

create_sticker_upload

Generates 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

TableJSON Schema
NameRequiredDescriptionDefault
nameYesShort display name, e.g. 'Claude酱点赞'.
emotionsYesEmotion/scene tags describing when to send it, e.g. ['点赞', '开心', '赞', 'thumbs up'].
Behavior5/5

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

Despite annotations indicating a write operation (readOnlyHint=false), the description goes far beyond them with actionable behavior: URL expires in 10 minutes, upload via HTTP PUT with specific content types, sticker saved as soon as PUT succeeds, and step-by-step upload workflow. This provides exceptional transparency for the agent.

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 moderately long but every sentence carries essential information for correct usage. It front-loads the primary action, then follows a logical sequence (how to upload, what not to do, how to fill parameters, expiration). Nothing feels redundant or wasted.

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?

For a tool with no output schema, the description covers all necessary context: the one-time URL, the required HTTP PUT call, content types, the fact that no further tool calls are needed, and the 10-minute expiry. The description is self-sufficient for an agent to invoke and complete the workflow correctly.

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 coverage is 100% with clear parameter descriptions, so baseline is 3. The description adds extra semantic guidance by explaining how to populate the name and emotions parameters: 'If the user already told you what the image is, skip visual analysis and use that description for the name and tags.' This goes beyond schema descriptions.

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 purpose: 'Create a one-time upload URL on this sticker library for the user's attached image bytes/file.' It uses a specific verb and resource, and distinguishes from siblings by specifying 'Use this when adding a sticker from an attachment' and explicitly warning 'do not call add_sticker afterwards.'

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 guidance: 'Use this when adding a sticker from an attachment.' It also gives alternatives (do not upload to third-party hosts, do not curl the MCP endpoint) and exclusions (do not call add_sticker afterwards), making the decision boundary clear.

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