name: pct_maintenance_result 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