Scite Tools

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

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

Available Tools

scite_get_tallies (Type: BaseRESTTool)

Get smart citation tallies for a scientific paper using scite.ai. scite analyzes citation context…

scite_get_tallies tool specification

Tool Information:

  • Name: scite_get_tallies

  • Type: BaseRESTTool

  • Description: Get smart citation tallies for a scientific paper using scite.ai. scite analyzes citation contexts to classify citations as Supporting, Contradicting, or Mentioning. Returns counts of supporting citations (citations that confirm the paper’s claims), contradicting citations (citations that dispute claims), mentioning citations (neutral references), and total citing publications. Supporting-to-contradicting ratios help assess scientific consensus and reproducibility. Example: 10.1038/nature12303 has 13 supporting, 1 contradicting, 261 mentioning citations. Requires the paper’s DOI.

Parameters:

  • doi (string) (required) DOI of the paper to get citation tallies for (e.g., ‘10.1038/nature12303’, ‘10.1016/j.cell.2020.02.058’). Include the full DOI without URL prefix.

Example Usage:

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