Initial commit

This commit is contained in:
jade
2026-08-14 18:16:14 +09:00
commit 22f4fab58d
656 changed files with 22614 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
name: agt_sales_area
display_name: GA 영업지역 조회
version: 1.0.0
category_key: agt
description:
function: GA 영업지역 조회 정보를 조회합니다.
when_to_use: GA·설계사 업무에서 GA 영업지역 조회 정보가 필요할 때 사용합니다.
when_not_to_use: 정보 변경, 승인 또는 실제 업무처리에는 사용하지 않습니다.
io_limits: 입력 식별자에 대한 모의 조회 데이터만 반환하며 외부 시스템을 변경하지 않습니다.
display_description: GA 영업지역 조회 정보를 안전한 모의 데이터로 제공합니다.
example_queries: ["GA 영업지역 조회 정보를 보여줘", "GA 영업지역 조회 결과를 확인해줘", "현재 GA 영업지역 조회 내용을 알려줘"]
read_only: true
destructive: false
idempotent: true
parameters_schema:
type: object
properties:
agentId: {type: string, description: 설계사번호, pattern: "^[A-Za-z0-9_-]{3,30}$"}
organizationId: {type: string, description: GA 조직번호, pattern: "^[A-Za-z0-9_-]{3,30}$"}
queryDate: {type: string, description: 조회 기준일, pattern: "^\\d{4}-\\d{2}-\\d{2}$"}
additionalProperties: false
tags: [agt, 조회, mock]
required_env_keys: []
owner_org: MCP_TOOL