QuickBooks
get_summary
Return MRB's one-page summary of a book, optionally including complete chapter notes.
Remote mostrecommendedbooks/books
Remote (network-hosted)
Other tools also called get_summary?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"title": {
"type": "string",
"minLength": 2
},
"full_text": {
"type": "boolean",
"default": false
}
}
}