Prompts

23 tools. 12 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

12 can modify or destroy data
11 read-only
23 tools total

Community server · catalogue entry verified 03/07/2026

How to control Prompts ↓

What Prompts exposes to your agents

Read (11) Write / Execute (11) Destructive / Financial (1)
Critical Risk

The most dangerous Prompts tools

12 of Prompts's 23 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Prompts

PolicyLayer is an MCP gateway — it sits between your AI agents and Prompts, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "remove_rule": {
    "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
{
  "add_rule": {
    "limits": [
      {
        "counter": "add_rule_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

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

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

  1. Create a free account and register Prompts — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON PROMPTS →

Instant setup, no code required.

All 23 Prompts tools

READ 11 tools
Read audit_secrets 【隐私审计】扫描代码中的密钥、Token、密码等隐私信息。发布前必须调用,有 critical/high 发现时拦截发布。 Read auto_start 【自动启动】会话开始时第一个调用。一键加载全部上下文(context + todos + 用户规则 + 模块记录)。每次新对话开始时必须调用此工具。 Read bootstrap 【一键启动】自动读取项目上下文(context.md + todos + 模块记录)。智能体启动时第一步调用。 Read list_rules 【列出规则】列出所有已添加的项目规范规则。 Read list_scenes 【场景列表】列出所有可用的开发场景及推荐工具。 Read list_skills 【技能列表】列出所有可用的角色技能(Skill)。会话启动时自动展示,也可手动调用。 Read onboard_all 【全部引导】为所有已安装工具生成引导手册概览。 Read read_module 【读取模块记录】修改功能前调用,读取对应模块的历史修改记录。 Read recommend_tools 【场景推荐】根据当前开发场景(coding/testing/debugging/reviewing 等),推荐应使用的工具和操作建议。也可自动检测场景。 Read scan_tools 【工具扫描】扫描项目已安装的工具(npm 依赖、MCP Server),输出能力清单和使用建议。帮助用户快速了解可用工具。 Read select_skill 【选择技能】选择一个 Skill 作为当前身份角色。返回该 Skill 的完整 prompt(身份 + 开发规范 + 学习记录)。会话开始时应询问用户选择哪个 Skill。

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Prompts

Can an AI agent delete data through the Prompts MCP server? +

Yes. The Prompts server exposes 1 destructive tools including remove_rule. 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 Prompts? +

The Prompts server has 9 write tools including add_rule, add_skill, confirm_direction. 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 Prompts.

How many tools does the Prompts MCP server expose? +

23 tools across 4 categories: Destructive, Execute, Read, Write. 11 are read-only. 12 can modify, create, or delete data.

How do I enforce a policy on Prompts? +

Register the Prompts 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.

Enforce policy on every Prompts tool call.

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

Instant setup, no code required.

23 Prompts tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.