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 |
---|---|
get-all-phrases | Returns a list of all phrases. |
get-phrase-by-id | Returns a phrase by its ID. |
get-phrase-by-name | Returns a phrase by author name. |
create-phrase | Creates a new phrase for an author. |
update-phrase | Updates the text of a phrase by its ID. |
delete-phrase | Deletes a phrase by its ID. |