Files
gh-cskiro-claudex-api-tools/skills/strict-tool-implementer/reference/success-criteria.md
2025-11-29 18:16:46 +08:00

708 B

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

  • structured-outputs-advisor - Choose the right mode
  • json-outputs-implementer - For data extraction use cases