TLDR:
"Get a financial overview of Apple (AAPL)."
Query:
"Provide a comprehensive financial and operational overview of Apple Inc. (AAPL), including its latest quarterly balance sheet details, recent stock price trends over the past two years, current analyst recommendation trends, ownership structure by major shareholder types, key suppliers and customers in its supply chain, current U.S. prime loan rates for context, and a list of available forex symbols."
Tool Usage:
Tool Name | Tool Input | Tool Response |
---|---|---|
Finance-mboum_finance-stock_balance_sheet_stock | { "symbol": "AAPL" } | { "balanceSheetHistoryQuarterly": { "balanceSheetStatements": [ … ] } } |
Finance-yh_finance_complete-recommendation_trends | { "symbol": "AAPL" } | { "recommendationTrend": { "trend": [ … ], "maxAge": 86400 } } |
Finance-u_s_economic_indicators-prime_loan_rates | { } | { "Selected Interest Rates": { "1955-08-04": 3.25, …, "1955-11-14": 3.5 } } |
Finance-seeking_alpha_finance-symbols_shares | { "ticker_slug": "AAPL" } | { "data": [ { "id": "3827c8b7-bee5-48c6-b524-256c59fe1e7f", "type": "ownHoldingCompanySummary", "attributes": { "ownertypeid": "institutions", "sharesheld": 9164574189, "percentage": 61.00738685666086 } }, … ], "meta": { "totalShares": 15022073000 } } |
Finance-corporate_supply_chain-supply_chain | { "ticker": "AAPL" } | [ { "Ticker": "PKXFF", "Full Name": "POSCO", "Relationship": "Suppliers" }, … ] |
Finance-stock_prices-get_2_year_historical_monthly_prices | { "ticker": "AAPL" } | { "2021-08-01": { "Open": 144.6647, "High": 151.7122, "Low": 142.8263, "Close": 150.0714, "Dividends": 0.0, "Stock Splits": 0, "Volume": 1461542800.0 }, … } |
Finance-real_time_quotes-forex_symbols | { } | ["EUR","MYR","TZS","KZT","CNY",…,"KYD"] |
TLDR:
"Get stats and comments for 'Never Gonna Give You Up' plus current US trends."
Query:
"Can you provide detailed information about the YouTube video ‘Never Gonna Give You Up’ by Rick Astley, including its video details, latest comments, and popularity metrics? Also, can you show me some trending videos in the US currently? Additionally, please provide a list of recent YouTube influencer search queries."
Tool Usage:
Tool Name | Tool Input | Tool Response |
---|---|---|
Food-pizza_and_desserts-all_pizza_data | {} | [{'id':1,'name':'Margherita',…}, {'id':2,'name':'Tandoori Paneer',…}, …] |
eCommerce-unofficial_shein-products_search | { "keywords":"vegetarian pizza", "limit":5, … } | {'code':'0','msg':'ok','info':{'products':[{'goods_id':'56304471',…},…]}} |
Food-tasty-tags_list | {} | {'count':458,'results':[{'id':64444,'name':'north_american',…},…]} |
Food-pizza_and_desserts-all_desserts_data | {} | [{"id":1,"name":"Choco Sundae",…}, …] |
eCommerce-real_time_amazon_data-search | { "query":"vegetarian pizza", … } | {'status':'OK','data':{'total_products':173, …}} |
eCommerce-sephora-categories_list_root_deprecated | {} | {'breadcrumbs':[{'name':'Shop',…}], …} |
TLDR:
"List vegetarian pizzas and desserts at Pizza Hut plus online options."
Query:
"I’m interested in vegetarian pizzas and related desserts. Can you provide details on vegetarian pizzas available at Pizza Hut, including names, descriptions, prices, and images? Also, could you suggest some vegetarian pizza products available online from platforms like Shein and Amazon, with relevant pricing and images? Additionally, could you list some vegetarian-friendly food tags or cuisine types? Lastly, I’d like to know about dessert options available at Pizza Hut."
Tool Usage:
Tool Name | Tool Input | Tool Response |
---|---|---|
Food-pizza_and_desserts-all_pizza_data | {} | [{'id': 1, 'name': 'Margherita', 'veg': True, …}, …] |
eCommerce-unofficial_shein-products_search | { "keywords": "vegetarian pizza", "limit": 5, "page": 1, "max_price": 100, "min_price": 0, "filter": "", "sort": 0, "language": "en", "cat_id": "", "country": "US", "currency": "USD" } | {'code':'0','msg':'ok','info':{'products':[{'goods_id':'56304471',…},…]}} |
Food-tasty-tags_list | {} | {'count': 458, 'results': [{…}, …]} |
Food-pizza_and_desserts-all_desserts_data | {} | [{"id":1,"name":"Choco Sundae",…}, …] |
eCommerce-real_time_amazon_data-search | { "query": "vegetarian pizza", "brand": "", "min_price": 0, "max_price": 100, "country": "US", "category_id": "aps", "sort_by": "RELEVANCE", "page": "1" } | {'status':'OK','data':{'total_products':173,…}} |
eCommerce-sephora-categories_list_root_deprecated | {} | {'breadcrumbs':[{'name':'Shop',…}],…} |