Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get | Make a GET HTTP request |
| post | Make a pOST HTTP request |
| put | Make a PUT HTTP request |
| delete | Make a DELETE HTTP request |
| auth_login | Authenticate against an API, extract a JWT, and store it locally for reuse |
| list_user | List stored users and tokens from a token store |
| clear_user | Remove a specific user or clear the token store |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |