Sign inStart your trial

Hugging Face

Reference

135 actions for Hugging Face workflows.

01. Operations

Act on Hugging Face from a workflow

Operations are the actions a workflow can take in Hugging Face, grouped by category. Each lists its method, parameters, and a template you can drop it into.

Collections

1 operation

Organize and manage curated groups of models, datasets, and spaces within your Hugging Face workspace. Use these operations to create themed collections and retrieve existing ones for better project organization.

Action

Create Collection

HUGGING_FACE_CREATE_COLLECTION

Create a new collection on Hugging Face to organize and group related models, datasets, spaces, or papers together. This helps you curate themed resources and make them easier to discover and share with your audience.

5 input

Datasets

16 operations

Work with structured datasets including creation, updates, security scanning, and access management. These operations handle dataset versioning, metadata retrieval, comparison, and user permission requests across your data repositories.

Action

Check Dataset File Upload Method

HUGGING_FACE_CREATE_DATASETS_PREUPLOAD

Determine the optimal upload method for files before adding them to your Hugging Face dataset by checking whether files should use Large File Storage or direct upload based on size and repository configuration.

6 input
Action

Check Dataset Validity

HUGGING_FACE_CHECK_DATASET_VALIDITY

Verify whether a dataset on Hugging Face Hub is valid and determine which features like preview, search, and statistics are available for it. This helps ensure data quality before using or sharing datasets in your projects.

1 input
Action

Create Datasets Branch

HUGGING_FACE_CREATE_DATASETS_BRANCH

Creates a new branch in your Hugging Face dataset repository, allowing you to safely experiment with changes or maintain multiple versions of your data without affecting the main dataset.

6 input
Action

Create Datasets Commit

HUGGING_FACE_CREATE_DATASETS_COMMIT

Commits file changes to a Hugging Face dataset repository, allowing you to add, update, or delete files with support for large files. Use this to version control your training data and keep your datasets synchronized across your projects.

11 input
Action

Create Datasets Tag

HUGGING_FACE_CREATE_DATASETS_TAG

Mark specific versions of your Hugging Face datasets with named tags for easier identification and management. This helps you keep track of important dataset milestones and versions without manually managing revision numbers.

5 input
Action

Delete dataset branch

HUGGING_FACE_DELETE_DATASETS_BRANCH

Removes a branch from your Hugging Face dataset repository, allowing you to clean up experimental or outdated versions that are no longer needed.

3 input
Action

Delete Dataset Tag

HUGGING_FACE_DELETE_DATASETS_TAG

Remove a specific tag or version marker from a Hugging Face dataset repository to clean up outdated versions or incorrect labels.

3 input
Action

Filter dataset rows

HUGGING_FACE_FILTER_DATASET_ROWS

Filter and search specific rows in a Hugging Face dataset using simple query conditions to find relevant data subsets without downloading entire datasets.

7 input
Action

Get Dataset Croissant Metadata

HUGGING_FACE_GET_DATASET_CROISSANT

Retrieve structured metadata about a Hugging Face dataset in Croissant format, which provides standardized information about dataset contents, structure, and properties for machine learning projects.

1 input
Action

Get Dataset First Rows

HUGGING_FACE_GET_DATASET_FIRST_ROWS

Preview the first 100 rows of a Hugging Face dataset to understand its structure, data types, and content before using it in your projects. This helps you quickly assess whether a dataset meets your needs without downloading the entire file.

3 input
Action

Get Dataset Info

HUGGING_FACE_GET_DATASET_INFO

Retrieve comprehensive information about a Hugging Face dataset including its description, structure, splits, and metadata to understand what data is available before using it.

2 input
Action

Get Dataset Repository Info

HUGGING_FACE_GET_DATASET_REPO_INFO

Retrieve comprehensive metadata and information about a Hugging Face dataset, including downloads, likes, tags, configurations, and dataset card content. This helps you understand dataset details, popularity, and structure before integrating it into your projects.

2 input
Action

Get Dataset Rows

HUGGING_FACE_GET_DATASET_ROWS

Retrieve specific rows from a Hugging Face dataset without downloading everything, allowing you to inspect data samples and validate dataset quality before using them in your projects.

5 input
Action

Get Dataset Size

HUGGING_FACE_GET_DATASET_SIZE

