Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_CLOUD_PROJECT | Yes | Your Google Cloud project ID | |
| GOOGLE_APPLICATION_CREDENTIALS | Yes | Path to your service account JSON key file |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| datastore_get | Get an entity by kind and key from Datastore |
| datastore_insert | Insert a new entity into Datastore |
| datastore_update | Update an existing entity in Datastore |
| datastore_upsert | Insert or update an entity in Datastore (upsert operation) |
| datastore_delete | Delete an entity from Datastore |
| datastore_query | Query entities from Datastore with optional filters, ordering, and pagination |
| datastore_runAggregationQuery | Run an aggregation query (count, sum, avg) on Datastore entities |
| datastore_allocateIds | Allocate IDs for incomplete keys |
| datastore_createKey | Create a complete or incomplete key |
| datastore_runInTransaction | Execute multiple operations within a transaction |
| datastore_listKinds | List all entity kinds (types) in the Datastore by querying the kind metadata |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |