Kaggle
kaggleKaggle is a platform for data science and machine learning competitions, offering datasets, notebooks, and a collaborative community.
Acciones disponibles (20)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Download competition data filesKAGGLE_COMPETITION_DOWNLOAD_FILESAcciónTool to download competition data files. Use after confirming the competition ID.
KAGGLE_COMPETITION_DOWNLOAD_FILESAcciónTool to download competition data files. Use after confirming the competition ID.
Parámetros de entrada
idstringObligatorioCompetition name (URL slug).
pathstringDestination folder where files will be saved; defaults to current working directory.
forcebooleanIf true, skip up-to-date checks and force re-download.
quietbooleanIf true, suppress progress output.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Initialize Kaggle ConfigurationKAGGLE_CONFIG_INITAcciónTool 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).
KAGGLE_CONFIG_INITAcciónTool 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).
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Dataset CreateKAGGLE_DATASET_CREATEAcciónTool to create a new Kaggle dataset with full metadata. Use after uploading files and finalizing metadata. Returns creation status and message.
KAGGLE_DATASET_CREATEAcciónTool to create a new Kaggle dataset with full metadata. Use after uploading files and finalizing metadata. Returns creation status and message.
Parámetros de entrada
idstringObligatorioDataset identifier in the form '<owner>/<dataset-slug>'.
filesobject[]References to files already uploaded via the Kaggle REST API.
titlestringObligatorioDataset title shown on Kaggle.
keywordsstring[]Tags to improve discovery.
licensesobject[]ObligatorioProvide exactly one license entry.
subtitlestringBrief subtitle for the dataset card.
resourcesobject[]List of resource entries defined via metadata.
descriptionstringFull Markdown-formatted description.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Dataset StatusKAGGLE_DATASET_STATUSAcciónTool to get the status of a dataset upload or processing job. Use after uploading a dataset to check processing state.
KAGGLE_DATASET_STATUSAcciónTool to get the status of a dataset upload or processing job. Use after uploading a dataset to check processing state.
Parámetros de entrada
owner_slugstringObligatorioOwner of the dataset (username or organization).
dataset_slugstringObligatorioSlug (name) of the dataset.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Dataset VersionKAGGLE_DATASET_VERSIONAcciónTool to create a new dataset version on Kaggle. Use when you have updated files or metadata and need to publish a new version of an existing dataset.
KAGGLE_DATASET_VERSIONAcciónTool to create a new dataset version on Kaggle. Use when you have updated files or metadata and need to publish a new version of an existing dataset.
Parámetros de entrada
filesobject[]ObligatorioList of files to include in this version; each must reference an upload token
subtitlestringOptional new subtitle for the dataset
owner_slugstringObligatorioSlug of the dataset owner (username or organization)
descriptionstringOptional new description for the dataset
category_idsstring[]Optional list of category IDs to tag the dataset with
dataset_slugstringObligatorioSlug of the dataset to version
version_notesstringObligatorioNotes describing changes in the new dataset version
convert_to_csvbooleanWhether to convert tabular data to CSV
delete_old_versionsbooleanWhether to delete all previous versions when creating this new one
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Submit Competition EntryKAGGLE_KAGGLE_COMPETITION_SUBMITAcciónTool to submit an entry to a Kaggle competition. Use when you have already uploaded your file and obtained its blob token.
KAGGLE_KAGGLE_COMPETITION_SUBMITAcciónTool to submit an entry to a Kaggle competition. Use when you have already uploaded your file and obtained its blob token.
Parámetros de entrada
competitionstringObligatorioCompetition slug (URL name), e.g. 'titanic'
blob_file_tokensstringObligatorioToken returned by the file upload step identifying your submission file
submission_descriptionstringObligatorioA short message or description for this submission
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Kaggle Config DirectoryKAGGLE_KAGGLE_CONFIG_DIRAcciónTool to retrieve the directory of the Kaggle API configuration file. Use when you need to locate the directory containing your kaggle.json credentials.
KAGGLE_KAGGLE_CONFIG_DIRAcciónTool to retrieve the directory of the Kaggle API configuration file. Use when you need to locate the directory containing your kaggle.json credentials.
Parámetros de entrada
prefer_xdgbooleanPrefer XDG config home path on POSIX
platform_hintstringForce platform branch: 'windows' or 'posix'. If not set, auto-detect.
use_fallback_onlybooleanSkip CLI, compute directory using environment/platform defaults.
xdg_config_home_overridestringOverride XDG_CONFIG_HOME base directory for fallback computation.
override_kaggle_config_dirstringOverride directory to use as Kaggle config directory
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Kaggle Config FileKAGGLE_KAGGLE_CONFIG_FILEAcciónTool 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.
KAGGLE_KAGGLE_CONFIG_FILEAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Kaggle Configuration KeysKAGGLE_KAGGLE_CONFIG_KEYSAcciónTool to list local Kaggle API configuration keys. Use when you need to see which configuration options are set without revealing values.
KAGGLE_KAGGLE_CONFIG_KEYSAcciónTool to list local Kaggle API configuration keys. Use when you need to see which configuration options are set without revealing values.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Kaggle Config PathKAGGLE_KAGGLE_CONFIG_PATHAcciónTool to retrieve local Kaggle API configuration file path. Use when you need to know the location of the Kaggle config before operations.
KAGGLE_KAGGLE_CONFIG_PATHAcciónTool to retrieve local Kaggle API configuration file path. Use when you need to know the location of the Kaggle config before operations.
Parámetros de entrada
prefer_xdgbooleanPrefer XDG config home path on POSIX
platform_hintstringForce platform branch: 'windows' or 'posix'. If not set, auto-detect.
use_fallback_onlybooleanSkip CLI, compute path using environment/platform defaults.
xdg_config_home_overridestringOverride XDG_CONFIG_HOME base directory for fallback computation.
override_kaggle_config_dirstringOverride directory to use for kaggle.json
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Reset Kaggle ConfigurationKAGGLE_KAGGLE_CONFIG_RESETAcciónTool to reset local Kaggle CLI configuration to defaults. Clears CLI-managed keys ('competition', 'path', 'proxy').
KAGGLE_KAGGLE_CONFIG_RESETAcciónTool to reset local Kaggle CLI configuration to defaults. Clears CLI-managed keys ('competition', 'path', 'proxy').
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Set Kaggle ConfigurationKAGGLE_KAGGLE_CONFIG_SETAcciónTool to set a Kaggle CLI configuration parameter. Use when updating local CLI settings such as default download path or proxy. Ensure Kaggle CLI is installed.
KAGGLE_KAGGLE_CONFIG_SETAcciónTool to set a Kaggle CLI configuration parameter. Use when updating local CLI settings such as default download path or proxy. Ensure Kaggle CLI is installed.
Parámetros de entrada
namestringObligatorioenumConfiguration parameter to set. Must be one of 'competition', 'path', or 'proxy'.
competitionpathproxyvaluestringObligatorioValue to assign to the configuration parameter.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Unset Kaggle ConfigurationKAGGLE_KAGGLE_CONFIG_UNSETAcciónTool to unset a Kaggle CLI configuration parameter. Use when removing local CLI settings such as default download path or proxy. Ensure Kaggle CLI is installed.
KAGGLE_KAGGLE_CONFIG_UNSETAcciónTool to unset a Kaggle CLI configuration parameter. Use when removing local CLI settings such as default download path or proxy. Ensure Kaggle CLI is installed.
Parámetros de entrada
namestringObligatorioenumConfiguration parameter to unset. Must be one of 'competition', 'path', or 'proxy'.
competitionpathproxy
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
View Kaggle ConfigurationKAGGLE_KAGGLE_CONFIG_VIEWAcciónTool to view local Kaggle API configuration. Use when you need to confirm credentials before API calls.
KAGGLE_KAGGLE_CONFIG_VIEWAcciónTool to view local Kaggle API configuration. Use when you need to confirm credentials before API calls.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Kaggle Dataset InitKAGGLE_KAGGLE_DATASET_INITAcciónTool to initialize a dataset-metadata.json file in a local folder. Use when preparing a dataset folder before uploading to Kaggle.
KAGGLE_KAGGLE_DATASET_INITAcciónTool to initialize a dataset-metadata.json file in a local folder. Use when preparing a dataset folder before uploading to Kaggle.
Parámetros de entrada
pathstringFolder path to initialize dataset-metadata.json; defaults to current working directory.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Kaggle Dataset FilesKAGGLE_KAGGLE_DATASET_LIST_FILESAcciónTool to list files in a Kaggle dataset. Use when you need to retrieve paginated file listings by owner and dataset slugs, with optional version and paging controls.
KAGGLE_KAGGLE_DATASET_LIST_FILESAcciónTool to list files in a Kaggle dataset. Use when you need to retrieve paginated file listings by owner and dataset slugs, with optional version and paging controls.
Parámetros de entrada
page_sizeintegerNumber of items per page (default 20).
owner_slugstringObligatorioOwner of the dataset (username or organization).
page_tokenstringToken for pagination of results.
dataset_slugstringObligatorioSlug (name) of the dataset.
dataset_version_numberstringSpecific dataset version number, e.g., '1'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Kaggle Kernel InitKAGGLE_KAGGLE_KERNEL_INITAcciónTool to initialize a kernel-metadata.json file in a local folder. Use when preparing a kernel folder before pushing to Kaggle.
KAGGLE_KAGGLE_KERNEL_INITAcciónTool to initialize a kernel-metadata.json file in a local folder. Use when preparing a kernel folder before pushing to Kaggle.
Parámetros de entrada
pathstringFolder path to initialize kernel-metadata.json; defaults to current working directory.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Download kernel outputKAGGLE_KAGGLE_KERNEL_OUTPUTAcciónTool to download the output of a Kaggle kernel. Use when needing the latest kernel results locally.
KAGGLE_KAGGLE_KERNEL_OUTPUTAcciónTool to download the output of a Kaggle kernel. Use when needing the latest kernel results locally.
Parámetros de entrada
pathstringDirectory to download output to; defaults to current working directory.
forcebooleanIf true, force re-download even if file exists.
user_namestringObligatorioOwner of the kernel.
kernel_slugstringObligatorioSlug name of the kernel.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Kernel StatusKAGGLE_KERNELS_STATUSAcciónTool to get the status of a Kaggle kernel run. Use after submitting a kernel to monitor its execution state.
KAGGLE_KERNELS_STATUSAcciónTool to get the status of a Kaggle kernel run. Use after submitting a kernel to monitor its execution state.
Parámetros de entrada
userNamestringObligatorioUsername of the kernel owner
kernelSlugstringObligatorioSlug of the kernel run
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Kaggle DatasetsKAGGLE_LIST_DATASETSAcciónTool to list Kaggle datasets with filters and pagination. Use after authenticating with Kaggle API key.
KAGGLE_LIST_DATASETSAcciónTool to list Kaggle datasets with filters and pagination. Use after authenticating with Kaggle API key.
Parámetros de entrada
pageintegerPage number for paginated results. Default: 1.
sizestringDEPRECATED: use max_size and min_size instead. Legacy size filter. Default behavior: all.
userstringFilter datasets by a specific user or organization.
groupstringDisplay datasets by a particular group. Default: public.
searchstringSearch terms to filter datasets. Default: empty.
tagidsstringComma-separated list of tag IDs to filter by.
licensestringFilter datasets by license. Default: all.
sort_bystringSort the results (e.g., hottest, votes, updated). Default: hottest.
filetypestringFilter datasets by file type. Default: all.
max_sizeintegerMaximum dataset size in bytes.
min_sizeintegerMinimum dataset size in bytes.
Parámetros de salida
dataobject[]ObligatorioList of dataset objects matching the query parameters.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not