Skip to main content
Glama

kaggle-mcp

download_kaggle_dataset

Download files from a specific Kaggle dataset by providing the dataset reference and optional download path. Simplifies data retrieval for analysis and projects.

Instructions

Downloads files for a specific Kaggle dataset. Args: dataset_ref: The reference of the dataset (e.g., 'username/dataset-slug'). download_path: Optional. The path to download the files to. Defaults to '<project_root>/datasets/<dataset_slug>'.

Input Schema

NameRequiredDescriptionDefault
dataset_refYes
download_pathNo

Input Schema (JSON Schema)

{ "properties": { "dataset_ref": { "title": "Dataset Ref", "type": "string" }, "download_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Download Path" } }, "required": [ "dataset_ref" ], "title": "download_kaggle_datasetArguments", "type": "object" }

You must be authenticated.

Other Tools from kaggle-mcp

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/arrismo/kaggle-mcp'

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