Astra DB MCP Server

Official
by datastax
Verified

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

ID: tigix0yf4b