Retrieve the size metrics of a Hugging Face dataset, including the total number of rows and storage size in bytes, to help you plan resource allocation and storage needs.

1 input
Action

Get Datasets Compare

HUGGING_FACE_GET_DATASETS_COMPARE

View the differences between two versions of a Hugging Face dataset to understand what data, files, or metadata have changed between commits or revisions.

4 input
Action

Get Datasets JWT

HUGGING_FACE_GET_DATASETS_JWT

Generates a JWT token for authenticated access to Hugging Face dataset repositories, enabling you to programmatically interact with private or restricted datasets with optional write permissions and custom expiration settings.

7 input

Discussions

5 operations

Facilitate conversations around models, datasets, and spaces through threaded discussions. Manage discussion creation, comments, status changes, and moderation to foster community engagement and knowledge sharing.

Action

Change Discussion Status

HUGGING_FACE_CHANGE_DISCUSSIONS_STATUS

Update the status of discussions in your Hugging Face repository to open, close, or manage conversation threads on your models, datasets, or spaces. This helps you control which discussions are active and organize community feedback.

6 input
Action

Create Discussion

HUGGING_FACE_CREATE_DISCUSSIONS

Start a new discussion on a Hugging Face repository to ask questions, report issues, or collaborate with the community on models, datasets, or Spaces.

6 input
Action

Create Discussion Comment

HUGGING_FACE_CREATE_DISCUSSIONS_COMMENT

Add comments or replies to discussions on Hugging Face models, datasets, or spaces to engage with the community and respond to feedback.

5 input
Action

Delete discussion

HUGGING_FACE_DELETE_DISCUSSIONS

Permanently removes a discussion from your Hugging Face repository, helping you keep your project space clean and organized by eliminating outdated or resolved conversations.

4 input
Action

Pin discussion

HUGGING_FACE_CREATE_DISCUSSIONS_PIN

Highlight important discussions in your Hugging Face repository by pinning them to the top, making them visible to collaborators and visitors without scrolling.

5 input

Inference

2 operations

Run machine learning models without managing infrastructure through hosted inference endpoints. Generate embeddings, text completions, and chat responses programmatically for your applications.

Action★ Featured

Generate Text Embeddings

HUGGING_FACE_GENERATE_EMBEDDINGS

Converts text into numerical vectors that capture semantic meaning, enabling you to find similar content, compare documents, and power intelligent search features without building ML models from scratch.

2 input
Action

Generate Chat Completion

HUGGING_FACE_GENERATE_CHAT_COMPLETION

Creates intelligent conversational responses based on a series of messages, supporting both text and image-based models for dynamic interactions. Perfect for building chatbots, customer support systems, and interactive applications that need contextual understanding.

17 input

Models

4 operations

Manage model repositories including creation, commits, branching, and security scanning. These operations cover model versioning, metadata retrieval, comparison, and access token generation for deployment.

Action

Check Models Upload Method

HUGGING_FACE_CHECK_MODELS_UPLOAD_METHOD

Determines whether files should be uploaded using the Large File mechanism or direct upload when preparing to store files in a Hugging Face model repository. This helps you choose the most efficient upload method before transferring your files.

6 input
Action

Create models branch

HUGGING_FACE_CREATE_MODELS_BRANCH

Create a new branch in your Hugging Face model repository to experiment with changes, maintain different versions, or work on features independently without affecting the main model.

6 input
Action

Create Models Commit

HUGGING_FACE_CREATE_MODELS_COMMIT

Save and version control updates to your model repository on Hugging Face, including adding new files, modifying existing ones, or removing outdated content. This keeps your AI models organized and allows you to track changes over time.

12 input
Action

Create Models Tag

HUGGING_FACE_CREATE_MODELS_TAG

Create named tags on your Hugging Face model repositories to mark specific versions or milestones for easy identification and tracking. This helps you organize model iterations and make important versions quickly discoverable for your team or users.

5 input

Notifications

1 operation

Monitor and manage alerts for activities related to your repositories and followed content. Control notification delivery to stay informed about relevant updates without overwhelming your workflow.

Action

Delete notifications

HUGGING_FACE_DELETE_NOTIFICATIONS

Remove unwanted notifications from your Hugging Face account by deleting specific discussions or bulk-clearing filtered notifications to reduce clutter.

