fix: add missing V17 YAML definition for cmm_customer_tool
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m52s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m52s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user