Skip to main content
Glama

MCP Datastore Server

by johnreitano

datastore_query

Query entities in Google Cloud Datastore with filters, pagination, and limits. Retrieve specific data by defining entity kinds, skipping results, and setting maximum returns.

Instructions

Execute a query on entities with optional filters

Input Schema

NameRequiredDescriptionDefault
kindYesThe entity kind to query
limitNoMaximum number of results to return (default: 100)
offsetNoNumber of results to skip (default: 0)

Input Schema (JSON Schema)

{ "properties": { "kind": { "description": "The entity kind to query", "type": "string" }, "limit": { "description": "Maximum number of results to return (default: 100)", "type": "number" }, "offset": { "description": "Number of results to skip (default: 0)", "type": "number" } }, "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