11 input

Papers

5 operations

Discover, manage, and discuss academic papers within the Hugging Face ecosystem. Create indexes, search papers, claim authorship, and participate in paper-related conversations.

Action

Claim Paper Authorship

HUGGING_FACE_CLAIM_SETTINGS_PAPERS_CLAIM

Establish yourself as an author of an ArXiv paper on your Hugging Face profile to gain proper credit and visibility for your research work. This helps build your academic reputation and makes your contributions discoverable to others in the community.

3 input
Action

Create Paper Comment

HUGGING_FACE_CREATE_PAPERS_COMMENT

Add comments or feedback directly to research papers on Hugging Face, enabling you to engage with the research community and discuss findings with other researchers.

2 input
Action

Create Papers Comment Reply

HUGGING_FACE_CREATE_PAPERS_COMMENT_REPLY

Reply to comments on Hugging Face papers to engage in academic discussions and share feedback with the research community.

3 input
Action

Create Papers Index

HUGGING_FACE_CREATE_PAPERS_INDEX

Index a research paper from arXiv on Hugging Face to make it searchable and discoverable within the platform, enabling better visibility for your academic work or research projects.

1 input
Action

Get Daily Papers

HUGGING_FACE_GET_DAILY_PAPERS

Fetches the latest AI and machine learning research papers shared daily on Hugging Face, helping you stay informed about cutting-edge developments in your field.

7 input

Repositories

2 operations

Create and manage repositories while handling file listings and access requests. These operations support repository initialization, navigation, and permission management across your projects.

Action★ Featured

Create Repository

HUGGING_FACE_CREATE_REPO

Create a new repository on Hugging Face Hub to store and share machine learning models, datasets, or interactive Space applications. This sets up the foundation for publishing your AI work to a global audience of developers and researchers.

5 input
Action

Request Repository Access

HUGGING_FACE_CREATE_ASK_ACCESS

Request access to restricted models, datasets, or Spaces on Hugging Face Hub when you need to use resources that require approval from the repository owner.

4 input

Settings

1 operation

Configure account preferences, network security, and notification rules for your Hugging Face workspace. Manage infrastructure settings, watchers, and notification channels to customize your experience.

Action

Delete network CIDR list

HUGGING_FACE_DELETE_NETWORK_CIDR_LIST

Removes a network CIDR list entry from your Hugging Face Inference Endpoints configuration, allowing you to update which IP ranges can access your endpoints.

2 input

Spaces

10 operations

Build and deploy interactive applications with automatic scaling and managed hosting. Handle Space versioning, configuration management, secrets, and LFS file operations throughout the development lifecycle.

Action

Check Spaces Upload Method

HUGGING_FACE_CHECK_SPACES_UPLOAD_METHOD

Determines whether files should be uploaded using the Large File mechanism or direct upload when pushing files to a Hugging Face Space, ensuring optimal upload performance based on file size and type.

6 input
Action

Create or update Space secret

HUGGING_FACE_CREATE_SPACES_SECRETS

Securely store and manage sensitive configuration values like API keys, tokens, and credentials in your Hugging Face Space without exposing them in code. This operation creates a new secret or updates an existing one, ensuring your sensitive data remains protected.

5 input
Action

Create or update Space variable

HUGGING_FACE_CREATE_SPACES_VARIABLES

Create or update environment variables and configuration values in your Hugging Face Spaces to manage application settings dynamically. This is useful when you need to store API keys, secrets, or configuration parameters that your Space needs to function.

5 input
Action

Create spaces branch

HUGGING_FACE_CREATE_SPACES_BRANCH

Creates a new branch in your Hugging Face space repository, allowing you to develop and test changes independently without affecting your production space.

6 input
Action

Create Spaces Commit

HUGGING_FACE_CREATE_SPACES_COMMIT

Creates a commit in a Hugging Face Space repository to add, update, or delete files within your Space project. This allows you to version control and modify your Space's codebase and assets directly through automation.

12 input
Action

Create Spaces Tag

HUGGING_FACE_CREATE_SPACES_TAG

Mark important versions or milestones of your Hugging Face Space with named tags for easy reference and organization. This helps you track different releases, experiments, or stable versions of your AI models and applications.

5 input
Action

Delete space branch

