scholarfetch_saved_remove
ActiveTool of ScholarFetch
declared in 1.12.4
Remove one paper from a named in-memory reading list by DOI or exact title.
Parameters schema
{
"type": "object",
"title": "scholarfetch_saved_removeArguments",
"properties": {
"doi": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Doi",
"default": null
},
"title": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Title",
"default": null
},
"collection": {
"type": "string",
"title": "Collection",
"default": "default"
}
}
}Parent server
ScholarFetch
https://github.com/laibniz/scholarfetch
1/7 registries