Skip to main content
Glama
zhengziha

jzt-sepp-mcp-server

by zhengziha

monitor_add

Set up automated defect monitoring with periodic polling and alerts for new or overdue defects, targeting a specific assignee or defaulting to the current user.

Instructions

新增一个缺陷监控任务(自动定时轮询 + 提醒)。

  • 负责人不填时默认监控"我"(默认用户 郑自航/1001967);也可指定: fuzzy_responser(userId/姓名/账号,查别人),或 dev_responser_id / test_responser_id(用 get_users 查 userId)

  • new_defect_alert: 是否提醒新增缺陷

  • timeout_alert / timeout_hours: 是否提醒处理超时,超过 N 小时未处理(默认 2 小时)

  • 首次执行为基线检查(只记录不提醒),之后开始提醒。

  • 提醒通过 webhook(钉钉/企微/飞书)或邮件发送,未配置时仅打印日志。 建议先 monitor_run_once 建立基线。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
statusNo1,2,3,4,5,6
timeout_alertNo
timeout_hoursNo
fuzzy_responserNo
dev_responser_idNo
interval_minutesNo
new_defect_alertNo
test_responser_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden. It discloses key behaviors: first execution is baseline (record-only), reminders start afterwards; notifications via webhook/email, logging otherwise. It also explains default assignee behavior. Missing details like persistence or immediate activation, but these are less critical for a creation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-organized with bullet points, front-loading the main purpose. It is reasonably concise but includes some redundant phrasing; still, every element adds value for a 9-parameter tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (9 params, no annotations) and that an output schema exists (though not shown), the description covers essential aspects: parameters, behavior, prerequisites, and suggestions. It doesn't explicitly address error cases or permissions, but these are not critical for initial use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides zero description coverage, so the description compensates fully. It explains fuzzy_responser, dev/test_responser_id, timeout_alert/hours, new_defect_alert, and interval_minutes, adding meaning beyond the schema's bare types and defaults.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: creating a defect monitoring task with periodic polling and reminders. The verb 'add' is explicit, and it's distinguished from sibling tools like monitor_run_once, monitor_list, etc. by naming what it does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides a concrete usage suggestion: '建议先 monitor_run_once 建立基线' (recommends running monitor_run_once first to establish baseline). It also explains how to specify a responser using get_users. However, it doesn't explicitly state when not to use this tool or compare directly with all siblings, so it falls short of full guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/zhengziha/jzt-sepp-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server