Skip to main content
Glama

RushDB

ExportRecords

Export database records to CSV format with filtering, sorting, and limit options for data analysis and reporting.

Instructions

Export records to CSV format

Input Schema

NameRequiredDescriptionDefault
labelsNoFilter by record labels
limitNoMaximum number of records to export
orderByNoSorting configuration for export
whereNoSearch conditions for records to export

Input Schema (JSON Schema)

{ "properties": { "labels": { "description": "Filter by record labels", "items": { "type": "string" }, "type": "array" }, "limit": { "description": "Maximum number of records to export", "type": "number" }, "orderBy": { "additionalProperties": { "enum": [ "asc", "desc" ], "type": "string" }, "description": "Sorting configuration for export", "type": "object" }, "where": { "description": "Search conditions for records to export", "type": "object" } }, "required": [], "type": "object" }

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/1pxone/RushDB'

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