Skip to main content
Glama

vonmises_random

Generate random numbers from the von Mises distribution using the input parameter mu (μ) in radians. Ideal for simulations and statistical modeling requiring circular data.

Instructions

Generate a random number from the von Mises distribution. This is an example of a tool that uses elicitation to obtain the required parameter kappa (κ).

Input Schema

NameRequiredDescriptionDefault
muYesThe mean angle mu (μ), expressed in radians between 0 and 2π

Input Schema (JSON Schema)

{ "properties": { "mu": { "description": "The mean angle mu (μ), expressed in radians between 0 and 2π", "maximum": 6.283185307179586, "minimum": 0, "title": "Mu", "type": "number" } }, "required": [ "mu" ], "type": "object" }
Install Server

Other Tools from PyMCP

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/anirbanbasu/pymcp'

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