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 - 提出統計を取得する
Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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
              A simple MCP server that allows users to write and save weekly reports to text files in a dedicated reports directory.
              Last updated -
            • -
              security
              F
              license
              -
              quality
              An MCP server that provides access to Google Cloud Monitoring API, enabling interaction with cloud resources monitoring data through natural language commands.
              Last updated -
              • Linux
              • Apple
            • A
              security
              F
              license
              A
              quality
              An MCP server that enables querying and interacting with Google Cloud services including Logging, Spanner, Monitoring, and Cloud Trace through natural language.
              Last updated -
              17
              68
              1
            • -
              security
              F
              license
              -
              quality
              An 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 -

            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