sch_get
Retrieve scholarly research data by providing a DOI, arXiv ID, or URL. Integrates with TOOL4LM for enhanced local LLM capabilities, enabling efficient academic information access and document reading.
Instructions
Alias of sch.get
Input Schema
Name | Required | Description | Default |
---|---|---|---|
arxivId | No | ||
doi | No | ||
url | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"arxivId": {
"type": "string"
},
"doi": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
}