週報チェッカー MCP サーバー
Google スプレッドシートで毎週のレポートの送信をチェックする MCP (Model Context Protocol) サーバー。
特徴
週報を提出していない人を確認する
特定の人物のレポートステータスに関する詳細情報を取得する
提出統計情報を表示する
レポートを提出する必要があるすべてのチームメンバーのリストを取得します
前提条件
Python 3.10以上
Google スプレッドシートのサービス アカウント JSON ファイル (
service_account.json
)Googleスプレッドシート「週報」へのアクセス
インストール
使用法
クライアントの例
サンプルクライアントを実行します。
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 -