magento_batch
Execute multiple Magector queries in one batch request to reduce round-trip overhead. Combine independent lookups like class, plugin, and observer searches into a single parallel call.
Instructions
Execute multiple Magector tool calls in a single request to reduce MCP round-trip overhead. Each query runs in parallel and returns combined results. Use this when you need 2+ independent lookups (e.g., find a class AND its plugins AND its observers in one call instead of three). Supported tools: magento_search, magento_find_class, magento_find_method, magento_find_plugin, magento_find_observer, magento_find_config, magento_find_event_flow, magento_find_di_wiring, magento_find_callers, magento_find_preference, magento_find_fieldset, magento_module_structure, magento_trace_dependency, magento_impact_analysis, magento_grep, magento_read, magento_ast_search, magento_find_dataobject_issues, magento_find_null_risks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | Array of tool calls to execute. Each entry has a "tool" name and "args" object. |