주간 보고서 검사기 MCP 서버
Google 시트에서 주간 보고서 제출을 확인하는 MCP(Model Context Protocol) 서버입니다.
특징
주간 보고서를 제출하지 않은 사람을 확인하세요
특정인의 보고 상태에 대한 자세한 정보를 얻으세요
제출 통계 보기
보고서를 제출해야 하는 모든 팀원 목록을 받으세요
필수 조건
Python 3.10 이상
Google 시트 서비스 계정 JSON 파일(
service_account.json
)"週報" Google 시트에 액세스
설치
지엑스피1
용법
예시 클라이언트
예제 클라이언트를 실행합니다.
API 참조
자원
weekly-report://status
- 보고서를 제출하지 않은 사람을 가져옵니다.weekly-report://stats
- 제출 통계 가져오기weekly-report://all-members
- 모든 팀 멤버 가져오기weekly-report://person/{name}
- 특정 사람의 상태를 가져옵니다.
도구
check_missing_reports
- 누락된 보고서 확인check_person_report
- 특정인의 보고서 확인get_submission_stats
- 제출 통계 가져오기
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Google 시트에서 주간 보고서 제출을 모니터링하고 분석을 제공하는 MCP 서버로, 사용자가 누락된 제출물을 확인하고, 통계를 보고, 개별 보고 상태를 추적할 수 있습니다.
Related MCP Servers
- -securityFlicense-qualityA simple MCP server that allows users to write and save weekly reports to text files in a dedicated reports directory.
- -securityFlicense-qualityAn MCP server that provides access to Google Cloud Monitoring API, enabling interaction with cloud resources monitoring data through natural language commands.Last updated -
- AsecurityFlicenseAqualityAn MCP server that enables querying and interacting with Google Cloud services including Logging, Spanner, Monitoring, and Cloud Trace through natural language.Last updated -17551
- -securityFlicense-qualityAn MCP server that enables interaction with Google Sheets through natural language, allowing users to create, read, update, and manage spreadsheet data via the Google Sheets API v4.Last updated -