name: iam_service_health display_name: 서비스 상태 조회 version: 1.0.0 category_key: iam 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: {environment: {type: string, description: 조회할 환경명, pattern: "^[a-zA-Z0-9_-]{2,20}$"}}, additionalProperties: false} tags: [iam, 서비스, mock] required_env_keys: [] owner_org: MCP_TOOL