QuickBooks

get_person_recommendations

Return every book a specific public figure has recommended, with verified quotes and original sources.

Remote mostrecommendedbooks/books

Remote (network-hosted)

Other tools also called get_person_recommendations? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 20,
      "maximum": 100,
      "minimum": 1
    },
    "person": {
      "type": "string",
      "minLength": 2
    }
  }
}