mendeley_add_document
Add academic documents to your Mendeley reference library by providing title, authors, publication details, and identifiers for organized research management.
Instructions
Add a new document to your Mendeley library.
Args:
title: Document title (required)
doc_type: Type - 'journal', 'book', 'conference_proceedings', etc.
authors: List of author dicts with 'first_name' and 'last_name'
year: Publication year
source: Journal/book name
abstract: Document abstract
identifiers: Dict with 'doi', 'pmid', 'isbn', etc.
Returns:
JSON object with the created document
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| doc_type | No | journal | |
| authors | No | ||
| year | No | ||
| source | No | ||
| abstract | No | ||
| identifiers | No |