Skip to main content
Glama

paperpal

by jerpint

semantic_search_papers_on_huggingface

Find relevant academic papers from HuggingFace using semantic search. Input a query to retrieve a list of papers with titles, summaries, IDs, and upvotes, tailored to your research needs.

Instructions

Search for papers on HuggingFace using semantic search.

Args: query (str): The query term to search for. It will automatically determine if it should use keywords or a natural language query, so format your queries accordingly. top_n (int): The number of papers to return. Default is 10, but you can set it to any number.
Returns: str: A list of papers with the title, summary, ID, and upvotes.

Input Schema

NameRequiredDescriptionDefault
queryYes
top_nNo

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" }, "top_n": { "default": 10, "title": "Top N", "type": "integer" } }, "required": [ "query" ], "title": "semantic_search_papers_on_huggingfaceArguments", "type": "object" }

Other Tools from paperpal

Related Tools

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/jerpint/paperpal'

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