name: sof_call_activity display_name: 콜 활동 현황 조회 version: 1.0.0 category_key: sof description: function: 콜 활동 현황 조회 정보를 조회합니다. when_to_use: GA 활동 업무에서 콜 활동 현황 조회 정보가 필요할 때 사용합니다. when_not_to_use: 정보 변경, 승인 또는 실제 업무처리에는 사용하지 않습니다. io_limits: 입력 식별자에 대한 모의 조회 데이터만 반환하며 외부 시스템을 변경하지 않습니다. display_description: 콜 활동 현황 조회 정보를 안전한 모의 데이터로 제공합니다. example_queries: ["콜 활동 현황 조회 정보를 보여줘", "콜 활동 현황 조회 결과를 확인해줘", "현재 콜 활동 현황 조회 내용을 알려줘"] 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: [sof, 조회, mock] required_env_keys: [] owner_org: MCP_TOOL