agentgate_delete_policy
Delete a policy by ID
How to use it
agentgate_delete_policy is exposed by the Agentgate MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the agentgate_delete_policy tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Agentgate
$
pnpm install && pnpm --filter @agentkitai/agentgate-server db:migrate && pnpm --filter @agentkitai/agentgate-server bootstrap && pnpm devOther tools in Agentgate (9)
agentgate_create_policy
Create a new policy with rules
agentgate_decide
Approve or deny a pending request
agentgate_get
Get the status of an approval request by ID
agentgate_get_audit_actors
Get unique actor values from audit logs
agentgate_list
List approval requests with optional filters
agentgate_list_audit_logs
List audit log entries with filters and pagination
agentgate_list_policies
List all policies ordered by priority
agentgate_request
Submit a new approval request
agentgate_update_policy
Replace an existing policy