← 返回
开发者工具 中文

Norman: Invoice Overdue Reminders

Find overdue invoices and send payment reminders (Zahlungserinnerungen / Mahnungen) to clients. Use when the user asks about unpaid invoices, overdue payment...
查找逾期发票并向客户发送付款提醒或催款函。适用于用户询问未付发票、逾期付款等情况。
stanlee000
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 826
下载
💾 7
安装
1
版本
#finance#invoicing#latest#mcp#norman#reminders

概述

Help the user manage overdue invoices and send payment reminders:

Step 1: Find overdue invoices

  • Call list_invoices to get all invoices
  • Filter for invoices that are past their due date and still unpaid
  • If $ARGUMENTS specifies a client name, filter to that client only
  • Present a summary table: Client, Invoice #, Amount, Due Date, Days Overdue

Step 2: Prioritize

Group overdue invoices by severity:

  • Gentle reminder (1-14 days overdue): First reminder, friendly tone
  • Second reminder (15-30 days overdue): Firmer tone, reference original due date
  • Final notice (30+ days overdue): Urgent, mention potential consequences

Step 3: Review before sending

For each overdue invoice (or batch per client):

  • Show the invoice details: amount, due date, days overdue
  • Show the client's contact info from get_client
  • Let the user decide whether to send a reminder or skip

Step 4: Send reminders

  • Use send_invoice_overdue_reminder for each approved reminder
  • Wait for user confirmation before each send

Step 5: Summary

Present a final report:

  • Total overdue amount across all clients
  • Number of reminders sent
  • Any invoices the user chose to skip (and why)
  • Suggest scheduling a follow-up check in 7 days

Important:

  • ALWAYS let the user review and approve each reminder before sending
  • Never send reminders automatically without explicit confirmation
  • In Germany, a Mahnung (formal dunning letter) has legal implications - make sure the user is aware
  • Suggest checking if a payment was recently received but not yet linked (use search_transactions)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 11:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,849
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,742
data-analysis

Financial Overview

stanlee000
获取企业完整财务概览,包括余额、最新交易、未付发票及税务义务。适用于...
★ 0 📥 1,630