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_unread_entities | get entitites which have unread messages in it |
| get_unread_messages | get all unread messages from a given entity id |
| get_messages | Get messages limited by a count from an entity |
| get_entities | Get all entities in the current session |
| get_entity_by_id | Get an entity from the current session |
| send_message | Send a message to an entity with optional markup and reply |