Skip to main content
Glama

vonmises_random

Generate a random number from the von Mises distribution by providing the mean angle in radians. Use this tool to simulate data for circular statistics or directional analysis.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
muYesThe mean angle, expressed in radians between 0 and 2*pi

Input Schema (JSON Schema)

{ "properties": { "mu": { "description": "The mean angle, expressed in radians between 0 and 2*pi", "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