Dataset Viewer
Auto-converted to Parquet Duplicate
input
stringclasses
1 value
question
stringlengths
15
6.98k
answer
stringlengths
0
7.08k
Where can I find live giveaways for beta access and games?
[{"name": "live_giveaways_by_type", "arguments": {"type": "beta"}}, {"name": "live_giveaways_by_type", "arguments": {"type": "game"}}]
I need to understand the details of the Ethereum blockchain for my cryptocurrency project. Can you fetch the details for 'ethereum'?
[{"name": "web_chain_details", "arguments": {"chain_slug": "ethereum"}}]
What is the T3MA for 'ETH/BTC' using a 1h interval and a time period of 14?
[{"name": "t3ma", "arguments": {"symbol": "ETH/BTC", "interval": "1h", "time_period": 14}}]
List titles originally aired on networks '1' and '8', released after 2010, sorted by release date in descending order.
[{"name": "list_titles", "arguments": {"network_ids": "1,8", "release_date_start": 20110101, "sort_by": "release_date_desc"}}]
Fetch the competitor standings for the recently concluded stage 98765.
[{"name": "stagecompetitorstandings", "arguments": {"is_id": 98765}}]
Fetch details for product 456789 with locale 'es_ES'.
[{"name": "product_id", "arguments": {"is_id": 456789, "locale": "es_ES"}}]
Identify the ID of 'Pulp Fiction' and search for torrents related to it.
[{"name": "get_id", "arguments": {"q": "Pulp Fiction"}}, {"name": "search_torrents", "arguments": {"keywords": "Pulp Fiction", "quantity": 10}}]
Can you find the time zone for a Canadian postal code G2J and a latitude-longitude pair of 48.8567,2.3508?
[{"name": "time_zone_api", "arguments": {"q": "G2J"}}, {"name": "time_zone_api", "arguments": {"q": "48.8567,2.3508"}}]
Determine the peak of the sequence [44, 46, 48, 50, 52] and the light travel time for 25 light years.
[{"name": "find_peak_element", "arguments": {"nums": [44, 46, 48, 50, 52]}}, {"name": "light_travel_time", "arguments": {"distance_in_light_years": 25}}]
Is 'https://www.apple.com' available in the Wayback Machine on September 9, 2015?
[{"name": "availability", "arguments": {"url": "https://www.apple.com", "timestamp": "20150909"}}]
Can you fetch poor quality backlinks for the domain 'example.com'? Also, generate a QR code for the text 'Visit our website at example.com'.
[{"name": "poor_backlinks", "arguments": {"domain": "example.com"}}, {"name": "qrcode", "arguments": {"data": "Visit our website at example.com"}}]
Fetch auto-complete results for 'winter coat' from Kohls and 'kitchen appliance' from Wayfair.
[{"name": "auto_complete_deprecating", "arguments": {"query": "winter coat"}}, {"name": "auto_complete", "arguments": {"query": "kitchen appliance"}}]
I need the schedules of matches happening on February 28, 2024.
[{"name": "matchschedules", "arguments": {"day": 28, "month": 2, "year": 2024}}]
I need to order 3 cartons of milk and 2 loaves of bread from the Safeway in Palo Alto, CA. Can you handle that?
[{"name": "place_safeway_order", "arguments": {"location": "Palo Alto, CA", "items": ["milk", "bread"], "quantity": [3, 2]}}]
You are researching TikTok trends and need to look up the profiles of 'trendsetter1' and 'viralvideo2'. How would you implement this using the 'get_search_user' function?
[{"name": "get_search_user", "arguments": {"is_id": "trendsetter1"}}, {"name": "get_search_user", "arguments": {"is_id": "viralvideo2"}}]
Could you find the details of the TikTok post with the ID '6923456789012345678'? Also, provide me with the latest posts under '#technology'.
[{"name": "get_post", "arguments": {"aweme_id": "6923456789012345678"}}, {"name": "hashtag_feed_video_posts_v2", "arguments": {"name": "technology"}}]
Please get the meta data for cryptocurrency markets in French (France) with UTC+1 offset.
[{"name": "get_meta_data", "arguments": {"locale_info": "fr-FR", "time_utc_offset": 3600}}]
Retrieve the highlight items for 'art_collector' on Instagram and the shorts from 'HistoryBuffs' on YouTube.
[{"name": "get_highlight_item", "arguments": {"is_id": "art_collector"}}, {"name": "channel_shorts", "arguments": {"channel_id": "HistoryBuffs"}}]
Future value of 2000 dollars at 2% for 8 years?
[{"name": "future_investment_value", "arguments": {"present_value": 2000, "annual_interest_rate": 0.02, "years": 8}}]
For a star party in Cape Town on April 10th, 2023, at 10 PM, what celestial bodies will be in the sky?
[{"name": "get_all_bodies_positions", "arguments": {"latitude": -34, "longitude": 18, "from_date": "2023-04-10", "to_date": "2023-04-10", "time": "22:00:00"}}]
What is the binary sum of 10010 and 11101?
[{"name": "binary_addition", "arguments": {"a": "10010", "b": "11101"}}]
Fetch detailed information about a product with ID 12345.
[{"name": "get_product", "arguments": {"is_id": 12345}}]
Could you fetch recommendations for experiment 24680 in the technology sector to improve user experience?
[{"name": "recommend", "arguments": {"experiment_id": 24680}}]
Can you fetch the location details for the NCAA Final Four event in 2019? Also, provide the unique stage image for the 5th stage in the Motorsport API.
[{"name": "location", "arguments": {"identifier": "2019"}}, {"name": "uniquestageimage", "arguments": {"is_id": 5}}]
In a Rock-Paper-Scissors game, what does the API say when I choose 'rock'? Furthermore, fetch comments for the video 'L0p3kJQP7kiw5Fk' with a US geolocation.
[{"name": "choice_endpoint", "arguments": {"choice": "rock"}}, {"name": "video_comments", "arguments": {"is_id": "L0p3kJQP7kiw5Fk", "gl": "US"}}]
Fetch 3 random movies from the database.
[{"name": "getrandommovie", "arguments": {"count": 3}}]
Can you provide the insider holders' information for Tesla's stock and the latest market trends in the US for crypto?
[{"name": "stock_insider_holders_stock", "arguments": {"symbol": "TSLA"}}, {"name": "market_trends", "arguments": {"trend_type": "CRYPTO", "country": "us"}}]
I'm curious about the top actors in Italy and any recent news about the environment from Italy.
[{"name": "actors_list_most_popular_celebs", "arguments": {"currentcountry": "IT"}}, {"name": "get_news", "arguments": {"category": "environment", "region": "it"}}]
Check if the Vimeo username 'john_doe_artist' is available.
[{"name": "vimeo", "arguments": {"username": "john_doe_artist"}}]
Is the year 2000 a leap year?
[{"name": "is_leap_year", "arguments": {"year": 2000}}]
Provide pre-match event details for event ID 5678 in English and Spanish.
[{"name": "prematch_event", "arguments": {"lang": "en", "evt": 5678}}, {"name": "prematch_event", "arguments": {"lang": "es", "evt": 5678}}]
I'm looking for information on competitions 'comp001' and 'comp002'. Can you help?
[{"name": "competitions_id", "arguments": {"is_id": "comp001"}}, {"name": "competitions_id", "arguments": {"is_id": "comp002"}}]
Project the investment growth for an initial amount of $10000, with an annual addition of $1000, over 5 years at a 5% return rate, with inflation rates of [2%, 2.5%, 3%, 3.5%, 4%].
[{"name": "project_investment_growth", "arguments": {"principal": 10000, "annual_addition": 1000, "years": 5, "return_rate": 0.05, "inflation": [0.02, 0.025, 0.03, 0.035, 0.04], "inflation_adjusted": true}}]
Retrieve time series snapshots for profile ID '12345'.
[{"name": "get_profile_series", "arguments": {"profile_id": "12345"}}]
What is the entity information for UID 654321 and what are the details of order 7?
[{"name": "get_data_entity_uid", "arguments": {"uid": 654321}}, {"name": "getorderbyid", "arguments": {"orderid": 7}}]
Place an order at the Safeway store in 'San Francisco, CA' for 3 apples, 2 loaves of bread, and 1 gallon of milk.
[{"name": "place_safeway_order", "arguments": {"location": "San Francisco, CA", "items": ["apples", "bread", "milk"], "quantity": [3, 2, 1]}}]
I need the photo of soccer player with ID 789.
[{"name": "players_photo", "arguments": {"player_id": 789}}]
What are the profiles of consumers 'ABC123', 'DEF456', and 'GHI789'?
[{"name": "consumers_detail", "arguments": {"is_id": "ABC123"}}, {"name": "consumers_detail", "arguments": {"is_id": "DEF456"}}, {"name": "consumers_detail", "arguments": {"is_id": "GHI789"}}]
Could you find the historical daily prices for Netflix and Adobe stocks for the past three months?
[{"name": "get_3_month_historical_daily_prices", "arguments": {"ticker": "NFLX"}}, {"name": "get_3_month_historical_daily_prices", "arguments": {"ticker": "ADBE"}}]
Can you fetch the categories and their child categories for the root category ID 214970 from Wayfair?
[{"name": "categories_list", "arguments": {"caid": 214970}}]
Retrieve the first page of games from the EvoSiss Game Database.
[{"name": "getgamelist", "arguments": {"page": 1}}]
Find articles from the last week about COVID-19 in the UK. Also, suggest keywords for 'healthcare technology'.
[{"name": "search", "arguments": {"q": "COVID-19", "gl": "UK", "tbs": "qdr:w"}}, {"name": "autosuggest", "arguments": {"q": "healthcare technology"}}]
Fetch a motivational quote about success.
[{"name": "motivation_quote", "arguments": {"quotes": "success"}}]
List languages for Germany.
[{"name": "language_list", "arguments": {"country": "DE"}}]
Could you provide the securities report for Rakuten?
[{"name": "getlistbysecuritiescode", "arguments": {"securities_code": 4755}}]
Find the minimum element in the rotated sorted array [4, 5, 6, 7, 0, 1, 2].
[{"name": "find_minimum_rotated_sorted_array", "arguments": {"nums": [4, 5, 6, 7, 0, 1, 2]}}]
What suggestions does the system offer for 'autum' and 'winer' in terms of seasonal clothing?
[{"name": "auto_complete_deprecating", "arguments": {"query": "autum"}}, {"name": "auto_complete_deprecating", "arguments": {"query": "winer"}}]
What is the longest common prefix of 'prefix', 'preamble', 'pretext'?
[{"name": "longest_common_prefix", "arguments": {"strs": ["prefix", "preamble", "pretext"]}}]
Retrieve the cheapest 15 townhouses in Delray Beach starting from the 5th listing.
[{"name": "getlistings", "arguments": {"sort": "PRICE_LOW", "offset": 5, "limit": 15, "city": "Delray Beach"}}]
Can you get a dirty drinking challenge and the latest short videos from a YouTube channel?
[{"name": "get_random_challange", "arguments": {"type": "dirty"}}, {"name": "channel_videos", "arguments": {"is_id": "UC-lHJZR3Gqxm24_Vd_AJ5Yw", "filter": "shorts_latest"}}]
Fetch the first 15 comments on a Twitter post with ID '1380500000000000000' and the followers of 'instagram_user_id_543' in batches of 25.
[{"name": "get_post_comments", "arguments": {"pid": "1380500000000000000", "count": "15"}}, {"name": "followers", "arguments": {"user_id": "instagram_user_id_543", "batch_size": 25}}]
What are the details of the Twitter user with ID '1234567890' and fetch the feed of Instagram user with ID 9876543210?
[{"name": "user_by_rest_id", "arguments": {"user_id": "1234567890"}}, {"name": "get_user_feed", "arguments": {"is_id": 9876543210}}]
Fetch the profile of the Pinterest user 'fashion_insider'.
[{"name": "get_user_profile", "arguments": {"username": "fashion_insider"}}]
Check if a Sudoku board is valid and draw 1 card. The board has numbers filled in a way that each row, column, and 3x3 box should have numbers 1-9 without repetition.
[{"name": "is_valid_sudoku", "arguments": {"board": [[5, 3, ".", ".", 7, ".", ".", ".", "."], [6, ".", ".", 1, 9, 5, ".", ".", "."], [".", 9, 8, ".", ".", ".", ".", 6, "."], [8, ".", ".", ".", 6, ".", ".", ".", 3], [4, ".", ".", 8, ".", 3, ".", ".", 1], [7, ".", ".", ".", 2, ".", ".", ".", 6], [".", 6, ".", ".", ".", "...
Get the following list of TikTok user '987654321' and the followers of the same user, with a count of 150 each.
[{"name": "get_user_following_list", "arguments": {"user_id": "987654321", "count": "150"}}, {"name": "get_user_follow_list", "arguments": {"sec_uid": "987654321", "type": "followers", "count": 150}}]
Get the latest AI projects from the first page and search Tirto for 'digital transformation' from page 1 with a limit of 5.
[{"name": "getprojects", "arguments": {"page": 1}}, {"name": "tirto_search", "arguments": {"limit": "5", "q": "digital transformation", "page": "1"}}]
I need a list of canvas genres in English and French.
[{"name": "canvas_genres_list", "arguments": {"language": "en"}}, {"name": "canvas_genres_list", "arguments": {"language": "fr"}}]
I need to search for 'decorative lamps' on Wayfair with page 2 and 24 items per page, and also get recommended products for store 400 with TCINs 55566 and 77788.
[{"name": "products_search", "arguments": {"keyword": "decorative lamps", "curpage": 2, "itemsperpage": 24}}, {"name": "products_v2_list_recommended", "arguments": {"store_id": 400, "tcins": 55566}}, {"name": "products_v2_list_recommended", "arguments": {"store_id": 400, "tcins": 77788}}]
Provide information on 'Carp' and 'Eel' from the Fish API.
[{"name": "fish_api_fish_name", "arguments": {"name": "Carp"}}, {"name": "fish_api_fish_name", "arguments": {"name": "Eel"}}]
Determine the GCD of 144 and 60.
[{"name": "greatest_common_divisor", "arguments": {"a": 144, "b": 60}}]
Search for visual matches and text detections for an image at 'https://example.com/sample.jpg' in the UK, in English.
[{"name": "image_search", "arguments": {"url": "https://example.com/sample.jpg", "country": "uk", "language": "en"}}]
I'm looking for the video URLs for the ID 'diyProjects' and the contents of the 'fitnessGoals' playlist.
[{"name": "get_video_urls", "arguments": {"is_id": "diyProjects"}}, {"name": "playlist", "arguments": {"is_id": "fitnessGoals"}}]
Retrieve the catalog albums from Billboard for the week starting on July 4, 2023.
[{"name": "catalog_albums", "arguments": {"week": "2023-07-04"}}]
I'm curious about Alice's progress on LeetCode. How many questions has she solved? Additionally, can you show me the first 5 posts from page 3 on FluentMe?
[{"name": "gettotalsolved", "arguments": {"username": "Alice"}}, {"name": "get_all_posts", "arguments": {"per_page": 5, "page": 3}}]
What are the growing conditions for a strain classified as medium difficulty?
[{"name": "difficulty", "arguments": {"difficulty": "medium"}}]
What is the electric field intensity at 3 meters from a 2 Coulomb charge, and at 4 meters from a 3 Coulomb charge?
[{"name": "calculate_electric_field", "arguments": {"charge": 2, "distance": 3}}, {"name": "calculate_electric_field", "arguments": {"charge": 3, "distance": 4}}]
Analyze a group of 30 people, with 15 extroverts and 15 introverts, focusing on leadership potential.
[{"name": "analyze_social_group_dynamics", "arguments": {"total": 30, "extroverts": 15, "introverts": 15}}]
I need to find some motivational workout music, preferably with a strong beat. Also, could you look up some romantic ballads by Ed Sheeran and any new jazz releases?
[{"name": "music_search", "arguments": {"query": "motivational workout music"}}, {"name": "music_search", "arguments": {"query": "Ed Sheeran romantic ballads"}}, {"name": "music_search", "arguments": {"query": "new jazz releases"}}]
Can you provide the number of medium-level problems solved by 'frontend_dev' and 'backend_dev' on LeetCode?
[{"name": "getmediumquestion", "arguments": {"username": "frontend_dev"}}, {"name": "getmediumquestion", "arguments": {"username": "backend_dev"}}]
Generate 10 random company names.
[{"name": "random_company", "arguments": {"size": 10}}]
Please provide the data for the Pokemon named 'Charizard' and roll 3 dice for me.
[{"name": "get_pokemon_data_by_name", "arguments": {"name": "Charizard"}}, {"name": "regular_dice", "arguments": {"dice": 3}}]
Please reverse the string 'Hello, world!'
[{"name": "reverse_string", "arguments": {"text": "Hello, world!"}}]
Can you fetch details for beverages with IDs 'B1234', 'D5678', and 'C3456'?
[{"name": "get_beverage_by_there_id", "arguments": {"is_id": "B1234"}}, {"name": "get_beverage_by_there_id", "arguments": {"is_id": "D5678"}}, {"name": "get_beverage_by_there_id", "arguments": {"is_id": "C3456"}}]
Can you fetch the cat image for HTTP status 404 and the SHA-1 checksum for Minecraft version 1.16.5?
[{"name": "get_status_cat_image", "arguments": {"status": "404"}}, {"name": "downloadminecraftjarchecksum", "arguments": {"minecraftversion": "1.16.5"}}]
Could you fetch the QR code for a phone with ID '1234567890' and another with ID '0987654321'?
[{"name": "getqrcode", "arguments": {"phone_id": "1234567890"}}, {"name": "getqrcode", "arguments": {"phone_id": "0987654321"}}]
Can you tell me the weather forecast for New York City for the next 5 days in Celsius?
[{"name": "getforecastweather", "arguments": {"q": "New York", "units": "metric", "cnt": 5}}]
How can I view the dashboard for the 'MNO345' survey using login 'user345' and key 'api345'?
[{"name": "dashboard", "arguments": {"login_id": "user345", "api_key": "api345", "survey_code": "MNO345"}}]
Convert the Gregorian dates '2023-01-01' and '2023-12-31' to Hijri.
[{"name": "tanggal", "arguments": {"tanggal": "2023-01-01"}}, {"name": "tanggal", "arguments": {"tanggal": "2023-12-31"}}]
Add the binary numbers '1110' and '0101'. Calculate the distance between points (1, 2, 3) and (4, 5, 6).
[{"name": "binary_addition", "arguments": {"a": "1110", "b": "0101"}}, {"name": "calculate_distance", "arguments": {"point1": [1, 2, 3], "point2": [4, 5, 6]}}]
Get the latest news from the BBC source.
[{"name": "news_source", "arguments": {"source_id": "bbc"}}]
What are the coordinates of Paris and Moscow?
[{"name": "geocode_city", "arguments": {"city": "Paris"}}, {"name": "geocode_city", "arguments": {"city": "Moscow"}}]
Could you provide me with the details of the top 5 hospitals in Douala, Cameroon, and the top 5 banks in Dar es Salaam, Tanzania? Also, could you validate the address with postcode 1075VB and house number 20 in Amsterdam, Netherlands?
[{"name": "facilities_lookup", "arguments": {"type": "hospital", "region": "Littoral", "city": "douala", "limit": 5}}, {"name": "facilities_lookup", "arguments": {"type": "bank", "region": "Dar es Salaam", "city": "Dar es Salaam", "limit": 5}}, {"name": "api_v1_addresses", "arguments": {"postcode": "1075VB", "housenumb...
Flatten the nested list [['a', 'b'], ['c', ['d', 'e']]]. Also, what is the factorial of 8?
[{"name": "flatten_list", "arguments": {"nested_list": [["a", "b"], ["c", ["d", "e"]]]}}, {"name": "calculate_factorial", "arguments": {"n": 8}}]
Please retrieve intraday data for the Dow Jones Industrial Average (DJI:INDEXUS) for the entire month of August 2023 with 30-minute intervals.
[{"name": "indexes_intraday", "arguments": {"interval": 30, "is_from": "2023-08-01", "to": "2023-08-31", "symbol": "DJI:INDEXUS"}}]
How likely is it to roll a sum of 25 with six 6-sided dice?
[{"name": "dice_roll_probability", "arguments": {"target_sum": 25, "num_dice": 6, "num_faces": 6}}]
What are the KFC locations listed on page 5?
[{"name": "get_all_kfc_locations", "arguments": {"page": 5}}]
Retrieve quotes from Radio World API, fetching 20 quotes per page and accessing the second page.
[{"name": "getallquotes", "arguments": {"limit": 20, "page": 2}}]
List the supported coins and provide the performance stats for predictions in the 'special' market.
[{"name": "get_supported_coins_handler", "arguments": {}}, {"name": "performance_stats_for_past_predictions", "arguments": {"market": "special"}}]
Get the annual balance sheet for Tesla in English and Spanish.
[{"name": "company_balance_sheet", "arguments": {"period": "ANNUAL", "symbol": "TSLA", "language": "en"}}, {"name": "company_balance_sheet", "arguments": {"period": "ANNUAL", "symbol": "TSLA", "language": "es"}}]
What were the top artists of 2019 according to the Billboard year-end chart?
[{"name": "top_artists", "arguments": {"year": "2019"}}]
What are the details of the product with ID 123456789 on 1688?
[{"name": "get_1688_product_detail", "arguments": {"is_id": 123456789}}]
What are the constructors for the Formula 1 season with ID 1001?
[{"name": "constructors", "arguments": {"season_id": 1001}}]
I need detailed information on the quote for Microsoft (MSFT).
[{"name": "quotes_get_mashup", "arguments": {"symbol": "MSFT"}}]
Check if 'deed' is a palindrome and find the cosine similarity between [0.5, 0.5, 0.5] and [1, 1, 1].
[{"name": "is_valid_palindrome", "arguments": {"s": "deed"}}, {"name": "cosine_similarity", "arguments": {"vector_a": [0.5, 0.5, 0.5], "vector_b": [1, 1, 1]}}]
What are the details of the Cardano blockchain? Also, convert 150 AUD to JPY.
[{"name": "web_chain_details", "arguments": {"chain_slug": "cardano"}}, {"name": "convert", "arguments": {"is_from": "AUD", "amount": 150, "to": "JPY"}}]
Could you list the upcoming free games on Epic Games Store for Germany, and also provide the player stats for 'Player123' in Valorant?
[{"name": "free_games", "arguments": {"country": "DE"}}, {"name": "get_player_info", "arguments": {"playerid": "Player123"}}]
Calculate the cell density of a sample with an OD of 0.6 and a dilution of 500, using the default calibration factor.
[{"name": "cell_density", "arguments": {"od": 0.6, "dilution": 500}}]
Can you tell me the current market cap of Bitcoin and the profile of Apple Inc.? I'm curious about their industry and location.
[{"name": "market_capitalization", "arguments": {"symbol": "BTC"}}, {"name": "profile", "arguments": {"symbol": "AAPL"}}]
Compute the area of a triangle with a base of 9.3 units and a height of 6.7 units.
[{"name": "triangle_area", "arguments": {"base": 9.3, "height": 6.7}}]
Can you find movies featuring Tom Hanks and also give me a random list of 5 actors?
[{"name": "get_movies_by_cast_name", "arguments": {"cast_name": "Tom Hanks"}}, {"name": "actors_random", "arguments": {"limit": 5}}]
End of preview. Expand in Data Studio

195,000 samples in total

50,000 samples from argilla/apigen-function-calling

50,000 samples from bigcode/self-oss-instruct-sc2-exec-filter-50k

20,000 samples from HuggingFaceH4/CodeAlpaca_20K

75,000 samples from ise-uiuc/Magicoder-OSS-Instruct-75K

Downloads last month
33