Skip to main content
Glama

Random Number MCP

by zazencodes
MIT License
2
  • Apple

random_float

Generate a random float within a specified range using customizable lower and upper bounds. Ideal for applications requiring precise random decimal values.

Instructions

Generate a random float between low and high.

Args: low: Lower bound (default 0.0) high: Upper bound (default 1.0)

Returns: Random float between low and high

Input Schema

NameRequiredDescriptionDefault
highNo
lowNo

Input Schema (JSON Schema)

{ "properties": { "high": { "default": 1, "title": "High", "type": "number" }, "low": { "default": 0, "title": "Low", "type": "number" } }, "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