You're viewing a demo portfolio

Join the waitlist
PRSM

remove_dois_from_collection

Active

Tool of Scite

declared in 1.0.0

Remove DOIs from a Collection. Works on both DOI-list and saved-search Collections. Requires EDITOR or ADMIN access. For a DOI-list Collection the DOIs are dropped from the list. For a saved-search Collection they are excluded (added to the exclude list) so they no longer appear even if the search would return them. DOIs not present are ignored. This removes papers from the Collection; it does not delete the Collection itself (use `delete_collection` for that). **Parameters:** - slug: The Collection slug (required). - dois: List of DOI strings to remove (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 remove, 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 →
remove_dois_from_collection — Scite — PRSM MCP