forked from kimhyungsik/ax_hub_mcp_tool
Initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
name: lic_contract_review_document
|
||||
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
|
||||
@@ -0,0 +1,24 @@
|
||||
name: lic_contract_review_history
|
||||
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
|
||||
@@ -0,0 +1,24 @@
|
||||
name: lic_contract_review_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
|
||||
@@ -0,0 +1,24 @@
|
||||
name: lic_contract_review_status
|
||||
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
|
||||
@@ -0,0 +1,24 @@
|
||||
name: lic_product_coverage
|
||||
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
|
||||
@@ -0,0 +1,24 @@
|
||||
name: lic_product_info
|
||||
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
|
||||
@@ -0,0 +1,24 @@
|
||||
name: lic_product_premium_table
|
||||
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
|
||||
@@ -0,0 +1,24 @@
|
||||
name: lic_underwriting_additional_request
|
||||
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
|
||||
@@ -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
|
||||
@@ -0,0 +1,24 @@
|
||||
name: lic_underwriting_risk_grade
|
||||
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