group(...) when a set of tools belongs together.
Example
db_querydb_insert
When to use groups
- plugin tool bundles
- admin or internal tools
- database or API namespaces
- collision avoidance
Recommendation
If a plugin exposes public tools, prefer an optionalnamespace or prefix option and implement it with group(...).