Skip to main content
Glama

MCP Datastore Server

by johnreitano

datastore_get

Retrieve a specific entity from Google Cloud Datastore by providing its kind and key, with optional parent key for hierarchical entities.

Instructions

Get an entity by its key

Input Schema

NameRequiredDescriptionDefault
keyYesThe entity key (name or ID)
kindYesThe entity kind
parentNoParent key if the entity has a parent (optional)

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "The entity key (name or ID)", "type": "string" }, "kind": { "description": "The entity kind", "type": "string" }, "parent": { "description": "Parent key if the entity has a parent (optional)", "type": "string" } }, "required": [ "kind", "key" ], "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