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,22 @@
name: pct_maintenance_contact
display_name: 점검 담당자 조회
version: 1.0.0
category_key: pct
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:
category: {type: string, description: 조회할 공지 분류, pattern: "^[a-zA-Z0-9가-힣_\\s-]{2,30}$"}
additionalProperties: false
tags: [pct, 조회, mock]
required_env_keys: []
owner_org: MCP_TOOL