Skip to main content
Glama

MCP Datastore Server

by johnreitano

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

NameRequiredDescriptionDefault
fieldYesThe field name to filter on (can be key field or property)
kindYesThe entity kind to query
limitNoMaximum number of results to return (default: 100)
valueYesThe value to match exactly

Input Schema (JSON Schema)

{ "properties": { "field": { "description": "The field name to filter on (can be key field or property)", "type": "string" }, "kind": { "description": "The entity kind to query", "type": "string" }, "limit": { "description": "Maximum number of results to return (default: 100)", "type": "number" }, "value": { "description": "The value to match exactly", "type": "string" } }, "required": [ "kind", "field", "value" ], "type": "object" }
Install Server

Other Tools from MCP Datastore Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnreitano/daisy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server