find_readwise_documents_by_names
Search for specific documents in Readwise using document names. Returns matching Book objects or indicates when documents are not found.
Instructions
Find documents in Readwise by a list of names.
Args:
document_names (List[str]): The names of the documents to search for in Readwise.
Returns:
Dict[str, Optional[Book]]: A dictionary where keys are the requested document names
and values are the corresponding Book objects if found, or None otherwise.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_names | Yes |