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 |
|---|---|
| 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 |