Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
API_TOKEN | No | Your API token referenced in the YAML configuration file |
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 |
---|---|
getUsers | Retrieve a list of users. |
getUsersWithQueryParameters | Retrieve a list of users with pagination. |
getUserWithPathParameters | Retrieve a user by ID. |
createUser | Create a new user. |
updateUser | Update an existing user. |
replaceUser | Replace an existing user. |
deleteUser | Delete a user by ID. |