Skip to main content
Glama
pushplus

PushPlus MCP Server

Official
by pushplus

webhook 详情

open_webhook_detail

Retrieve webhook details by ID, including type, URL, and configuration. Supports custom webhooks with HTTP method, headers, and body.

Instructions

GET /open/webhook/detail - 查看 webhook 详情。 请求(url): webhookId(webhook编号,必填)。 统一响应: code(数字,200成功), msg(字符串), data(业务数据)。 data: id, webhookCode, webhookName, webhookType(webhook类型;1企业微信机器人,2钉钉,3飞书,4Server酱,50bark,6企业微信应用,7腾讯轻联,8IFTTT,9集简云,10Gotify,11WxPusher,12自定义), webhookTypeName, webhookUrl, createTime, httpMethod/headers/body(仅自定义类型返回)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
webhookIdYeswebhook编号
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description discloses that this is a GET/read operation with no side effects, and it details the unified response envelope and data fields. It also clarifies that httpMethod/headers/body are only returned for custom webhook types, which is useful behavioral context.

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 compact and well-structured: endpoint, required parameter, response envelope, then data fields. The enum list for webhookType is dense but informative and earns its place given there is no output schema.

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 one-parameter detail endpoint with no output schema and no annotations, the description is largely complete: it covers the request parameter and fully describes the response data. It could add more about error handling or auth, but nothing essential for selecting or invoking the tool is missing.

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

Parameters3/5

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

The input schema already provides 100% coverage for webhookId with type and description, so the baseline is 3. The description restates webhookId as required but adds little new parameter-level meaning beyond the schema. The extra enum detail about webhookType is about the response, not the request parameter.

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 explicitly states 'GET /open/webhook/detail - 查看 webhook 详情' with a specific verb and resource. The endpoint and field list clearly distinguish it from sibling tools like open_webhook_list, open_webhook_add, and open_webhook_delete.

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 description implies usage: it is for viewing a single webhook's details and requires a webhookId. However, it does not explicitly contrast with open_webhook_list or state when the detail view is preferable to other webhook operations.

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