{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2606-25819","title":"Beyond Function Calling: Benchmarking Tool-Using Agents under Tool-Environment Unreliability","arxiv_id":"2606.25819","date":"2026-06-24","proceeding":null,"authors":["Yang Tian","Zhengpeng Shi","Yu Zhou","Bo Zhao"],"abstract":"Large language models are increasingly deployed as agents that solve tasks by interacting with external tool environments. Although recent tool-use benchmarks increasingly cover complex task settings, they still largely assume clean, stable, and trustworthy tool environments, leaving tool-environment unreliability insufficiently examined. We introduce ToolBench-X, a benchmark for evaluating agents under recoverable reliability hazards. ToolBench-X contains executable multi-step tasks across diverse domains and sequential, parallel, and mixed workflows, each paired with deterministic tools and a canonical final answer for automatic evaluation. Starting from clean tool environments, ToolBench-X injects five structured hazard types: Specification Drift, Invocation Error, Execution Failure, Output Drift, and Cross-source Conflict. Crucially, each injected instance remains solvable through at least one valid recovery path, such as retrying, fallback, verification, or cross-checking. Experiments reveal a substantial reliability gap: agents that perform well with reliable tools often fail under recoverable hazards. Further analysis shows that failures are driven less by tool-use volume or inference budget than by limited hazard diagnosis and ineffective recovery. Targeted recovery hints recover many failed tasks, while test-time scaling yields more limited gains. These results suggest that tool-use evaluation should move beyond function-call accuracy toward task completion under unreliable tool environments. The code and data is available at https://github.com/Foreverskyou/ToolBench-X.","url_abs":"https://arxiv.org/abs/2606.25819","url_pdf":"https://arxiv.org/pdf/2606.25819","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2606.25819","atlas_url":"https://app.syntology.ai/?focus=2606.25819","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2606.25819"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Foreverskyou/ToolBench-X","reach":null}],"summary":{"ran":6,"unverified":3},"by_repo_kind":{"found_in_text":{"samples":9,"ran":6,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"1711a1fe9bd3509f","entry":"build_task_key","repo":"Foreverskyou/ToolBench-X","repo_kind":"found_in_text","path":"gpt_gentask.py","file_url":"https://github.com/Foreverskyou/ToolBench-X/blob/HEAD/gpt_gentask.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1711a1fe9bd3509f"}},{"code_sha256_prefix":"4f156bde3bc8bda8","entry":"clean_code_block","repo":"Foreverskyou/ToolBench-X","repo_kind":"found_in_text","path":"gpt_genexception.py","file_url":"https://github.com/Foreverskyou/ToolBench-X/blob/HEAD/gpt_genexception.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4f156bde3bc8bda8"}},{"code_sha256_prefix":"b07b817e3b5ef352","entry":"is_quota_error","repo":"Foreverskyou/ToolBench-X","repo_kind":"found_in_text","path":"gpt_genexception.py","file_url":"https://github.com/Foreverskyou/ToolBench-X/blob/HEAD/gpt_genexception.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b07b817e3b5ef352"}},{"code_sha256_prefix":"53967305c83fd085","entry":"parse_response_to_json","repo":"Foreverskyou/ToolBench-X","repo_kind":"found_in_text","path":"gpt_gentask.py","file_url":"https://github.com/Foreverskyou/ToolBench-X/blob/HEAD/gpt_gentask.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"53967305c83fd085"}},{"code_sha256_prefix":"8f810d01950ce10c","entry":"safe_path_segment","repo":"Foreverskyou/ToolBench-X","repo_kind":"found_in_text","path":"gpt_genexception.py","file_url":"https://github.com/Foreverskyou/ToolBench-X/blob/HEAD/gpt_genexception.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8f810d01950ce10c"}},{"code_sha256_prefix":"c1b2c526641aace7","entry":"save_mock_code","repo":"Foreverskyou/ToolBench-X","repo_kind":"found_in_text","path":"gpt_gentool.py","file_url":"https://github.com/Foreverskyou/ToolBench-X/blob/HEAD/gpt_gentool.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c1b2c526641aace7"}},{"code_sha256_prefix":"f387a62d5b91f7a4","entry":"clean_ab_payload","repo":"Foreverskyou/ToolBench-X","repo_kind":"found_in_text","path":"export_openai_trajectory_clean.py","file_url":"https://github.com/Foreverskyou/ToolBench-X/blob/HEAD/export_openai_trajectory_clean.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f387a62d5b91f7a4"}},{"code_sha256_prefix":"3c32bd1b9aebbc44","entry":"clean_eval_payload","repo":"Foreverskyou/ToolBench-X","repo_kind":"found_in_text","path":"export_openai_trajectory_clean.py","file_url":"https://github.com/Foreverskyou/ToolBench-X/blob/HEAD/export_openai_trajectory_clean.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3c32bd1b9aebbc44"}},{"code_sha256_prefix":"37b74baadb3b4c44","entry":"clean_single_mode_payload","repo":"Foreverskyou/ToolBench-X","repo_kind":"found_in_text","path":"export_openai_trajectory_clean.py","file_url":"https://github.com/Foreverskyou/ToolBench-X/blob/HEAD/export_openai_trajectory_clean.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"37b74baadb3b4c44"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,885 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9623,"papers_checked":6885},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}