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 - 获取提交统计数据
-
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.

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

  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