Skip to main content
Glama

每周报告检查器 MCP 服务器

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

特征

  • 检查谁还没有提交每周报告

  • 获取特定人员报告状态的详细信息

  • 查看提交统计数据

  • 获取所有应提交报告的团队成员的列表

Related MCP server: Cloud Monitoring API Server

先决条件

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

One-click Deploy
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Latest Blog Posts

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