Astra DB MCP Server
Official
by datastax
FindRecord
Find records in a collection by field value
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collectionName | Yes | Name of the collection to search in | |
field | Yes | Field name to search by (e.g., 'title', '_id', or any property) | |
limit | No | Maximum number of records to return | |
value | Yes | Value to search for in the specified field |