Skip to main content
Glama

MCP Rand

by turlockmike

generate_random_number

Create random numbers within a defined range using MCP Rand. Specify min and max values to generate inclusive, secure integers for various applications.

Instructions

Generate a random number within a specified range

Input Schema

NameRequiredDescriptionDefault
maxNoMaximum value (inclusive). Defaults to 100.
minNoMinimum value (inclusive). Defaults to 0.

Input Schema (JSON Schema)

{ "properties": { "max": { "description": "Maximum value (inclusive). Defaults to 100.", "type": "number" }, "min": { "description": "Minimum value (inclusive). Defaults to 0.", "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from MCP Rand

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/turlockmike/mcp-rand'

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