QuickBooks

search_books

Search Most Recommended Books' human-curated catalog by book title or author name.

Remote mostrecommendedbooks/books

Remote (network-hosted)

Other tools also called search_books? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 6,
      "maximum": 25,
      "minimum": 1
    },
    "query": {
      "type": "string",
      "minLength": 2
    }
  }
}