NAiOS IconNAiOS Logo
Volver al catálogo

Kaggle

kaggle

Kaggle is a platform for data science and machine learning competitions, offering datasets, notebooks, and a collaborative community.

Acciones
20
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to download competition data files. Use after confirming the competition ID.

Parámetros de entrada

  • idstringObligatorio

    Competition name (URL slug).

  • pathstring

    Destination folder where files will be saved; defaults to current working directory.

  • forceboolean

    If true, skip up-to-date checks and force re-download.

  • quietboolean

    If true, suppress progress output.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Initialize Kaggle ConfigurationKAGGLE_CONFIG_INITAcción

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).

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Dataset CreateKAGGLE_DATASET_CREATEAcción

Tool 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

  • idstringObligatorio

    Dataset identifier in the form '<owner>/<dataset-slug>'.

  • filesobject[]

    References to files already uploaded via the Kaggle REST API.

  • titlestringObligatorio

    Dataset title shown on Kaggle.

  • keywordsstring[]

    Tags to improve discovery.

  • licensesobject[]Obligatorio

    Provide exactly one license entry.

  • subtitlestring

    Brief subtitle for the dataset card.

  • resourcesobject[]

    List of resource entries defined via metadata.

  • descriptionstring

    Full Markdown-formatted description.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Dataset StatusKAGGLE_DATASET_STATUSAcción

Tool 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_slugstringObligatorio

    Owner of the dataset (username or organization).

  • dataset_slugstringObligatorio

    Slug (name) of the dataset.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Dataset VersionKAGGLE_DATASET_VERSIONAcción

Tool 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[]Obligatorio

    List of files to include in this version; each must reference an upload token

  • subtitlestring

    Optional new subtitle for the dataset

  • owner_slugstringObligatorio

    Slug of the dataset owner (username or organization)

  • descriptionstring

    Optional new description for the dataset

  • category_idsstring[]

    Optional list of category IDs to tag the dataset with

  • dataset_slugstringObligatorio

    Slug of the dataset to version

  • version_notesstringObligatorio

    Notes describing changes in the new dataset version

  • convert_to_csvboolean

    Whether to convert tabular data to CSV

  • delete_old_versionsboolean

    Whether to delete all previous versions when creating this new one

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Submit Competition EntryKAGGLE_KAGGLE_COMPETITION_SUBMITAcción

Tool 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

  • competitionstringObligatorio

    Competition slug (URL name), e.g. 'titanic'

  • blob_file_tokensstringObligatorio

    Token returned by the file upload step identifying your submission file

  • submission_descriptionstringObligatorio

    A short message or description for this submission

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Kaggle Config DirectoryKAGGLE_KAGGLE_CONFIG_DIRAcción

Tool 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_xdgboolean

    Prefer XDG config home path on POSIX

  • platform_hintstring

    Force platform branch: 'windows' or 'posix'. If not set, auto-detect.

  • use_fallback_onlyboolean

    Skip CLI, compute directory using environment/platform defaults.

  • xdg_config_home_overridestring

    Override XDG_CONFIG_HOME base directory for fallback computation.

  • override_kaggle_config_dirstring

    Override directory to use as Kaggle config directory

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Kaggle Config FileKAGGLE_KAGGLE_CONFIG_FILEAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Kaggle Configuration KeysKAGGLE_KAGGLE_CONFIG_KEYSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Kaggle Config PathKAGGLE_KAGGLE_CONFIG_PATHAcción

Tool 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_xdgboolean

    Prefer XDG config home path on POSIX

  • platform_hintstring

    Force platform branch: 'windows' or 'posix'. If not set, auto-detect.

  • use_fallback_onlyboolean

    Skip CLI, compute path using environment/platform defaults.

  • xdg_config_home_overridestring

    Override XDG_CONFIG_HOME base directory for fallback computation.

  • override_kaggle_config_dirstring

    Override directory to use for kaggle.json

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Reset Kaggle ConfigurationKAGGLE_KAGGLE_CONFIG_RESETAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Set Kaggle ConfigurationKAGGLE_KAGGLE_CONFIG_SETAcción

Tool 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

  • namestringObligatorioenum

    Configuration parameter to set. Must be one of 'competition', 'path', or 'proxy'.

    competitionpathproxy
  • valuestringObligatorio

    Value to assign to the configuration parameter.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Unset Kaggle ConfigurationKAGGLE_KAGGLE_CONFIG_UNSETAcción

Tool 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

  • namestringObligatorioenum

    Configuration parameter to unset. Must be one of 'competition', 'path', or 'proxy'.

    competitionpathproxy

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

View Kaggle ConfigurationKAGGLE_KAGGLE_CONFIG_VIEWAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Kaggle Dataset InitKAGGLE_KAGGLE_DATASET_INITAcción

Tool 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

  • pathstring

    Folder path to initialize dataset-metadata.json; defaults to current working directory.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Kaggle Dataset FilesKAGGLE_KAGGLE_DATASET_LIST_FILESAcción

Tool 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_sizeinteger

    Number of items per page (default 20).

  • owner_slugstringObligatorio

    Owner of the dataset (username or organization).

  • page_tokenstring

    Token for pagination of results.

  • dataset_slugstringObligatorio

    Slug (name) of the dataset.

  • dataset_version_numberstring

    Specific dataset version number, e.g., '1'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Kaggle Kernel InitKAGGLE_KAGGLE_KERNEL_INITAcción

Tool 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

  • pathstring

    Folder path to initialize kernel-metadata.json; defaults to current working directory.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Download kernel outputKAGGLE_KAGGLE_KERNEL_OUTPUTAcción

Tool to download the output of a Kaggle kernel. Use when needing the latest kernel results locally.

Parámetros de entrada

  • pathstring

    Directory to download output to; defaults to current working directory.

  • forceboolean

    If true, force re-download even if file exists.

  • user_namestringObligatorio

    Owner of the kernel.

  • kernel_slugstringObligatorio

    Slug name of the kernel.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Kernel StatusKAGGLE_KERNELS_STATUSAcción

Tool to get the status of a Kaggle kernel run. Use after submitting a kernel to monitor its execution state.

Parámetros de entrada

  • userNamestringObligatorio

    Username of the kernel owner

  • kernelSlugstringObligatorio

    Slug of the kernel run

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Kaggle DatasetsKAGGLE_LIST_DATASETSAcción

Tool to list Kaggle datasets with filters and pagination. Use after authenticating with Kaggle API key.

Parámetros de entrada

  • pageinteger

    Page number for paginated results. Default: 1.

  • sizestring

    DEPRECATED: use max_size and min_size instead. Legacy size filter. Default behavior: all.

  • userstring

    Filter datasets by a specific user or organization.

  • groupstring

    Display datasets by a particular group. Default: public.

  • searchstring

    Search terms to filter datasets. Default: empty.

  • tagidsstring

    Comma-separated list of tag IDs to filter by.

  • licensestring

    Filter datasets by license. Default: all.

  • sort_bystring

    Sort the results (e.g., hottest, votes, updated). Default: hottest.

  • filetypestring

    Filter datasets by file type. Default: all.

  • max_sizeinteger

    Maximum dataset size in bytes.

  • min_sizeinteger

    Minimum dataset size in bytes.

Parámetros de salida

  • dataobject[]Obligatorio

    List of dataset objects matching the query parameters.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not