FreshBooks

get_book_recommenders

Return every verified person who recommends a given book, with quotes and original source URLs.

Remote mostrecommendedbooks/books

Remote (network-hosted)

Other tools also called get_book_recommenders? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "minLength": 2
    }
  }
}