manage_webhooks

Register, list, or delete webhook subscriptions for agent events. Requires api_key for register/delete.

SERVERAi Agent Bank SOURCEhttps://tdueqhfxyojmjgactdyc.supabase.co/functions/v1/mcp-server
Medium RISK CLASS
Category Write
Parameters 61 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-wirternow-agent-bank/manage-webhooks.md

What manage_webhooks does on Ai Agent Bank

AI agents use manage_webhooks to create or update resources in Ai Agent Bank, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Ai Agent Bank environment.

ParameterTypeRequiredDescription
id string Webhook ID to delete (delete)
action string Yes register, list, or delete
api_key string Your api_key (required for register/delete)
agent_id string UUID of the agent (register/list)
event_type string Event type (register)
webhook_url string URL to receive POST (register)

Parameters from the server's own tool schema.

Why manage_webhooks is rated Medium

The tool primarily performs reversible configuration management (registering and deleting webhooks). While it includes read capability (list), the key operations are write-class: creating new webhook subscriptions and removing them. This is not destructive data deletion (those would be financial records or wallets), nor does it directly move funds.

From the tool's definition Tool description states it can 'Register, list, or delete webhook subscriptions' — the register and delete operations are write/modification actions that alter webhook configurations.

Risk signalsAccepts URL/endpoint input (webhook_url) · Handles credentials or secrets (api_key)

Questions about manage_webhooks

What does the manage_webhooks tool do? +

Register, list, or delete webhook subscriptions for agent events. Requires api_key for register/delete. It is categorised as a Write tool in the Ai Agent Bank MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does manage_webhooks accept? +

manage_webhooks accepts 6 parameters: id, action, api_key, agent_id, event_type, webhook_url. Required: action. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on manage_webhooks? +

Register the Ai Agent Bank MCP server in PolicyLayer and add a rule for manage_webhooks: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Ai Agent Bank. Nothing to install.

What risk level is manage_webhooks? +

manage_webhooks is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit manage_webhooks? +

Yes. Add a rate_limit block to the manage_webhooks rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block manage_webhooks completely? +

Set action: deny in the PolicyLayer policy for manage_webhooks. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides manage_webhooks? +

manage_webhooks is provided by the Ai Agent Bank MCP server (https://tdueqhfxyojmjgactdyc.supabase.co/functions/v1/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Ai Agent Bank, and thousands of servers like it.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Ai Agent Bank's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.