Skip to main content
Glama

Hugging Face MCP Server

search-datasets

Find datasets on Hugging Face Hub by query, author, tags, and limit results. Enables precise dataset discovery for efficient research and model development.

Instructions

Search for datasets on Hugging Face Hub

Input Schema

NameRequiredDescriptionDefault
authorNoFilter by author/organization
limitNoMaximum number of results to return
queryNoSearch term
tagsNoFilter by tags

Input Schema (JSON Schema)

{ "properties": { "author": { "description": "Filter by author/organization", "type": "string" }, "limit": { "description": "Maximum number of results to return", "type": "integer" }, "query": { "description": "Search term", "type": "string" }, "tags": { "description": "Filter by tags", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shreyaskarnik/huggingface-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server