Skip to main content
Glama

Weekly Report Checker

by kaneyxx

주간 보고서 검사기 MCP 서버

Google 시트에서 주간 보고서 제출을 확인하는 MCP(Model Context Protocol) 서버입니다.

특징

  • 주간 보고서를 제출하지 않은 사람을 확인하세요
  • 특정인의 보고 상태에 대한 자세한 정보를 얻으세요
  • 제출 통계 보기
  • 보고서를 제출해야 하는 모든 팀원 목록을 받으세요

필수 조건

  • Python 3.10 이상
  • Google 시트 서비스 계정 JSON 파일( service_account.json )
  • "週報" Google 시트에 액세스

설치

지엑스피1

용법

# Run in development mode ./run_server.sh # or mcp dev mcp_server.main # Run directly python -m mcp_server.main # or weekly-report-server

예시 클라이언트

예제 클라이언트를 실행합니다.

python example_usage.py

API 참조

자원

  • weekly-report://status - 보고서를 제출하지 않은 사람을 가져옵니다.
  • weekly-report://stats - 제출 통계 가져오기
  • weekly-report://all-members - 모든 팀 멤버 가져오기
  • weekly-report://person/{name} - 특정 사람의 상태를 가져옵니다.

도구

  • check_missing_reports - 누락된 보고서 확인
  • check_person_report - 특정인의 보고서 확인
  • get_submission_stats - 제출 통계 가져오기
-
security - not tested
F
license - not found
-
quality - not tested

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 서버로, 사용자가 누락된 제출물을 확인하고, 통계를 보고, 개별 보고 상태를 추적할 수 있습니다.

  1. 특징
    1. 필수 조건
      1. 설치
        1. 용법
          1. 예시 클라이언트
            1. API 참조
              1. 자원
              2. 도구

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              An MCP server that provides tools and resources for managing a coding project's todo list, allowing users to view, add, update, and delete todo items with details like priority, status, and tags.
              Last updated -
              1
              Python
            • A
              security
              F
              license
              A
              quality
              An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
              Last updated -
              39
              28
              • Apple
            • -
              security
              A
              license
              -
              quality
              An MCP server for interacting with Google's Chronicle Security Operations suite, enabling users to search security events, get alerts, look up entities, list security rules, and retrieve IoC matches.
              Last updated -
              5
              Python
              Apache 2.0
            • -
              security
              F
              license
              -
              quality
              A simple MCP server that allows users to write and save weekly reports to text files in a dedicated reports directory.
              Last updated -
              Python

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/kaneyxx/weekly-report-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server