Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COSMOSDB_KEY | Yes | Azure Cosmos DB NoSQL account KEY from the Keys section | |
| COSMOSDB_URI | Yes | Azure Cosmos DB NoSQL account URI from the Keys section | |
| COSMOS_DATABASE_ID | Yes | Database ID from the Data Explorer section | |
| COSMOS_CONTAINER_ID | Yes | Container ID from the Data Explorer section |
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 |
|---|---|
| search_items | PlayFab search items |
| get_all_segments | PlayFab get all segments |
| get_all_players | PlayFab get all players |