name: voc_assign display_name: VOC 담당자 배정 version: 1.0.0 category_key: voc description: function: VOC 담당자 배정 기능을 수행합니다. when_to_use: 고객채널 업무에서 VOC 담당자 배정 기능이 필요할 때 사용합니다. when_not_to_use: 필수 식별자와 변경 내용이 확인되지 않은 경우에는 사용하지 않습니다. io_limits: 입력 범위에 대한 모의 처리 결과만 반환하며 외부 시스템을 직접 변경하지 않습니다. display_description: VOC 담당자 배정 기능을 안전한 모의 데이터로 제공합니다. example_queries: ["VOC 담당자 배정 해줘", "VOC 담당자 배정 결과를 알려줘", "VOC 담당자 배정 기능을 실행해줘"] read_only: false destructive: false idempotent: true parameters_schema: type: object properties: subjectId: {type: string, description: 업무 대상 식별자, pattern: "^[A-Za-z0-9_-]{3,40}$"} customerId: {type: string, description: 고객 식별자, pattern: "^[A-Za-z0-9_-]{3,40}$"} content: {type: string, description: 검색어 또는 처리 내용, maxLength: 2000} value: {type: string, description: 상태·유형·등급 또는 처리 값, maxLength: 100} assigneeId: {type: string, description: 담당자 식별자, pattern: "^[A-Za-z0-9_-]{3,40}$"} startDate: {type: string, description: 조회 시작일, pattern: "^\\d{4}-\\d{2}-\\d{2}$"} endDate: {type: string, description: 조회 종료일 또는 처리 예정일, pattern: "^\\d{4}-\\d{2}-\\d{2}$"} page: {type: integer, description: 페이지 번호, minimum: 0} size: {type: integer, description: 페이지 크기, minimum: 1, maximum: 100} additionalProperties: false tags: [voc, 고객채널, 처리, mock] required_env_keys: [] owner_org: MCP_TOOL