Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GOOGLE_CLOUD_PROJECT | Yes | The Google Cloud project ID | |
GOOGLE_APPLICATION_CREDENTIALS | No | Path to your service account key file |
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 |
---|---|
datastore_list_kinds | List all available entity kinds (tables) in the Datastore |
datastore_get | Get an entity by its key |
datastore_query | Execute a query on entities with optional filters |
datastore_filter | Query entities with a simple equality filter on any field |
datastore_count | Count entities in a kind, optionally with a filter |