Skip to main content
Glama

Random Number MCP

by zazencodes
MIT License
2
  • Apple

random_shuffle

Shuffle a list of items into a random order using predefined input and output schemas. Ideal for generating randomized sequences in applications requiring unpredictability.

Instructions

Return a new list with items in random order.

Args: items: List of items to shuffle

Returns: New list with items in random order

Input Schema

NameRequiredDescriptionDefault
itemsYes

Input Schema (JSON Schema)

{ "properties": { "items": { "items": {}, "title": "Items", "type": "array" } }, "required": [ "items" ], "type": "object" }
Install Server

Other Tools from Random Number MCP

Related Tools

    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/zazencodes/random-number-mcp'

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