Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TIMEZONE | No | Timezone to use. Examples: "UTC", "America/New_York", "Asia/Tokyo" | system timezone |
DATETIME_FORMAT | No | Controls the default output format of the datetime. Supported formats: iso, unix, unix_ms, human, date, time, custom | iso |
DATE_FORMAT_STRING | No | Custom date format string (only used when DATETIME_FORMAT="custom") | YYYY-MM-DD HH:mm:ss |
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_current_time | Get the current date and time in various formats |