Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
COSMOSDB_KEY | Yes | Azure Cosmos DB NOSQL account KEY | |
COSMOSDB_URI | Yes | Azure Cosmos DB NOSQL account URI |
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 |
---|---|
put_item | Inserts or replaces an item in a Azure Cosmos DB container |
get_item | Retrieves an item from a Azure Cosmos DB container by its ID |
query_container | Queries a Azure Cosmos DB container using SQL-like syntax |
update_item | Updates specific attributes of an item in a Azure Cosmos DB container |