datastore_filter
Filter entities in Google Cloud Datastore by matching specific field values. Specify the entity kind, field, and exact value to retrieve targeted results with a configurable limit.
Instructions
Query entities with a simple equality filter on any field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
field | Yes | The field name to filter on (can be key field or property) | |
kind | Yes | The entity kind to query | |
limit | No | Maximum number of results to return (default: 100) | |
value | Yes | The value to match exactly |