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_user_information | Get user profile information from BAND. Optionally specify a band_key to get user info within a specific band context. |
| get_bands | Get the list of bands that the user joined from BAND. |
| get_posts | Get posts from a specific band in BAND. |
| get_post | Get a single post from BAND. |
| get_comments | Get comments from a specific post in BAND. |
| permissions | Get post permission information from BAND. |
| get_albums | Get photo albums from a specific band in BAND. |
| get_photos | Get photos from a specific album in BAND. |
| write_comment | Write a comment to BAND post. |
| write_post | Write a post to BAND. |
| remove_post | Delete a post from BAND. |
| remove_comment | Delete a comment from BAND. |