yougile_get_sprint_sticker
Retrieve a sprint sticker by its ID to view its details and embedded states.
Instructions
Get a sprint sticker by ID. States are embedded in the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Sticker UUID |
Retrieve a sprint sticker by its ID to view its details and embedded states.
Get a sprint sticker by ID. States are embedded in the response.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Sticker UUID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, covering safety. The description adds a meaningful behavioral detail ('States are embedded in the response') that goes beyond the structured annotations, clarifying response structure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short, front-loaded sentences with no redundancies. The first sentence states the core function, and the second provides a relevant response detail. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple get-by-id tool with one parameter and strong annotations, the description is adequately complete. It could possibly define 'sprint sticker' more explicitly, but the combination of name, description, and annotations is sufficient for an agent to select and invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already fully documents the only parameter (id as Sticker UUID) with 100% coverage. The description does not add additional meaning beyond what the schema provides, so the baseline of 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Get') and the resource ('a sprint sticker by ID'), which is specific and distinguishes it from list operations or other sticker types. The extra sentence about embedded states adds useful scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when you have a sprint sticker ID and need a single object, but it does not provide explicit guidance on when to choose this over alternatives like list_sprint_stickers or get_string_sticker. No when-not or alternative references are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nebelov/yougile-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server