It would be nice to be able to extend the request from the handle method in the Tools. Something like this: ```php ... public function handle(QueryRequest $request): Response { $validated = $request->validated(); ... ```