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 |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_temperature | Convert temperature between units. |
| convert_angle | Convert angle between units. |
| convert_length | Convert length between units. |
| convert_energy | Convert energy between units. |
| convert_force | Convert force between units. |
| convert_pressure | Convert pressure between units. |
| convert_power | Convert power between units. |
| convert_speed | Convert speed between units. |
| convert_area | Convert area between units. |
| convert_mass | Convert weight between units. |
| convert_volume | Convert volume between units. |
| convert_computer_data | Convert computer storage between units. |
| convert_density | Convert density between units. |
| convert_time | Convert time between units. |
| convert_batch | Perform multiple unit conversions in a single batch request. Each request in the batch should contain:
Returns a structured response with individual results for each conversion, including success/failure status and either converted values or error messages. |
| list_supported_units | List all supported units for each conversion type or for a specific type. |