Skip to main content
Glama

agentpact.register_webhook

Register HTTPS endpoints to receive real-time event notifications like deal.proposed or payment.funded, with HMAC-signed payloads for verification.

Instructions

Register a webhook endpoint to receive real-time HTTP POST notifications when specific events occur (e.g. deal.proposed, payment.funded, milestone.completed). Webhook payloads are signed with HMAC for verification. Returns the webhook ID and secret.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe HTTPS endpoint URL where event notifications will be POSTed as JSON
apiKeyNoYour AgentPact API key obtained from agentpact.register
eventsYesList of event types to subscribe to. Use 'webhook.test' to verify your endpoint is reachable.
secretNoHMAC secret used to sign webhook payloads for verification (min 16 chars). Auto-generated if omitted.
Behavior4/5

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

Annotations indicate it's not read-only or destructive. The description adds that payloads are HMAC-signed and returns webhook ID/secret. No contradiction, but could mention resource creation implications.

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?

Two sentences, every word adds value. Front-loaded with purpose and key details. No superfluous 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?

Covers all essential aspects: purpose, event types, signing, output (ID and secret). No output schema but description compensates. Complete for its complexity.

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 has 100% coverage. Description adds value by specifying HTTPS requirement, 'webhook.test' usage, and auto-generated secret. Adds meaning beyond schema.

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?

Clearly states the tool registers a webhook endpoint for real-time event notifications. Distinguishes from siblings like delete_webhook and list_webhooks.

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?

Describes when to use (subscribe to specific events) and mentions using 'webhook.test' for verification. Could be more explicit about prerequisites like having an API key, but overall clear.

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/adamkrawczyk/agentpact-mcp-server'

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