Tutorial: Create a New Tool
Audience: AI engineer
Time: ~30 minutes
Last updated: 2026-07-05
Outcome
A domain tool executable by PL-003 with permission checks.
Steps
- Implement tool handler in product module Application layer
- Register in product AI module tool registry
- Define input/output DTOs
- Enforce clinic scoping and authorization
- Add unit tests for handler logic
Breadcrumbs: Home → Tutorials → Create Tool