forked from kimhyungsik/ax_hub_mcp_tool
Feat: Add application-local.yml for email and other tools to allow overriding MCP functions
This commit is contained in:
42
axhub-tool-other/src/main/resources/application-local.yml
Normal file
42
axhub-tool-other/src/main/resources/application-local.yml
Normal file
@@ -0,0 +1,42 @@
|
||||
mcp:
|
||||
functions:
|
||||
status:
|
||||
description: "청구심사 상태 조회"
|
||||
prompt: "현재 접수된 청구건 상태를 알려줘."
|
||||
mappingId: "BILL_001"
|
||||
process:
|
||||
description: "청구 처리"
|
||||
prompt: "현재 접수된 청구건에 대한 심사 처리를 진행해."
|
||||
mappingId: "BILL_002"
|
||||
check:
|
||||
description: "발행 가능 여부 조회"
|
||||
prompt: "디지털 증권 발행 한도가 충분한지 확인해줘."
|
||||
mappingId: "BOND_001"
|
||||
issue:
|
||||
description: "증권 발행"
|
||||
prompt: "디지털 증권 발행 프로세스를 실행해."
|
||||
mappingId: "BOND_002"
|
||||
register_vacation:
|
||||
description: "휴가 등록"
|
||||
prompt: "내일 하루 연차 휴가를 등록해줘."
|
||||
mappingId: "HR_VAC_01"
|
||||
get_leave_count:
|
||||
description: "연차 갯수 조회"
|
||||
prompt: "현재 사용 가능한 남은 연차 일수를 알려줘."
|
||||
mappingId: "HR_VAC_02"
|
||||
contract_status:
|
||||
description: "계약상태 조회"
|
||||
prompt: "김신한 고객의 현재 계약 상태를 조회해줘."
|
||||
mappingId: "CNTR_001"
|
||||
contract_detail:
|
||||
description: "계약상세 조회"
|
||||
prompt: "김신한 고객의 계약 상세 내역을 알려줘."
|
||||
mappingId: "CNTR_002"
|
||||
grade:
|
||||
description: "고객등급 조회"
|
||||
prompt: "이 고객의 VIP 등급을 조회해줘."
|
||||
mappingId: "CRM_001"
|
||||
detail:
|
||||
description: "고객상세 정보 조회"
|
||||
prompt: "이 고객의 상세 기본정보(주소, 연락처 등)를 알려줘."
|
||||
mappingId: "CRM_002"
|
||||
Reference in New Issue
Block a user