HUGGING_FACE_DELETE_SPACES_BRANCH

Remove unused branches from your Hugging Face space repository to keep your project organized and reduce clutter. This permanently deletes the specified branch from your space.

3 input
Action

Delete space secret

HUGGING_FACE_DELETE_SPACES_SECRETS

Remove sensitive credentials or configuration values from your Hugging Face space when they're no longer needed or have been compromised. This permanently deletes the secret from your space's environment variables.

3 input
Action

Delete space variable

HUGGING_FACE_DELETE_SPACES_VARIABLES

Permanently removes configuration values or environment variables from your Hugging Face space when they're no longer needed.

3 input
Action

Delete Spaces Tag

HUGGING_FACE_DELETE_SPACES_TAG

Remove a specific tag from your Hugging Face space to clean up version history or correct labeling mistakes. This helps you maintain an organized repository and control which versions are publicly accessible.

3 input

Tools

1 operation

Create and manage SQL console embeds for data exploration and analysis. These operations enable you to build interactive query tools within your applications.

Action

Create SQL Console Embed

HUGGING_FACE_CREATE_SQL_CONSOLE_EMBED

Creates a shareable SQL query interface that lets others explore and analyze your Hugging Face datasets without needing direct platform access. This embeddable tool enables interactive data exploration through SQL queries across different dataset splits.

7 input

Webhooks

2 operations

Configure event-driven automation by managing webhook subscriptions for repository changes. Create, update, and monitor webhooks to trigger actions in external systems when events occur.

Action★ Featured

Create Webhook

HUGGING_FACE_CREATE_WEBHOOK

Set up automated notifications for repository or discussion events on Hugging Face by creating a webhook that sends real-time alerts when changes occur to your models, datasets, or spaces.

5 input
Action

Delete Settings Webhook

HUGGING_FACE_DELETE_SETTINGS_WEBHOOKS

Remove a webhook configuration from your Hugging Face account when you no longer need event notifications or want to stop sending data to an external service.

1 input

Communication

85 operations
Action

Enable or Disable Webhook

HUGGING_FACE_UPDATE_WEBHOOK_STATUS

Tool to enable or disable a webhook on Hugging Face.

2 input
Action

Get Authenticated User Info

HUGGING_FACE_GET_WHOAMI

Tool to get information about the authenticated Hugging Face user including username, email, organizations, and token details.

Action

Get Available Job Hardware

HUGGING_FACE_GET_JOBS_HARDWARE

Tool to retrieve available hardware configurations for Hugging Face Jobs with their specifications and pricing.

Action

Get Billing Usage V2

HUGGING_FACE_GET_SETTINGS_BILLING_USAGE_V2

Tool to retrieve user billing usage for a custom date range from Hugging Face.

2 input
Action

Get Dataset Notebook URL

HUGGING_FACE_GET_DATASETS_NOTEBOOK

Tool to get a Jupyter notebook URL from a Hugging Face dataset repository.

4 input
Action

Get dataset repository size

HUGGING_FACE_GET_DATASETS_TREESIZE

Tool to get the total size of a Hugging Face dataset repository at a specific revision and path.

4 input
Action

Get Dataset Security Scan

HUGGING_FACE_GET_DATASETS_SCAN

Tool to retrieve the security scan status of a Hugging Face dataset repository.

2 input
Action

Get Dataset Statistics

HUGGING_FACE_GET_DATASET_STATISTICS

Tool to get comprehensive statistics about a dataset split including column statistics and data distribution information.

3 input
Action

Get Dataset Tags by Type

HUGGING_FACE_GET_DATASETS_TAGS_BY_TYPE

Tool to retrieve all possible tags used for datasets on Hugging Face, grouped by tag type.

1 input
Action

Get Datasets Leaderboard

HUGGING_FACE_GET_DATASETS_LEADERBOARD

Tool to retrieve evaluation results ranked by score for a dataset's leaderboard.

3 input
Action

Get Datasets Resolve

HUGGING_FACE_GET_DATASETS_RESOLVE

Tool to resolve and download a file from a Hugging Face dataset repository.

6 input
Action

Get Datasets XET Read Token

HUGGING_FACE_GET_DATASETS_XET_READ_TOKEN

Tool to get a read short-lived access token for XET from Hugging Face datasets.

3 input
Action

