hny-mcp

MIT License
2
16
  • Linux
  • Apple

list_columns

Retrieve detailed column information from a specified dataset, including names, types, descriptions, and hidden status. Supports pagination, sorting, and searching for efficient data exploration and analysis.

Instructions

Lists all columns available in the specified dataset, including their names, types, descriptions, and hidden status. Supports pagination, sorting by type/name/created_at, and searching by name/description. Note: all is NOT supported as a dataset name.

Input Schema

NameRequiredDescriptionDefault
datasetYesThe dataset to fetch columns from
environmentYesThe Honeycomb environment
limitNoNumber of items per page
pageNoPage number (1-based)
searchNoSearch term to filter results
search_fieldsNoFields to search in (string or array of strings)
sort_byNoField to sort by
sort_orderNoSort direction

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dataset": { "description": "The dataset to fetch columns from", "minLength": 1, "type": "string" }, "environment": { "description": "The Honeycomb environment", "minLength": 1, "type": "string" }, "limit": { "description": "Number of items per page", "exclusiveMinimum": 0, "type": "integer" }, "page": { "description": "Page number (1-based)", "exclusiveMinimum": 0, "type": "integer" }, "search": { "description": "Search term to filter results", "type": "string" }, "search_fields": { "anyOf": [ { "type": "string" }, { "items": { "minLength": 1, "type": "string" }, "type": "array" } ], "description": "Fields to search in (string or array of strings)" }, "sort_by": { "description": "Field to sort by", "type": "string" }, "sort_order": { "description": "Sort direction", "enum": [ "asc", "desc" ], "type": "string" } }, "required": [ "environment", "dataset" ], "type": "object" }

You must be authenticated.

Other Tools from hny-mcp

Related Tools

ID: 8zeou4ict1