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 |
---|---|
get_timezone | Get timezone (e.g. Asia/Tokyo) |
get_unixtime | Get unixtime (e.g. 1746627290) |
convert_unix_to_datetime | Convert unixtime to datetime time (e.g. 1746627290 to 2025-01-01 01:01:01) |
convert_datetime_to_unix | Convert datetime time to unixtime (e.g. 2025-01-01 01:01:01 to 1746627290) |
get_current_date_time | Get the current date and time (e.g. 2025-01-01 01:01:01) |
get_current_date_time_iso | Get ISO 8601 time. (e.g. 2025-05-07T23:03:27+09:00) |
get_elapsed_time | Get the difference time between two datetimes (e.g. 2025-01-01 01:01:01 and 2025-01-02 02:02:02) |