Get Discussion Details

HUGGING_FACE_GET_DISCUSSION

Tool to get detailed information about a specific discussion or pull request on Hugging Face Hub.

3 input
Action

Get Jobs Usage

HUGGING_FACE_GET_SETTINGS_BILLING_USAGE_JOBS

Tool to retrieve Jobs usage and billing information for the current subscription period from Hugging Face.

Action

Get Live Billing Usage

HUGGING_FACE_GET_SETTINGS_BILLING_USAGE_LIVE

Tool to retrieve live billing usage stream from Hugging Face.

1 input
Action

Get MCP Settings

HUGGING_FACE_GET_SETTINGS_MCP

Tool to retrieve MCP (Model Context Protocol) tools configuration for the authenticated user.

Action

Get Model Information

HUGGING_FACE_GET_MODEL_INFO

Tool to retrieve detailed information about a Hugging Face model repository.

2 input
Action

Get model repository size

HUGGING_FACE_GET_MODELS_TREESIZE

Tool to get the total size of a Hugging Face model repository at a specific revision and path.

4 input
Action

Get Model Security Scan Status

HUGGING_FACE_GET_MODELS_SCAN

Tool to retrieve the security scan status of a Hugging Face model repository.

2 input
Action

Get Model Tags By Type

HUGGING_FACE_GET_MODEL_TAGS_BY_TYPE

Tool to retrieve all possible tags used for Hugging Face models, grouped by tag type.

1 input
Action

Get Model XET Read Token

HUGGING_FACE_GET_MODELS_XET_READ_TOKEN

Tool to retrieve a short-lived XET read access token for a Hugging Face model repository.

3 input
Action

Get Models Compare

HUGGING_FACE_GET_MODELS_COMPARE

Tool to compare two revisions of a Hugging Face model repository.

4 input
Action

Get Models JWT

HUGGING_FACE_GET_MODELS_JWT

Tool to generate a JWT token for accessing a Hugging Face model repository.

7 input
Action

Get Models Notebook

HUGGING_FACE_GET_MODELS_NOTEBOOK

Tool to retrieve a Jupyter notebook URL from a Hugging Face model repository.

4 input
Action

Get Organization Avatar

HUGGING_FACE_GET_ORGANIZATIONS_AVATAR

Tool to retrieve the avatar URL for a Hugging Face organization.

2 input
Action

Get Organization Members

HUGGING_FACE_GET_ORGANIZATIONS_MEMBERS

Tool to retrieve a list of members for a Hugging Face organization.

5 input
Action

Get Organization Social Handles

HUGGING_FACE_GET_ORGANIZATIONS_SOCIALS

Tool to retrieve an organization's social media handles from Hugging Face.

1 input
Action

Get Resolve

HUGGING_FACE_GET_RESOLVE

Tool to resolve a file in a Hugging Face repository.

6 input
Action

Get Resolve Cache Datasets

HUGGING_FACE_GET_RESOLVE_CACHE_DATASETS

Tool to resolve a file from cache in a Hugging Face dataset repository.

6 input
Action

Get Resolve Cache Models

HUGGING_FACE_GET_RESOLVE_CACHE_MODELS

Tool to resolve and retrieve files from the Hugging Face model cache.

6 input
Action

Get Resolve Cache Spaces

HUGGING_FACE_GET_RESOLVE_CACHE_SPACES

Tool to resolve and retrieve a file from Hugging Face Spaces cache.

6 input
Action

Get Settings Webhook

HUGGING_FACE_GET_SETTINGS_WEBHOOKS

Tool to retrieve a specific webhook configuration from Hugging Face settings.

1 input
Action

Get Space Info

HUGGING_FACE_GET_SPACE_INFO

Tool to retrieve detailed information about a Hugging Face Space repository.

2 input
Action

Get Space Metrics

HUGGING_FACE_GET_SPACES_METRICS

Tool to get live metrics for a specific Space in a streaming fashion, with SSE protocol, such as current Zero-GPU usage.

3 input
Action

Get space repository size

HUGGING_FACE_GET_SPACES_TREESIZE

Tool to get the total size of a Hugging Face space repository at a specific revision and path.

4 input
Action

Get Space Security Scan Status

HUGGING_FACE_GET_SPACES_SCAN

