Skip to main content
Glama

Random Number MCP

by zazencodes
MIT License
2
  • Apple

random_int

Generate a random integer within a specified range. Input lower and upper bounds to receive an inclusive random number.

Instructions

Generate a random integer between low and high (inclusive).

Args: low: Lower bound (inclusive) high: Upper bound (inclusive)

Returns: Random integer between low and high

Input Schema

NameRequiredDescriptionDefault
highYes
lowYes

Input Schema (JSON Schema)

{ "properties": { "high": { "title": "High", "type": "integer" }, "low": { "title": "Low", "type": "integer" } }, "required": [ "low", "high" ], "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