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スプレッドシート「週報」へのアクセス

インストール

# Install the package pip install -e . # Install in Claude Desktop ./install_server.sh # or mcp install mcp_server.main --name "週報檢查器"

使用法

# 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