Integrations
Provides tools for checking weekly report submissions in a Google Sheet, including identifying missing reports, viewing specific person's report status, and analyzing submission statistics.
주간 보고서 검사기 MCP 서버
Google 시트에서 주간 보고서 제출을 확인하는 MCP(Model Context Protocol) 서버입니다.
특징
- 주간 보고서를 제출하지 않은 사람을 확인하세요
- 특정인의 보고 상태에 대한 자세한 정보를 얻으세요
- 제출 통계 보기
- 보고서를 제출해야 하는 모든 팀원 목록을 받으세요
필수 조건
- Python 3.10 이상
- Google 시트 서비스 계정 JSON 파일(
service_account.json
) - "週報" Google 시트에 액세스
설치
지엑스피1
용법
Copy
예시 클라이언트
예제 클라이언트를 실행합니다.
Copy
API 참조
자원
weekly-report://status
- 보고서를 제출하지 않은 사람을 가져옵니다.weekly-report://stats
- 제출 통계 가져오기weekly-report://all-members
- 모든 팀 멤버 가져오기weekly-report://person/{name}
- 특정 사람의 상태를 가져옵니다.
도구
check_missing_reports
- 누락된 보고서 확인check_person_report
- 특정인의 보고서 확인get_submission_stats
- 제출 통계 가져오기
Copy
This server cannot be installed
Google 시트에서 주간 보고서 제출을 모니터링하고 분석을 제공하는 MCP 서버로, 사용자가 누락된 제출물을 확인하고, 통계를 보고, 개별 보고 상태를 추적할 수 있습니다.