Skill Pack
Add new MCP tools with consistent patterns, input validation, and error handling. Use when
Patterns for building MCP tools with consistent input validation, error handling, and response formatting.
Every tool consists of:
get_user_profile)Standard create, read, update, delete operations. Follow consistent naming: create_item, get_item, update_item, delete_item.
Return paginated results with consistent response shapes. Include total count, page info, and filter metadata.
Trigger operations that don't follow CRUD patterns (e.g., send_notification, run_report).