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 |
---|---|
Users |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_records | List records from a resource |
search_records | Search for records containing specific text |
get_record | Get a specific record by ID |
create_record | Create a new record in a resource |
update_record | Update a record in a resource |
delete_record | Delete a record from a resource |