24 lines
708 B
Markdown
24 lines
708 B
Markdown
# Success Criteria
|
|
|
|
## Implementation Checklist
|
|
|
|
- [ ] Tool schemas designed with `strict: true`
|
|
- [ ] All tools have `additionalProperties: false`
|
|
- [ ] Clear descriptions for tools and parameters
|
|
- [ ] Required fields properly specified
|
|
- [ ] Multi-tool workflow implemented
|
|
- [ ] Error handling for tool failures
|
|
- [ ] Refusal scenarios handled
|
|
- [ ] Agent tested with realistic scenarios
|
|
- [ ] Production patterns applied (retry, validation)
|
|
- [ ] Monitoring in place
|
|
|
|
## Official Documentation
|
|
|
|
https://docs.anthropic.com/en/docs/build-with-claude/structured-outputs
|
|
|
|
## Related Skills
|
|
|
|
- `structured-outputs-advisor` - Choose the right mode
|
|
- `json-outputs-implementer` - For data extraction use cases
|