Skip to main content
Glama

MCP Datastore Server

by johnreitano

datastore_count

Count entities of a specified kind in Google Cloud Datastore, with optional filtering by field and value for precise results.

Instructions

Count entities in a kind, optionally with a filter

Input Schema

NameRequiredDescriptionDefault
fieldNoThe field name to filter on (optional)
kindYesThe entity kind to count
valueNoThe value to match exactly (required if field is provided)

Input Schema (JSON Schema)

{ "properties": { "field": { "description": "The field name to filter on (optional)", "type": "string" }, "kind": { "description": "The entity kind to count", "type": "string" }, "value": { "description": "The value to match exactly (required if field is provided)", "type": "string" } }, "required": [ "kind" ], "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