FindRecord
Search and retrieve records from a database collection in Astra DB by specifying a field and value, with optional result limits for precise queries.
Instructions
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 |