From 1d4e8b8ebdda4a02399fc9fc173a298b90bcd047 Mon Sep 17 00:00:00 2001 From: jade Date: Wed, 12 Aug 2026 18:24:10 +0900 Subject: [PATCH] fix: add missing V17 YAML definition for cmm_customer_tool --- .../cmm/cmm_customer_tool.yml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dap-was-oth/src/main/resources/tool-definitions/cmm/cmm_customer_tool.yml diff --git a/dap-was-oth/src/main/resources/tool-definitions/cmm/cmm_customer_tool.yml b/dap-was-oth/src/main/resources/tool-definitions/cmm/cmm_customer_tool.yml new file mode 100644 index 00000000..e1ad1b40 --- /dev/null +++ b/dap-was-oth/src/main/resources/tool-definitions/cmm/cmm_customer_tool.yml @@ -0,0 +1,28 @@ +name: cmm_customer_tool +display_name: 고객 통합 안내이력 조회 +version: 1.0.0 +category_key: cmm +description: + function: 고객의 통합 안내 이력을 조회하는 도구입니다. + when_to_use: 고객 ID와 조회 기간을 기반으로 해당 기간 동안의 안내 이력을 확인할 때 사용합니다. + when_not_to_use: 안내 이력을 생성하거나 수정할 때는 사용하지 않습니다. + io_limits: 안내 이력 조회만 수행하며 데이터를 변경하지 않습니다. +display_description: 고객의 통합 안내 이력을 조회합니다. +example_queries: ["고객 통합 안내이력 조회해줘", "특정 기간의 안내 이력을 확인해줘", "고객 번호로 안내 이력을 찾아줘"] +read_only: true +destructive: false +idempotent: true +parameters_schema: + type: object + properties: + csNo: {type: string, description: 고객번호} + ntleCd: {type: string, description: 안내장코드} + notiPmlMdCd: {type: string, description: 안내발송방법코드} + inqrStrYmd: {type: string, description: 조회시작일자} + inqrEndYmd: {type: string, description: 조회종료일자} + required: [csNo] + additionalProperties: false +tags: [고객, 통합안내이력] +legacy_interface_id: ONILD0320 +required_env_keys: [] +owner_org: MCP_TOOL