Skip to main content
Glama

list_datasets

Browse and filter available datasets in your environment with pagination, sorting, and search functionality. Retrieve dataset details such as names, slugs, descriptions, and timestamps for efficient data management.

Instructions

Lists available datasets for the active environment with pagination, sorting, and search support. Returns dataset names, slugs, descriptions, and timestamps.

Input Schema

NameRequiredDescriptionDefault
environmentYes
limitNo
pageNo
searchNo
search_fieldsNo
sort_byNo
sort_orderNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "environment": { "type": "string" }, "limit": { "type": "number" }, "page": { "type": "number" }, "search": { "type": "string" }, "search_fields": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "sort_by": { "enum": [ "name", "slug", "created_at", "last_written_at" ], "type": "string" }, "sort_order": { "enum": [ "asc", "desc" ], "type": "string" } }, "required": [ "environment" ], "type": "object" }

Other Tools

Related Tools

Latest Blog Posts

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/honeycombio/honeycomb-mcp'

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