Skip to main content
Glama
pushplus

PushPlus MCP Server

Official
by pushplus

新增 webhook

open_webhook_add

Add a new webhook configuration to PushPlus by providing code, name, type, and URL, with optional custom headers, method, and body for custom webhooks.

Instructions

POST /open/webhook/add - 新增 webhook 配置。 请求: webhookCode(编码,必填), webhookName(名称,必填), webhookType(webhook类型;1企业微信机器人,2钉钉,3飞书,4Server酱,50bark,6企业微信应用,7腾讯轻联,8IFTTT,9集简云,10Gotify,11WxPusher,12自定义,必填), webhookUrl(调用url,必填), httpMethod/headers/body(仅自定义类型12需要)。 统一响应: code(数字,200成功), msg(字符串), data(业务数据)。 data: 新建 webhook 编号(数字)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNobody内容(仅自定义类型需要)
headersNo请求头(仅自定义类型需要)
httpMethodNo请求方法(仅自定义类型需要)
webhookUrlYes调用的url地址
webhookCodeYeswebhook编码
webhookNameYeswebhook名称
webhookTypeYeswebhook类型;1企业微信机器人,2钉钉,3飞书,4Server酱,50bark,6企业微信应用,7腾讯轻联,8IFTTT,9集简云,10Gotify,11WxPusher,12自定义
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the transparency burden and does a solid job: it gives the exact verb/resource, required versus conditional parameters, the unified response shape, and clarifies that data contains the new webhook ID. It does not disclose authentication needs or duplicate/error behavior, but the main side effect and response contract are clearly stated.

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 dense but compact, front-loading the endpoint and creation intent, then covering request parameters and response in a logical order. It could be improved with clearer bullet/list formatting, but every piece of information earns its place.

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?

For a create operation with 7 parameters, no annotations, and no output schema, the description is largely complete: endpoint, required fields, type enum, conditional custom-type fields, and unified response/data format are all present. It lacks explicit guidance on authentication or when to use edit instead, but these are minor for invoking the tool correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaningful value by marking the four required fields explicitly, enumerating the webhookType values, and adding the conditional detail that httpMethod/headers/body are needed only for type 12 (custom), which is more specific than the schema's '仅自定义类型需要'.

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 opens with the HTTP endpoint and an explicit verb+resource: 'POST /open/webhook/add - 新增 webhook 配置' (add webhook configuration). This clearly states the operation and distinguishes it from sibling tools like open_webhook_edit, open_webhook_delete, and open_webhook_list.

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

Usage Guidelines3/5

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

The intended use is implied by '新增 webhook 配置' and the list of required fields, so an agent can infer this is for creating a new webhook. However, the description does not explicitly say when to choose this over open_webhook_edit/open_webhook_delete, nor does it provide exclusions or prerequisites such as token/auth requirements.

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

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/pushplus/pushplus-MCP-Server-TypeScript'

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