Semantic Scholar Tools

Configuration File: semantic_scholar_tools.json Tool Type: Local Tools Count: 1

This page contains all tools defined in the semantic_scholar_tools.json configuration file.

Available Tools

SemanticScholar_search_papers (Type: SemanticScholarTool)

Search for papers on Semantic Scholar including abstracts. This tool queries the Semantic Scholar…

SemanticScholar_search_papers tool specification

Tool Information:

  • Name: SemanticScholar_search_papers

  • Type: SemanticScholarTool

  • Description: Search for papers on Semantic Scholar including abstracts. This tool queries the Semantic Scholar API using natural language keywords and returns papers with details such as title, abstract, publication year, journal (venue), and URL. Rate limits: 1 req/sec without API key, 100 req/sec with SEMANTIC_SCHOLAR_API_KEY environment variable set.

Parameters:

  • query (string) (required) Search query for Semantic Scholar. Use keywords separated by spaces to refine the search.

  • limit (integer) (required) Maximum number of papers to return from Semantic Scholar.

Example Usage:

query = {
    "name": "SemanticScholar_search_papers",
    "arguments": {
        "query": "example_value",
        "limit": 10
    }
}
result = tu.run(query)