Kaggle is a platform for data science and machine learning competitions, offering datasets, notebooks, and a collaborative community.
Tool to download competition data files. Use after confirming the competition ID.
Tool to submit an entry to a Kaggle competition. Use when you have already uploaded your file and obtained its blob token.
Tool to retrieve the directory of the Kaggle API configuration file. Use when you need to locate the directory containing your kaggle.json credentials.
Tool to retrieve the filename of the Kaggle API configuration file. Use when you need to find out where the local Kaggle config file is stored before reading or updating.
Tool to initialize Kaggle API client configuration. Attempts CLI first; if unavailable, it falls back to creating ~/.kaggle/kaggle.json (or $KAGGLE_CONFIG_DIR/kaggle.json).
Tool to list local Kaggle API configuration keys. Use when you need to see which configuration options are set without revealing values.