Inspirehep Tools

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

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

Available Tools

InspireHEP_search_papers (Type: BaseRESTTool)

Search high-energy physics literature in the INSPIRE-HEP database, the premier repository for phy…

InspireHEP_search_papers tool specification

Tool Information:

  • Name: InspireHEP_search_papers

  • Type: BaseRESTTool

  • Description: Search high-energy physics literature in the INSPIRE-HEP database, the premier repository for physics papers in particle physics, astrophysics, and related fields. Returns paper titles, authors, abstract, citation count, DOI, and arXiv identifiers. No authentication required. Search syntax: ‘a einstein’ (author), ‘t higgs’ (title), ‘j phys.rev’ (journal), ‘cn cms’ (collaboration), ‘texkey smith:2024abc’. Covers 1.6 million+ records.

Parameters:

  • q (string) (required) INSPIRE search query. Examples: ‘higgs boson discovery’, ‘author:einstein’, ‘a:witten AND string theory’, ‘dark matter direct detection’, ‘cn:atlas AND higgs’, ‘t:gravitational waves’. Use field prefixes: a: or author:, t: or title:, j: journal, cn: collaboration

  • sort ([‘string’, ‘null’]) (optional) Sort order. Values: ‘mostrecent’ (default), ‘mostcited’. Examples: ‘mostcited’ to get highest-cited papers first

  • size ([‘integer’, ‘null’]) (optional) Number of results (1-25). Default: 10

  • fields ([‘string’, ‘null’]) (optional) Comma-separated fields to return. Default includes titles, authors, abstract, citations. Example: ‘titles,authors,abstract,citation_count,arxiv_eprints,dois’

Example Usage:

query = {
    "name": "InspireHEP_search_papers",
    "arguments": {
        "q": "example_value"
    }
}
result = tu.run(query)