Tool to retrieve the security scan status of a Hugging Face space repository.

2 input
Action

Get Space XET Read Token

HUGGING_FACE_GET_SPACES_XET_READ_TOKEN

Tool to retrieve a short-lived XET read access token for a Hugging Face Space repository.

3 input
Action

Get Spaces Compare

HUGGING_FACE_GET_SPACES_COMPARE

Tool to compare two revisions of a Hugging Face Space repository.

4 input
Action

Get Spaces Events

HUGGING_FACE_GET_SPACES_EVENTS

Tool to stream status updates for a Hugging Face Space using SSE protocol.

4 input
Action

Get Spaces JWT

HUGGING_FACE_GET_SPACES_JWT

Tool to generate a JWT token for accessing a Hugging Face space repository.

7 input
Action

Get Spaces Notebook

HUGGING_FACE_GET_SPACES_NOTEBOOK

Tool to retrieve a Jupyter notebook URL from a Hugging Face space repository.

4 input
Action

Get Spaces Resolve

HUGGING_FACE_GET_SPACES_RESOLVE

Tool to resolve and retrieve a file from a Hugging Face Space repository.

6 input
Action

Get Spaces XET Write Token

HUGGING_FACE_GET_SPACES_XET_WRITE_TOKEN

Tool to retrieve a short-lived XET write access token for a Hugging Face space repository.

4 input
Action

Get Trending Repositories

HUGGING_FACE_GET_TRENDING

Tool to retrieve trending repositories from Hugging Face.

2 input
Action

Get User Avatar

HUGGING_FACE_GET_USERS_AVATAR

Tool to retrieve the avatar URL for a Hugging Face user.

2 input
Action

Get User Overview

HUGGING_FACE_GET_USERS_OVERVIEW

Tool to retrieve a comprehensive overview of a Hugging Face user's profile.

1 input
Action

Get User Social Handles

HUGGING_FACE_GET_USERS_SOCIALS

Tool to retrieve a user's social media handles from Hugging Face.

1 input
Action

Handle Dataset User Access Request

HUGGING_FACE_HANDLE_DATASETS_USER_ACCESS_REQUEST

Tool to handle a user's access request to a gated Hugging Face dataset.

6 input
Action

List Available Documentation

HUGGING_FACE_LIST_DOCS

Tool to retrieve the list of available documentation from Hugging Face.

Action

List Available Space Hardware

HUGGING_FACE_LIST_SPACES_HARDWARE

Tool to retrieve available hardware configurations for Hugging Face Spaces with their specifications and pricing.

Action

List Cloud Provider Vendors

HUGGING_FACE_LIST_VENDORS

Tool to list available cloud provider vendors for Hugging Face Inference Endpoints.

Action

List Collections

HUGGING_FACE_LIST_COLLECTIONS

Tool to list collections on the Hugging Face Hub.

7 input
Action

List Dataset Access Requests

HUGGING_FACE_LIST_DATASETS_USER_ACCESS_REQUEST

Tool to list access requests for a gated Hugging Face dataset repository.

6 input
Action

List Dataset Commits

HUGGING_FACE_LIST_DATASETS_COMMITS

Tool to list commits from a Hugging Face dataset repository.

5 input
Action

List Dataset Parquet Files

HUGGING_FACE_LIST_DATASET_PARQUET_FILES

Tool to get the list of Parquet files for a dataset.

1 input
Action

List Dataset Paths Info

HUGGING_FACE_LIST_DATASET_PATHS_INFO

Tool to list detailed information about specific paths in a Hugging Face dataset repository.

5 input
Action

List Dataset References

HUGGING_FACE_LIST_DATASETS_REFS

Tool to list all references (branches, tags, converts, pull requests) in a Hugging Face dataset repository.

3 input
Action

List Dataset Splits

HUGGING_FACE_LIST_DATASET_SPLITS

Tool to get the list of subsets and splits of a dataset.

1 input
Action

List Datasets

HUGGING_FACE_LIST_DATASETS

Tool to list datasets on the Hugging Face Hub.

7 input
Action

List Discussions

HUGGING_FACE_LIST_DISCUSSIONS

Tool to list discussions for a Hugging Face repository.

9 input
Action

List Inference Endpoints

HUGGING_FACE_LIST_ENDPOINTS

