Skip to main content
Glama

kopern_connect_webhook

Create inbound webhooks to receive agent messages via HTTP POST, or outbound webhooks to send agent events like message_sent and tool_call_completed to your URL.

Instructions

Create an inbound or outbound webhook for an agent. Inbound: receive messages via HTTP POST. Outbound: send events to your URL (n8n, Zapier, Make compatible).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoWebhook name
typeNoWebhook direction. Default: inbound
eventsNoEvents to subscribe to (outbound only): message_sent, tool_call_completed, session_ended, error
secretNoHMAC secret for signature verification (optional)
agent_idYesThe agent ID or name
target_urlNoTarget URL (required for outbound)
Behavior3/5

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

Annotations indicate readOnlyHint=false (mutation) and idempotentHint=false, but the description only explains basic functionality. It does not disclose potential side effects, idempotency guarantees, or rate limits. Additional behavioral context (e.g., uniqueness constraints, overwrite behavior) would improve transparency.

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?

Description is concise with two sentences. The first sentence states the primary purpose and key distinction (inbound/outbound), while the second elaborates on each direction. No superfluous words.

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?

The tool has no output schema, and the description does not specify return values (e.g., webhook ID or configuration details). However, for a creation tool with well-documented input parameters, the description covers the core functionality adequately. Missing return info is a minor gap.

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 covers all 6 parameters with descriptions (100% coverage). The description adds context about inbound vs outbound and compatible services but does not significantly enhance parameter understanding beyond the schema. Baseline 3 is appropriate.

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?

Description clearly states the tool creates inbound or outbound webhooks for an agent, with concise explanations of each direction. It effectively distinguishes itself from sibling tools (e.g., kopern_connect_email, kopern_connect_slack) by specifying webhook connectivity and mentioning integration with n8n, Zapier, and Make.

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?

The description provides clear context for when to use the tool (create webhooks for an agent) and mentions compatible platforms for outbound events. However, it lacks explicit guidance on when not to use it or alternative tools for specific channels (e.g., email, Slack).

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/berch-t/kopern'

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