get_author
ActiveTool of uooks
declared in 0.1.0
Fetch an author's profile from Open Library by their author key (e.g., 'OL23919A'). Returns name, birth_date, death_date, biographical summary, and Wikipedia URL.
Parameters schema
{
"type": "object",
"examples": [
{
"author_key": "OL23919A"
}
],
"required": [
"author_key"
],
"properties": {
"author_key": {
"type": "string",
"description": "Open Library author key (e.g., OL23919A)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
uooks
https://github.com/pipeworx-io/mcp-books
1/7 registries