Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XBY_APIKEY | Yes | 你的实际apikey (Your actual API key) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lowercase | Convert text to lowercase |
| uppercase | Convert text to uppercase |
| reverse | Reverse the order of characters in text |
| isPalindrome | Check if text is a palindrome (reads the same forwards and backwards) |
| countWords | Count the number of words in text |
| countCharacters | Count the number of characters in text |
| trim | Remove leading and trailing whitespace from text |
| capitalize | Capitalize the first letter of each word |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |