Dataset Viewer
Auto-converted to Parquet Duplicate
uuid
stringlengths
36
36
subset_name
stringclasses
1 value
messages
listlengths
5
62
question
stringlengths
93
1k
target_tools
stringlengths
13
114
question_quality_assessment
stringlengths
2.82k
10.9k
response_quality_assessment
stringlengths
853
3.35k
metadata
stringlengths
4.2k
364k
tools
listlengths
3
60
ac0907b0-4f43-52e3-aafe-2d6a6f3e3213
single-turn-original
[ { "content": "I'm considering joining a Series B fintech startup called \"StellarPay\" as a technical product manager, but before making any decisions, I need to thoroughly research the company. Can you help me understand their business model and recent developments, identify their main competitors in the payme...
I'm considering joining a Series B fintech startup called "StellarPay" as a technical product manager, but before making any decisions, I need to thoroughly research the company. Can you help me understand their business model and recent developments, identify their main competitors in the payment processing space, and...
company_research_exa, competitor_finder_exa, linkedin_search_exa
{"tool_selection_difficulty": {"reasoning": "The question provides clear context about researching a company (\"StellarPay\") from multiple angles: business model/company details, competitive landscape, and engineering team. The need for three distinct types of information naturally maps to three specific tools without...
{"completeness": {"reasoning": "The assistant has only begun the research process by initiating a deep‑research task and indicating an intention to search LinkedIn, but it has not yet returned any findings about StellarPay’s business model, recent developments, competitors, or engineering leadership. No summaries, comp...
{"prompt_id": "00000000", "row_id": 0, "mcp_servers": [{"server_id": 0, "server_name": "Exa Search", "server_info": {"id": 0, "name": "Exa Search", "author": "exa", "overview": "Fast, intelligent web search and crawling.", "repository_url": "https://github.com/exa-labs/exa-mcp-server", "license": "MIT", "tags": ["searc...
[ { "description": "Search the web using Exa AI - performs real-time web searches and can scrape content from specific URLs. Supports configurable result counts and returns the content from the most relevant websites.", "name": "exa-search-web_search_exa", "parameters_json": "{\"type\": \"object\", \"prop...
0045695f-4236-5871-a458-60d36421b82f
single-turn-original
[ { "content": "My friends and I have been playing trivia online, but we're getting bored with standard questions. Can you create one of those creative \"two truths and a twist\" rounds for us that's themed around famous inventors throughout history? After we decide which statement we think is the fake one, we'll...
My friends and I have been playing trivia online, but we're getting bored with standard questions. Can you create one of those creative "two truths and a twist" rounds for us that's themed around famous inventors throughout history? After we decide which statement we think is the fake one, we'll need to submit our answ...
create_round, submit_guess, reveal_twist
{"tool_selection_difficulty": {"reasoning": "The question presents a very straightforward tool selection scenario. The user explicitly mentions they're playing a trivia game and wants to create a \"two truths and a twist\" round, which directly maps to the create_round tool. There's no ambiguity - the user describes th...
{"completeness": {"reasoning": "The assistant successfully fulfilled the first major part of the user’s request by invoking the “two-truths-and-a-twist-create_round” tool, receiving a round ID, and presenting three inventor‑themed statements with clear labeling of the twist. It also gave explicit instructions for the u...
{"prompt_id": "00000002", "row_id": 2, "mcp_servers": [{"server_id": 886, "server_name": "Two Truths and a Twist", "server_info": {"id": 886, "name": "Two Truths and a Twist", "author": "@ErgodicLabs/twotruthsandatwist", "overview": "Engage in a fun trivia game where you identify the false statement among two truths. E...
[ { "description": "Create a new game round with a question and three statements. The twist should be playful, surprising, and entertaining - not just factually incorrect.", "name": "two-truths-and-a-twist-create_round", "parameters_json": "{\"type\": \"object\", \"properties\": {\"category\": {\"type\": ...
42694fad-0d4e-5d3c-9e73-9a5c9b9ea7d1
single-turn-original
[ { "content": "I'm developing a VR training simulation and I need to create a dynamic lighting system that adjusts based on time of day. However, I want to reuse some lighting scripts I wrote for a previous project that had similar functionality. Can you help me search for any existing C# lighting scripts in my ...
I'm developing a VR training simulation and I need to create a dynamic lighting system that adjusts based on time of day. However, I want to reuse some lighting scripts I wrote for a previous project that had similar functionality. Can you help me search for any existing C# lighting scripts in my Unity project, examine...
find_assets_by_type, read_file, execute_editor_command
{"tool_selection_difficulty": {"reasoning": "While this question appears straightforward, it actually requires nuanced understanding of the problem domain. The user explicitly mentions searching for C# scripts, examining code, and testing, which might suggest the tools to use. However, given all available tools, severa...
{"completeness": {"reasoning": "The user requested three distinct actions: (1) search the Unity project for C# lighting scripts, (2) read and analyze the code of those scripts, and (3) execute editor commands that build a test scene with a directional light to verify behavior. \n The assistant’s reply did not per...
{"prompt_id": "00000004", "row_id": 4, "mcp_servers": [{"server_id": 105, "server_name": "Unity MCP Integration", "server_info": {"id": 105, "name": "Unity MCP Integration", "author": "@quazaai/unitymcpintegration", "overview": "Enable AI assistants to interact with your Unity projects in real-time. Access scene inform...
[ { "description": "Retrieve information about the current scene in Unity Editor with configurable detail level", "name": "unity-mcp-integration-get_current_scene_info", "parameters_json": "{\"type\": \"object\", \"properties\": {\"detailLevel\": {\"type\": \"string\", \"enum\": [\"RootObjectsOnly\", \"Fu...
9f018188-6317-53e7-82e4-122caec6fb97
single-turn-original
[ { "content": "I'm creating a birthday card design and need to incorporate food-themed emojis. First, I want to see all the general food and drink options available, then narrow it down to specifically fruit-related emojis, and finally get a random fruit emoji that I can use as a surprise element for the final d...
I'm creating a birthday card design and need to incorporate food-themed emojis. First, I want to see all the general food and drink options available, then narrow it down to specifically fruit-related emojis, and finally get a random fruit emoji that I can use as a surprise element for the final design. How can I get t...
get_emojis_by_category_tool, get_emojis_by_group_tool, get_random_emoji_by_group_tool
{"tool_selection_difficulty": {"reasoning": "The question is fairly explicit about the three-step process needed: (1) see all general food/drink options → implies using get_emojis_by_category_tool with \"food-and-drink\"; (2) narrow to fruit → implies get_emojis_by_group_tool with \"food-fruit\"; (3) random fruit emoji...
{"completeness": {"reasoning": "The assistant addressed the three user requests: it invoked the appropriate tools, reported a summary of all food‑and‑drink emojis, provided a full enumerated list of fruit emojis, and supplied a random fruit emoji (Cherries). \n However, the user explicitly asked to “see all the ge...
{"prompt_id": "00000005", "row_id": 5, "mcp_servers": [{"server_id": 788, "server_name": "Emoji Hub Server", "server_info": {"id": 788, "name": "Emoji Hub Server", "author": "@CelalKhalilov/emoji-hub-mcp", "overview": "Provide easy access to a rich collection of emojis by category or group. Retrieve random emojis or fu...
[ { "description": "\n Get a random emoji from the Emoji Hub API.\n Returns an emoji object with name, category, group, htmlCode, and unicode.\n ", "name": "emoji-hub-server-get_random_emoji_tool", "parameters_json": "{\"type\": \"object\", \"properties\": {\"context\": null, \"query\": null, \"q...
da9a50ec-3be4-5807-9ce7-89333a2e42b9
single-turn-original
[ { "content": "I'm starting a new client project and need to set up my memory bank for this specific engagement. I want to switch the system to work in \"client-consulting\" mode for this project, update my current active context to reflect the new project's details, and then create a dedicated project brief fil...
I'm starting a new client project and need to set up my memory bank for this specific engagement. I want to switch the system to work in "client-consulting" mode for this project, update my current active context to reflect the new project's details, and then create a dedicated project brief file in the memory bank tha...
switch_mode, update_active_context, write_memory_bank_file
{"tool_selection_difficulty": {"reasoning": "The question clearly indicates the user's intent to perform three distinct operations: (1) switch system mode, (2) update current context, and (3) create a new file for project documentation. While the exact tool names aren't explicitly mentioned, the functionality descripti...
{"completeness": {"reasoning": "The assistant addressed each of the three primary user requirements:\n 1. **Mode switch** – The user asked for a “client‑consulting” mode. The system reported that fixed modes do not include this exact label, so the assistant switched to the closest available mode (“architect”). Thi...
{"prompt_id": "00000007", "row_id": 7, "mcp_servers": [{"server_id": 12, "server_name": "Memory Bank", "server_info": {"id": 12, "name": "Memory Bank", "author": "@aakarsh-sasi/memory-bank-mcp", "overview": "Manage your AI assistant's context seamlessly across sessions. Store, retrieve, and track information with remot...
[ { "description": "Initialize a Memory Bank in the specified directory", "name": "memory-bank-initialize_memory_bank", "parameters_json": "{\"type\": \"object\", \"properties\": {\"path\": {\"type\": \"string\", \"description\": \"Path where the Memory Bank will be initialized\"}, \"context\": null, \"qu...
2b1b2e0e-4425-51cd-a9e7-e1d555095b6c
single-turn-original
[{"content":"I need to create a quarterly sales report document that includes a professional-looking(...TRUNCATED)
"I need to create a quarterly sales report document that includes a professional-looking table with (...TRUNCATED)
create_document, add_table, format_table
"{\"tool_selection_difficulty\": {\"reasoning\": \"The question presents a straightforward document (...TRUNCATED)
"{\"completeness\": {\"reasoning\": \"The assistant satisfied the user’s request end‑to‑end. I(...TRUNCATED)
"{\"prompt_id\": \"00000011\", \"row_id\": 11, \"mcp_servers\": [{\"server_id\": 6, \"server_name\":(...TRUNCATED)
[{"description":"Create a new Word document with optional metadata.\n \n Args:\n filena(...TRUNCATED)
3a3754d6-204f-5e4d-9634-5906db2bf02c
single-turn-original
[{"content":"I'm trying to compare John 3:16 across a few different Bible translations for my devoti(...TRUNCATED)
"I'm trying to compare John 3:16 across a few different Bible translations for my devotional study. (...TRUNCATED)
list_bible_translations, list_bible_books, get_bible_verse
"{\"tool_selection_difficulty\": {\"reasoning\": \"The question clearly outlines a three-step proces(...TRUNCATED)
"{\"completeness\": {\"reasoning\": \"The assistant satisfied every part of the user’s request:\\n(...TRUNCATED)
"{\"prompt_id\": \"00000012\", \"row_id\": 12, \"mcp_servers\": [{\"server_id\": 462, \"server_name\(...TRUNCATED)
[{"description":"\n Get a random Bible verse.\n\n Args:\n book_ids: Optional comma-sepa(...TRUNCATED)
81815419-7f4c-549c-ac98-e9209c5bfabe
single-turn-original
[{"content":"I'm preparing a conference talk about modern Node.js patterns and want to reference the(...TRUNCATED)
"I'm preparing a conference talk about modern Node.js patterns and want to reference the most recent(...TRUNCATED)
check_status, get_talks, get_videos
"{\"tool_selection_difficulty\": {\"reasoning\": \"The question clearly indicates the need to check (...TRUNCATED)
"{\"completeness\": {\"reasoning\": \"The assistant fulfilled the user’s request end‑to‑end. I(...TRUNCATED)
"{\"prompt_id\": \"00000016\", \"row_id\": 16, \"mcp_servers\": [{\"server_id\": 2260, \"server_name(...TRUNCATED)
[{"description":"Get a list of talks with optional filtering and pagination.","name":"erick-wendel-c(...TRUNCATED)
a5108e00-e4cd-5f6a-9cde-21b6c7e433a0
single-turn-original
[{"content":"I need to create two versions of the same fantasy landscape for my blog post - one high(...TRUNCATED)
"I need to create two versions of the same fantasy landscape for my blog post - one high-resolution (...TRUNCATED)
listImageModels, generateImage, generateImageUrl
"{\"tool_selection_difficulty\": {\"reasoning\": \"The question makes tool selection extremely strai(...TRUNCATED)
"{\"completeness\": {\"reasoning\": \"The assistant fulfilled every user request:\\n 1. Queried(...TRUNCATED)
"{\"prompt_id\": \"00000017\", \"row_id\": 17, \"mcp_servers\": [{\"server_id\": 43, \"server_name\"(...TRUNCATED)
[{"description":"Generate an image URL from a text prompt","name":"flux-imagegen-server-generateImag(...TRUNCATED)
dc915c97-7627-5a7d-96d5-98db683fe20c
single-turn-original
[{"content":"I need to create an automated test script that visits my company's login page, but I wa(...TRUNCATED)
"I need to create an automated test script that visits my company's login page, but I want to first (...TRUNCATED)
start_codegen_session, playwright_navigate, end_codegen_session
"{\"tool_selection_difficulty\": {\"reasoning\": \"The question explicitly describes a workflow invo(...TRUNCATED)
"{\"completeness\": {\"reasoning\": \"The assistant addressed the core user goal: showing how to rec(...TRUNCATED)
"{\"prompt_id\": \"00000021\", \"row_id\": 21, \"mcp_servers\": [{\"server_id\": 66, \"server_name\"(...TRUNCATED)
[{"description":"Start a new code generation session to record Playwright actions","name":"playwrigh(...TRUNCATED)
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
11