Dialogbrain

157 tools. 95 can modify or destroy data without limits.

18 destructive tools with no built-in limits. Policy required.

Last updated:

95 can modify or destroy data
62 read-only
157 tools total

95 Dialogbrain tools can modify or destroy data, with no limits today. PolicyLayer puts allow, deny, and rate-limit rules on every call. Live in minutes.

SECURE DIALOGBRAIN →

Free to start. No card required.

Read (62) Write / Execute (77) Destructive / Financial (18)
38,562 tokens of tool definitions, loaded on every request
19% of a 200k context window
3,142 heaviest tool: agents_update

Destructive tools (agents_delete, agents_remove_file, agents_trigger_delete) permanently delete resources. There is no undo. An agent calling these in a retry loop causes irreversible damage.

Write operations (agent_handoff, agent_silence, agents_add_file) modify state. Without rate limits, an agent can make hundreds of changes in seconds — faster than any human can review or revert.

Execute tools (agents_activity, agents_simulate_inbound, agents_trigger_create) trigger processes with side effects. Builds, notifications, workflows — all fired without throttling.

Deny destructive operations
{
  "agents_delete": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "agent_handoff": {
    "limits": [
      {
        "counter": "agent_handoff_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "agents_ask": {
    "limits": [
      {
        "counter": "agents_ask_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

Get this policy live on your own Dialogbrain server in minutes. Tune the limits to your setup; PolicyLayer enforces it on every call.

ENFORCE ON MY DIALOGBRAIN →
WRITE 70 tools
Write agent_handoff Write agent_silence Write agents_add_file Write agents_approve_draft Write agents_create Write agents_prompt_history Write agents_prompt_restore Write agents_reject_draft Write agents_task_complete Write agents_update Write agents_update_from_template Write ai_filters_create Write ai_filters_update Write ai_tags_add_to_thread Write ai_tags_create Write ai_tags_update Write calendar_create_event Write calendar_update_event Write calls_hangup Write calls_make Write calls_send_to_meet Write calls_send_to_telegram_call Write channels_connect_telegram_bot Write collections_add_file Write collections_assign_agent Write collections_create Write contacts_add_channel Write contacts_discover Write contacts_sync Write contacts_update Write documents_create Write feedback_save Write files_ingest Write files_upload Write folders_create Write group_add Write group_add_member Write group_create Write group_promote_admin Write images_generate Write instagram_publish_media Write instagram_update_media Write job_complete Write job_escalate Write job_update_context Write linkedin_add_comment Write linkedin_invite Write linkedin_raw_request Write linkedin_update_profile Write messages_forward Write messages_send Write messages_send_email Write notes_save Write present_tab Write prompts_prompt_history Write prompts_prompt_restore Write prompts_update Write reminder_set Write tasks_create Write tasks_update Write threads_update Write videos_generate Write widgets_create Write widgets_update Write workspace_current Write workspace_switch Write youtube_moderate_comment Write youtube_post_comment_reply Write youtube_update_video Write youtube_upload_video
Can an AI agent delete data through the Dialogbrain MCP server? +

Yes. The Dialogbrain server exposes 18 destructive tools including agents_delete, agents_remove_file, agents_trigger_delete. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Dialogbrain? +

The Dialogbrain server has 70 write tools including agent_handoff, agent_silence, agents_add_file. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Dialogbrain.

How many tools does the Dialogbrain MCP server expose? +

157 tools across 4 categories: Destructive, Execute, Read, Write. 62 are read-only. 95 can modify, create, or delete data.

How do I enforce a policy on Dialogbrain? +

Register the Dialogbrain MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Other MCP servers with similar tools.

Starter policies for each. Same risk classification, live on your fleet in minutes.

Enforce policy on every Dialogbrain tool call.

Deterministic rules across all 157 Dialogbrain tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

4,600+ MCP servers and 31,000+ tools scanned and risk-classified.

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.