Skip to main content
Glama
HyrosOG

Hyros MCP

by HyrosOG

Create Webhook Subscription

hyros_create_webhook_subscription

Set up webhook subscriptions to receive Hyros events at your HTTPS endpoint. Returns a one-time secret key to verify incoming payload signatures.

Instructions

Subscribe an endpoint to Hyros events. Returns a secretKey used to verify the X-Hyros-Signature header on delivered payloads; the key is shown only once, so surface it to the user immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesSubscription name
targetUrlYesHTTPS URL that will receive the event POSTs
eventTypesYesEvents to subscribe to
Behavior5/5

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

Beyond the annotation readOnlyHint=false, the description discloses a critical behavior: the returned secretKey is shown only once and must be surfaced to the user immediately. This is essential context for handling the tool's output and is not present in annotations or schema. No contradictions with annotations.

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

Conciseness5/5

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

The description is two sentences, front-loaded with the primary purpose and followed by the critical secretKey detail. Every sentence earns its place with no redundant or fluff content.

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 tool with no output schema, the description sufficiently covers the action, the one-time secretKey return, and the verification header. It does not explain error cases or prerequisites, but the schema provides parameter constraints (e.g., HTTPS URL). This is adequately complete given the tool's simplicity.

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?

Schema description coverage is 100%, so the parameters (name, targetUrl, eventTypes) are already well-documented in the schema. The description adds no additional parameter-level meaning beyond what the schema provides, matching the baseline for high schema coverage.

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 function: 'Subscribe an endpoint to Hyros events.' This is a specific verb+resource combination that distinguishes it from sibling tools like hyros_get_webhook_subscriptions (list) and hyros_delete_webhook_subscription (delete). The mention of returning a secretKey for verification further clarifies its purpose.

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 by saying 'Subscribe an endpoint to Hyros events,' but it does not explicitly state when to use this tool versus alternatives (e.g., when to list or delete subscriptions). No alternatives or exclusions are mentioned, so guidance is only implicit.

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/HyrosOG/Hyros-MCP'

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