Skip to main content
Glama

yougile_update_string_sticker_state

Destructive

Update a string sticker's state by providing its state ID and parent sticker UUID, with options to change name, color, or soft-delete.

Instructions

Update a state of a string sticker. State IDs are 12-char hex strings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew state name
colorNoNew state color
deletedNotrue to soft-delete
stateIdYesState ID (12-char hex)
stickerIdYesParent sticker UUID
Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, and the description matches this. It adds the fact that state IDs are 12-char hex strings but doesn't disclose side effects like what happens to tasks using the state or whether deleted=true performs a soft-delete.

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?

Single sentence of 12 words, front-loaded with the verb. No filler or redundant content.

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

Completeness4/5

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

For a simple update operation with high schema coverage and annotation flags, the description covers the essentials. It lacks context about which mutable fields are available (though schema provides that) and no output is expected, so completeness is adequate.

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

Parameters3/5

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

Schema description coverage is 100%, so all parameters are already documented. The description adds a format hint for stateId that repeats the schema's '12-char hex' text. It provides no additional semantics about required vs optional fields or parameter relationships.

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 action ('Update') and the target resource ('a state of a string sticker'), distinguishing it from sibling tools like yougile_update_string_sticker (updates the sticker itself) and yougile_update_sprint_sticker_state (updates a sprint sticker state). It includes a specific detail about state ID format.

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

Usage Guidelines3/5

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

No explicit when-to-use or alternative guidance is provided. The description implies this tool is for modifying an existing string sticker state but doesn't mention when to prefer create_string_sticker_state or how it relates to other update tools.

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/Sunscrypt/yougile-mcp'

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