Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

webdev_webhook_tester

Send a test HTTP request to any public webhook URL and inspect the live response. Verify your webhook receiver or HTTP endpoint end-to-end with custom method, headers, and body.

Instructions

Webhook Tester (send an outbound HTTP request to a public URL). Sends a real outbound HTTP request from this server to a user-supplied public webhook URL and returns the live response. Choose the GET/POST/PUT/PATCH/DELETE method, set custom headers, and attach a request body (POST/PUT/PATCH only) to deliver a test payload and inspect what the endpoint replies. Use this to verify a webhook receiver or HTTP endpoint end-to-end; use network_request_headers to only view request headers, network_website_status_checker for a plain status/uptime probe, or webdev_user_agent to parse a UA string. Network tool, openWorld, not read-only and not idempotent: each call hits the target and may mutate remote state. Private, localhost, .local, and reserved-IP targets are blocked; redirects are not followed; body limited to 128 KiB; up to 32 custom headers; 15s timeout. Rate limited (anonymous 5/min, 30/hour, 100/day; authenticated 20/min, 120/hour, 500/day) with CAPTCHA above 15/hour. Returns response status, statusText, head

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute http(s) webhook URL to send the request to. Must resolve to a public IP; localhost, .local, private, and reserved ranges are rejected.
methodNoHTTP method to use. Defaults to POST. Body is only sent for POST, PUT, and PATCH.POST
bodyNoRaw request body sent only with POST/PUT/PATCH. Max 131072 bytes (128 KiB).
headersNoCustom request headers as a name to value map (max 32). Host, content-length, connection, transfer-encoding, expect, and upgrade are blocked; CR/LF stripped from values.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNoTrue when the outbound request completed and a response was captured.
dataNo
metaNo
Behavior5/5

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

Annotations already indicate readOnlyHint=false, destructiveHint=false, idempotentHint=false, openWorldHint=true. The description goes far beyond: states each call hits the target and may mutate remote state, lists blocked targets (private, localhost, .local, reserved-IP), no redirects, body limit 128 KiB, max 32 headers, timeout 15s, and detailed rate limits with CAPTCHA condition. Provides comprehensive behavioral constraints.

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 fairly long but well-structured: starts with purpose, then details on methods/headers/body, use cases, constraints, and limitations. Every sentence adds value, but some minor redundancy could be trimmed. Still, it maintains good readability and front-loads key information.

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

Completeness5/5

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

Given 4 parameters (1 required, enum, nested object) and an output schema, the description covers all critical aspects: behavior, allowed inputs, restrictions, rate limits, and alternatives. The output schema exists so return values are not needed in description. It is complete enough for an agent to correctly select and invoke the tool.

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?

Input schema coverage is 100%, but the description adds meaningful context: method defaults to POST, body is only sent with POST/PUT/PATCH, headers description blocks specific headers and strips CR/LF, and the url description mentions rejection of private/localhost targets. While the schema already details parameter constraints, the description reinforces and adds nuance, so score 4.

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 it is a webhook tester that sends outbound HTTP requests and returns live responses. It lists supported methods, custom headers, and body usage. It distinguishes itself from sibling tools like network_request_headers, network_website_status_checker, and webdev_user_agent by specifying their different use cases.

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

Usage Guidelines5/5

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

Explicitly states when to use: 'Use this to verify a webhook receiver or HTTP endpoint end-to-end'. Provides clear alternatives: 'use network_request_headers to only view request headers, network_website_status_checker for a plain status/uptime probe, or webdev_user_agent to parse a UA string'. Also notes that it is not idempotent and may mutate remote state, guiding appropriate usage.

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/Jambozx/onlinecybertools-mcp-server'

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