get_author_photo
Retrieve the URL for an author's photo by providing their Open Library Author ID (OLID). Use this tool to access visual profiles of authors for enhanced book-related searches.
Instructions
Get the URL for an author's photo using their Open Library Author ID (OLID e.g. OL23919A).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
olid | Yes | The Open Library Author ID (OLID) for the author (e.g. OL23919A). |
Input Schema (JSON Schema)
{
"properties": {
"olid": {
"description": "The Open Library Author ID (OLID) for the author (e.g. OL23919A).",
"type": "string"
}
},
"required": [
"olid"
],
"type": "object"
}