toolPrefix property
Optional prefix for all tool names in this scope.
When specified, this prefix is prepended to each tool name. Useful for organizing tools by domain (e.g., 'user_', 'order_') or avoiding collisions when aggregating tools from multiple sources. The prefix is applied after any custom name from @Tool.name.
Implementation
final String? toolPrefix;