You're viewing a demo portfolio

Join the waitlist
PRSM

add_dois_to_collection

Active

Tool of Scite

declared in 1.0.0

Add DOIs to a Collection. Works on both DOI-list and saved-search Collections. Requires EDITOR or ADMIN access. For a DOI-list Collection the DOIs are added to the list. For a saved-search Collection they are force-included (added to the manual include list) so they appear even if the search would not return them. DOIs already present are ignored. Use `create_collection` to make a new Collection or `remove_dois_from_collection` to take DOIs out. **Parameters:** - slug: The Collection slug (required). - dois: List of DOI strings to add (required, non-empty). **Returns:** The updated Collection with id, slug, name, and DOI counts.

Parameters schema

{
  "type": "object",
  "required": [
    "slug",
    "dois"
  ],
  "properties": {
    "dois": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of DOIs to add, e.g. ['10.1038/s41586-020-2649-2']"
    },
    "slug": {
      "type": "string",
      "description": "The Collection slug"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Scite

1/7 registries
View full server →