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 |
---|---|
get_advice | Get advice on a topic. |
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_weather | Get the current weather in a given location. |
get_time | Get the current time. |
tool_that_access_request | Access the request. |
get_called_tools | Get the list of called tools. |