Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| generate_random | Help me generate random values using cryptographically secure methods |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_random_integer | Generate cryptographically secure random integers within a specified range |
| generate_random_float | Generate cryptographically secure random floating-point numbers |
| generate_random_bytes | Generate cryptographically secure random bytes |
| generate_uuid | Generate a cryptographically secure UUID (v4) |
| generate_random_string | Generate a cryptographically secure random string |
| generate_random_choice | Randomly select items from a given list using cryptographically secure randomness |
| generate_random_boolean | Generate cryptographically secure random boolean values |