Skip to main content
Glama

Weekly Report Checker

by kaneyxx

每周报告检查器 MCP 服务器

检查 Google Sheet 中每周报告提交情况的 MCP(模型上下文协议)服务器。

特征

  • 检查谁还没有提交每周报告
  • 获取特定人员报告状态的详细信息
  • 查看提交统计数据
  • 获取所有应提交报告的团队成员的列表

先决条件

  • Python 3.10 或更高版本
  • Google Sheets 服务帐户 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.

MCP 服务器监控并提供 Google Sheet 中每周报告提交的分析,允许用户检查缺失的提交、查看统计数据并跟踪个人报告状态。

  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