mcp-server-axiom-js

by ThetaBird
Verified

getDatasetInfoAndSchema

Get dataset info and schema

Input Schema

NameRequiredDescriptionDefault
datasetYesThe dataset to get info and schema for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dataset": { "description": "The dataset to get info and schema for", "type": "string" } }, "required": [ "dataset" ], "type": "object" }

You must be authenticated.

Other Tools