← Back to all apps

Overview

Tools Available9
CategoryDeveloper_tools

Inspect models, datasets, Spaces, and research

Available Tools

Hugging Face provides 9 tools that can be used to interact with its services.

Dataset Search

dataset_search
Full Description

Find Datasets hosted on the Hugging Face hub. Returns comprehensive information about matching datasets including downloads, likes, tags, and direct links. Include links to the datasets in your response

Parameters

Optional
authorstring

Organization or user who created the dataset (e.g., 'google', 'facebook', 'allenai')

limitnumber

Maximum number of results to return

Default: 20
querystring

Search term. Leave blank and specify "sort" and "limit" to get e.g. "Top 20 trending datasets", "Top 10 most recent datasets" etc"

sortstring

Sort order: trendingScore, downloads, likes, createdAt, lastModified

Options:trendingScoredownloadslikescreatedAtlastModified
tagsarray

Tags to filter datasets (e.g., ['language:en', 'size_categories:1M<n<10M', 'task_categories:text-classification'])

Hf Doc Fetch

hf_doc_fetch
Full Description

Fetch a document from the Hugging Face or Gradio documentation library. For large documents, use offset to get subsequent chunks.

Parameters

Required
doc_urlstring

Documentation URL (Hugging Face or Gradio)

Optional
offsetnumber

Token offset for large documents (use the offset from truncation message)

Hf Doc Search

hf_doc_search
Full Description

Search and Discover Hugging Face Product and Library documentation. Send an empty query to discover structure and navigation instructions. You MUST consult this tool for the most up-to-date information when using Hugging Face libraries. Combine with the Product filter to focus results.

Parameters

Required
querystring

Start with an empty query for structure, endpoint discovery and navigation tips. Use semantic queries for targetted searches.

Optional
productstring

Filter by Product. Supply when known for focused results

Hf Jobs

hf_jobs
Full Description

Manage Hugging Face CPU/GPU compute jobs. Run commands in Docker containers, execute Python scripts with UV. List, schedule and monitor jobs/logs. Call this tool with no operation for full usage instructions and examples.

Parameters

Optional
argsobject

Operation-specific arguments as a JSON object

operationstring

Operation to execute. Valid values: "run", "uv", "ps", "logs", "inspect", "cancel", "scheduled run", "scheduled uv", "scheduled ps", "scheduled inspect", "scheduled delete", "scheduled suspend", "scheduled resume"

Options:runuvpslogsinspectcancelscheduled runscheduled uvscheduled psscheduled inspectscheduled deletescheduled suspendscheduled resume

Hf Whoami

hf_whoami
Full Description

Hugging Face tools are being used by authenticated user 'alexz-oai'

Hub Repo Details

hub_repo_details
Full Description

Get details for one or more Hugging Face repos (model, dataset, or space). Auto-detects type unless specified. README file may be requested from the external repository.

Parameters

Required
repo_idsarray

Repo IDs for (models|dataset/space) - usually in author/name format (e.g. openai/gpt-oss-120b)

Optional
include_readmeboolean

Include README from the repo

Default: False
repo_typestring

Specify lookup type; otherwise auto-detects

Options:modeldatasetspace

Model Search

model_search
Full Description

Find Machine Learning models hosted on Hugging Face. Returns comprehensive information about matching models including downloads, likes, tags, and direct links. Include links to the models in your response

Parameters

Optional
authorstring

Organization or user who created the model (e.g., 'google', 'meta-llama', 'microsoft')

librarystring

Framework the model uses (e.g., 'transformers', 'diffusers', 'timm')

limitnumber

Maximum number of results to return

Default: 20
querystring

Search term. Leave blank and specify "sort" and "limit" to get e.g. "Top 20 trending models", "Top 10 most recent models" etc"

sortstring

Sort order: trendingScore, downloads , likes, createdAt, lastModified

Options:trendingScoredownloadslikescreatedAtlastModified
taskstring

Model task type (e.g., 'text-generation', 'image-classification', 'translation')

Paper Search

paper_search
Full Description

Find Machine Learning research papers on the Hugging Face hub. Include 'Link to paper' When presenting the results. Consider whether tabulating results matches user intent.

Parameters

Required
querystring

Semantic Search query

Optional
concise_onlyboolean

Return a 2 sentence summary of the abstract. Use for broad search terms which may return a lot of results. Check with User if unsure.

Default: False
results_limitnumber

Number of results to return

Default: 12

Space Search

space_search
Full Description

Find Hugging Face Spaces using semantic search. IMPORTANT Only MCP Servers can be used with the dynamic_space toolInclude links to the Space when presenting the results.

Parameters

Required
querystring

Semantic Search Query

Optional
limitnumber

Number of results to return

Default: 10
mcpboolean

Only return MCP Server enabled Spaces

Default: False