Google Calendar

search_papers

Search Google Scholar for academic papers, books, theses, and citations. Returns organic results with title, authors, snippet, citation count, and PDF links.

Remote google/scholar

Other tools also called search_papers? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "q": {
      "type": "string",
      "description": "Search query (paper title, author, topic, keywords)."
    },
    "hl": {
      "type": "string",
      "description": "Language code (default 'en')."
    },
    "num": {
      "type": "integer",
      "maximum": 20,
      "minimum": 1,
      "description": "Results per page (1-20, default 10)."
    },
    "start": {
      "type": "integer",
      "description": "Result offset for pagination (multiples of num)."
    },
    "as_sdt": {
      "type": "string",
      "description": "Search filter. '0,5' = articles excluding patents (default). '0,33' = case law. '4' = patents only."
    },
    "as_yhi": {
      "type": "integer",
      "description": "Latest publication year (inclusive)."
    },
    "as_ylo": {
      "type": "integer",
      "description": "Earliest publication year (inclusive). E.g. 2020."
    },
    "scisbd": {
      "enum": [
        1,
        2
      ],
      "type": "integer",
      "description": "Sort. 1 = include only abstracts; 2 = sort by date (most recent)."
    }
  }
}