Skip to main content
Glama

Astra DB MCP Server

Official

ListRecords

Retrieve records from a specified database collection with customizable limits using the Astra DB MCP Server tool designed for managing data collections.

Instructions

List records from a collection in the database

Input Schema

NameRequiredDescriptionDefault
collectionNameYesName of the collection to list records from
limitNoMaximum number of records to return

Input Schema (JSON Schema)

{ "properties": { "collectionName": { "description": "Name of the collection to list records from", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of records to return", "type": "number" } }, "required": [ "collectionName" ], "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