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_current_time | Get current time (defaults to system time, supports any timezone) |
convert_time | Convert time between timezones (defaults to system time for source/target) |
start_activity_log | Start a new activity log with system timestamp and unique Time ID |
end_activity_log | End an activity log with system timestamp and calculate duration |
get_elapsed_time | Get the elapsed time for an ongoing or completed activity |
get_activity_logs | Retrieve activity logs with optional filtering |
update_activity_log | Update an existing activity log |
create_time_reminder | Create a time-based reminder using system time for scheduling |
check_time_reminders | Check for due or upcoming time reminders |