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 |
---|---|
check_reports_prompt | Prompt to check who hasn't submitted their weekly reports |
check_person_prompt | Prompt to check a specific person's report status |
get_stats_prompt | Prompt to get statistics about weekly report submissions |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
get_report_status | Get the current status of weekly report submissions |
get_report_stats | Get statistics about weekly report submissions |
get_all_members | Get a list of all team members who should submit reports |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
check_missing_reports | Check who hasn't submitted their weekly reports yet |
check_person_report | Check if a specific person has submitted their weekly report |
get_submission_stats | Get statistics about weekly report submissions |