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 |
|---|---|
| curl_get | Make an HTTP GET request using curl |
| curl_post | Make an HTTP POST request using curl |
| curl_put | Make an HTTP PUT request using curl |
| curl_delete | Make an HTTP DELETE request using curl |
| curl_download | Download a file using curl |
| curl_advanced | Execute curl with custom arguments (advanced usage) |