Tool to list Hugging Face Inference Endpoints for a specific user or organization.

5 input
Action

List Model Commits

HUGGING_FACE_LIST_MODELS_COMMITS

Tool to list commits from a Hugging Face model repository.

6 input
Action

List Model Paths Info

HUGGING_FACE_LIST_MODELS_PATHS_INFO

Tool to list detailed information about specific paths in a Hugging Face model repository.

5 input
Action

List Model References

HUGGING_FACE_LIST_MODELS_REFS

Tool to list all references (branches, tags, converts, and optionally pull requests) in a Hugging Face model repository.

3 input
Action

List Notifications

HUGGING_FACE_LIST_NOTIFICATIONS

Tool to list notifications for the authenticated Hugging Face user.

9 input
Action

List repository files

HUGGING_FACE_LIST_REPO_FILES

Tool to get the file tree of a Hugging Face repository with pagination support.

8 input
Action

List Space Commits

HUGGING_FACE_LIST_SPACES_COMMITS

Tool to list commits from a Hugging Face Space repository.

6 input
Action

List Space LFS Files

HUGGING_FACE_LIST_SPACES_LFS_FILES

Tool to list LFS (Large File Storage) files from a Hugging Face Space repository.

5 input
Action

List Space Paths Info

HUGGING_FACE_LIST_SPACES_PATHS_INFO

Tool to list detailed information about specific paths in a Hugging Face space repository.

5 input
Action

List Space References

HUGGING_FACE_LIST_SPACES_REFS

Tool to list all references (branches, tags, converts, pull requests) in a Hugging Face space repository.

3 input
Action

List Spaces on Hugging Face Hub

HUGGING_FACE_LIST_SPACES

Tool to list Spaces on the Hugging Face Hub with filtering options.

6 input
Action

List Webhooks

HUGGING_FACE_LIST_SETTINGS_WEBHOOKS

Tool to list all webhooks configured in Hugging Face settings.

Action

Search dataset

HUGGING_FACE_SEARCH_DATASET

Tool to search text in a dataset split on Hugging Face.

6 input
Action

Search Documentation

HUGGING_FACE_SEARCH_DOCS

Tool to search Hugging Face documentation across all products and libraries.

4 input
Action

Search Papers

HUGGING_FACE_SEARCH_PAPERS

Tool to perform hybrid semantic/full-text search on papers in Hugging Face.

2 input
Action

Squash Dataset Commits

HUGGING_FACE_SQUASH_DATASET_COMMITS

Tool to squash all commits in a dataset ref into a single commit with the given message.

4 input
Action

Squash Spaces Commits

HUGGING_FACE_SQUASH_SPACES_COMMITS

Tool to squash all commits in a space ref into a single commit with the given message.

4 input
Action

Update Dataset Settings

HUGGING_FACE_UPDATE_DATASETS_SETTINGS

Tool to update settings for a Hugging Face dataset repository.

8 input
Action

Update Discussion Title

HUGGING_FACE_UPDATE_DISCUSSIONS_TITLE

Tool to change the title of an existing discussion on a Hugging Face repository (model, dataset, or Space).

5 input
Action

Update Model Repository Settings

HUGGING_FACE_UPDATE_MODELS_SETTINGS

Tool to update settings for a Hugging Face model repository.

7 input
Action

Update Notification Settings

HUGGING_FACE_UPDATE_SETTINGS_NOTIFICATIONS

Tool to update notification settings for the authenticated Hugging Face user.

2 input
Action

Update Spaces Repository Settings

HUGGING_FACE_UPDATE_SPACES_SETTINGS

Tool to update settings for a Hugging Face Spaces repository.

8 input
Action

Update SQL Console Embed

HUGGING_FACE_UPDATE_SQL_CONSOLE_EMBED

Tool to update an existing SQL console embed for a Hugging Face dataset.

7 input
Action

Update Watch Settings

HUGGING_FACE_UPDATE_SETTINGS_WATCH

Tool to update watch settings for your Hugging Face account.

2 input
Action

Update Webhook

HUGGING_FACE_UPDATE_SETTINGS_WEBHOOKS

Tool to update an existing webhook in Hugging Face settings.

7 input
What now

Use Hugging Face in a workflow

Drop a trigger and an action into a template; approve from your phone; the workflow runs.