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 |
---|---|
list_meetings | A prompt to list meetings |
create_meeting | A prompt to create a meeting |
delete_a_meeting | A prompt to delete a meeting |
get_a_meeting_details | A prompt to get a meeting's details |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_meeting | Create a meeting |
list_meetings | List scheduled meetings |
delete_a_meeting | Delete a meeting with a given ID |
get_a_meeting_details | Retrieve the meeting's details with a given ID |