Spin Wheel Names
Server Details
Spin a random picker wheel, pick a random number, and search shared wheels from spinwheelnames.com.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsget_wheelAInspect
Fetch a specific saved wheel from spinwheelnames.com by its slug or id, including its entries.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The wheel slug or custom id (from a spinwheelnames.com URL). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description carries the full burden. It does disclose that this is a read/fetch operation and that entries are included in the result. However, it does not describe the return shape, failure behavior, or any other side effects, which leaves a moderate gap.
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?
The description is a single well-structured sentence: it names the action, the target resource, the identifier type, and the included content with no filler. Every part 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 one-parameter read operation, the description is nearly complete: it says how to identify the wheel and what is returned. It does not specify the exact response format, but given the lack of an output schema and the low complexity, this is acceptable.
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?
Schema description coverage is 100%, and the id parameter is already described as the wheel slug or custom id from a spinwheelnames.com URL. The description mostly restates that selector and adds 'including its entries', adding little semantic value beyond the schema. Baseline 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 uses a specific verb (Fetch) and clearly identifies the resource: a specific saved wheel from spinwheelnames.com, addressed by slug or id, with entries included. This distinguishes it from siblings like search_wheels and spin_wheel right away.
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 clearly implies the intended use: when you already have a wheel slug or custom id from a spinwheelnames.com URL and want the full saved wheel. It does not explicitly list when not to use it or name alternative tools, but the context is clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pick_random_numberAInspect
Pick a random whole number in an inclusive range, like spinning a "pick a number" wheel. Defaults to 1-100.
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum value, inclusive. Defaults to 100. | |
| min | No | Minimum value, inclusive. Defaults to 1. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden, and it does disclose the core behavior: a random whole number with inclusive bounds and default values. It does not mention side effects, error handling, or randomness guarantees, but for a simple stateless number picker this is adequate though not rich.
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?
The description is two concise sentences with the core operation front-loaded and no filler. The wheel metaphor and default summary both earn their place without bloating the text.
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 low-complexity tool with two optional parameters fully documented by the schema, the description provides enough context: what the tool returns, the inclusive range behavior, and defaults. It could mention edge cases like min > max, but nothing essential is missing for normal invocation.
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?
Schema coverage is 100%, so the schema already documents min and max with defaults and inclusivity. The description adds only a summarized 'Defaults to 1-100' and the inclusive-range concept, which is already present in the schema, so no significant extra semantic value is added.
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 ('pick'), the resource (a random whole number), and the key constraints (inclusive range, default 1-100). It is easily distinguished from the sibling wheel tools because it returns a number rather than operating on a wheel.
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 wheel analogy implies when a user would want this kind of random pick, and the defaults give immediate invocation context. However, it does not explicitly say when to use this tool over get_wheel/search_wheels/spin_wheel or provide exclusion criteria, so routing guidance is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_wheelsAInspect
Search publicly shared name-picker wheels already created on spinwheelnames.com by title (e.g. "classroom", "baby names", "raffle"). Returns links a user can open to view or reuse an existing wheel.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (1-20, default 5). | |
| query | Yes | Search text to match against wheel titles. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It does state that the search covers publicly shared wheels and that the tool returns openable links, which is useful, but it omits details like result ordering, match behavior, or what happens when no wheels are found. This is adequate but not thorough.
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 sentences with no filler. The core action and resource are front-loaded, examples are compact, and the return type is stated clearly. Every sentence 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 search tool with two parameters and no output schema, the description is nearly complete: it explains the input intent and the output type. It could add a note about empty-result behavior or relevance ordering, but the existing text is sufficient for correct invocation in most cases.
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?
Schema coverage is 100%, so the baseline is 3: both query and limit are already documented in the schema. The description adds a small amount of context by noting the search targets wheel titles and providing example queries, but it does not meaningfully extend the schema's parameter explanations.
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 uses the specific verb 'Search' with a clear resource: publicly shared name-picker wheels on spinwheelnames.com. It specifies the match target (title) and gives concrete examples, making it distinct from siblings like get_wheel, spin_wheel, and pick_random_number.
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 clearly implies this tool is for finding existing public wheels by title, but it does not explicitly state when not to use it or name alternatives such as get_wheel for retrieving a specific wheel by ID. The usage context is clear but exclusion criteria are left to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
spin_wheelAInspect
Spin a random picker wheel over a list of entries (names, teams, prizes, tasks, anything) and return the winner. Use this whenever a user wants a fair, random pick from a list. Links back to spinwheelnames.com for a visual spin.
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | The list of names/entries to spin the wheel over (at least 2). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral burden. It discloses the core behavior (random selection, returning a winner) and the external visual spin behavior via spinwheelnames.com. It does not detail how randomness is generated or whether any state changes occur, but for a simple picker the disclosed traits are sufficient.
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?
The description is two sentences with no filler, front-loading what the tool does, then giving usage guidance and the visual-link caveat. Every sentence contributes a distinct piece of information.
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?
The tool is simple, with one parameter and no output schema, and the description explains the input and the returned result (the winner). It could specify the exact return shape, but for a list of string entries the winner is reasonably understood to be one of those strings.
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?
Schema description coverage is 100% for the only parameter, entries, so the schema already documents the array of strings and the minimum count of 2. The description adds semantic flexibility ('names, teams, prizes, tasks, anything') but no essential meaning beyond the schema.
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 uses a specific verb ('spin') and resource ('random picker wheel over a list of entries'), then states the concrete outcome ('return the winner'). It is clearly distinguishable from sibling tools such as get_wheel and search_wheels, which imply retrieval/search rather than random selection.
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 explicitly says 'Use this whenever a user wants a fair, random pick from a list', which provides a clear invocation trigger. It does not explicitly name alternatives or exclusion cases, but 'from a list' naturally steers away from number-picking and wheel-search tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
4 tool updates
- First observed
get_wheel - First observed
pick_random_number - First observed
search_wheels - First observed
spin_wheel
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Generate random values and probability distribution samples.
Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.
One-link team polls: create polls, vote, fetch results, and close polls.
Send quick greetings, scrape website content, and generate text or images on demand. Perform web s…
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides true random generation tools for AI agents, including coin flip, dice roller, random numbers, and wheel of fortune, enabling decisions and TTRPG sessions.4MIT
- FlicenseAqualityDmaintenanceEnables random selection tools including lottery drawing from option lists, dice rolling with customizable sides and counts, and coin flipping. Supports both single and multiple draws with duplicate control options.32-
- AlicenseNot gradedqualityNot gradedmaintenanceHelps users decide what to eat by randomly selecting meals from a database of 100+ options or a custom list using an interactive spinning wheel widget. It supports cuisine filtering and provides an engaging visual interface to resolve mealtime indecision.-
- AlicenseNot gradedqualityCmaintenanceEnables coin flips and dice rolls with standard notation and D&D mechanics like advantage/disadvantage and ability score generation.Apache 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct purpose: fetching a saved wheel, searching wheels, spinning a list, and picking a random number. The descriptions make any potential overlap between random selection tools easy to resolve.
All tool names follow a consistent lowercase snake_case verb_noun pattern: get_wheel, pick_random_number, search_wheels, spin_wheel. The one pluralization difference is natural and does not hurt predictability.
Four tools is a well-scoped set for this domain. Each tool serves a distinct user need without unnecessary duplication or bloat.
Core use cases are covered: finding, retrieving, and spinning wheels, plus numeric random picks. Missing create/update/delete operations for saved wheels is a minor gap, but users can still accomplish random selection tasks without persistence.