Skip to main content
Glama

Astra DB MCP Server

Official

FindRecord

Search and retrieve records from a specified collection in Astra DB by matching a field value. Define the collection, field, and value to filter results efficiently.

Instructions

Find records in a collection by field value

Input Schema

NameRequiredDescriptionDefault
collectionNameYesName of the collection to search in
fieldYesField name to search by (e.g., 'title', '_id', or any property)
limitNoMaximum number of records to return
valueYesValue to search for in the specified field

Input Schema (JSON Schema)

{ "properties": { "collectionName": { "description": "Name of the collection to search in", "type": "string" }, "field": { "description": "Field name to search by (e.g., 'title', '_id', or any property)", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of records to return", "type": "number" }, "value": { "description": "Value to search for in the specified field", "type": [ "string", "number", "boolean" ] } }, "required": [ "collectionName", "field", "value" ], "type": "object" }

You must be authenticated.

Other Tools from Astra DB MCP 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/datastax/astra-db-mcp'

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