forked from kimhyungsik/ax_hub_mcp_tool
Initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
name: lic_underwriting_result
|
||||
display_name: 언더라이팅 인수심사 결과 조회
|
||||
version: 1.0.0
|
||||
category_key: lic
|
||||
description:
|
||||
function: 언더라이팅 인수심사 결과 조회 정보를 조회합니다.
|
||||
when_to_use: 상품·계약심사 업무에서 언더라이팅 인수심사 결과 조회 정보가 필요할 때 사용합니다.
|
||||
when_not_to_use: 정보 변경, 승인 또는 실제 업무처리에는 사용하지 않습니다.
|
||||
io_limits: 입력 식별자에 대한 모의 조회 데이터만 반환하며 외부 시스템을 변경하지 않습니다.
|
||||
display_description: 언더라이팅 인수심사 결과 조회 정보를 안전한 모의 데이터로 제공합니다.
|
||||
example_queries: ["언더라이팅 인수심사 결과 조회 정보를 보여줘", "언더라이팅 인수심사 결과 조회 결과를 확인해줘", "현재 언더라이팅 인수심사 결과 조회 내용을 알려줘"]
|
||||
read_only: true
|
||||
destructive: false
|
||||
idempotent: true
|
||||
parameters_schema:
|
||||
type: object
|
||||
properties:
|
||||
productCode: {type: string, description: 상품코드, pattern: "^[A-Za-z0-9_-]{3,30}$"}
|
||||
contractId: {type: string, description: 계약심사번호, pattern: "^[A-Za-z0-9_-]{3,30}$"}
|
||||
queryDate: {type: string, description: 조회 기준일, pattern: "^\\d{4}-\\d{2}-\\d{2}$"}
|
||||
additionalProperties: false
|
||||
tags: [lic, 조회, mock]
|
||||
required_env_keys: []
|
||||
owner_org: MCP_TOOL
|
||||
Reference in New Issue
Block a user