New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

generate_prd

根据结构化要素生成标准化 prd.md,并写入 src/prototypes/<slug>/。基于 deppon-prd-generator skill 模板,默认 DP-IT 标题。

SERVERDeppon Prd SOURCE@deppon/deppon-prd-mcp
Medium RISK CLASS
Category Write
Parameters 121 required
Recommended Rate-limitedsee the rule below
Registry record Grade C, identity unverified Pull the record →

This record as markdown: /tools/deppon-deppon-prd-mcp/generate-prd.md

What generate_prd does on Deppon Prd

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

ParameterTypeRequiredDescription
slug string 目录 slug,默认由 pageName 推导
columns array
filters array
features array
menuPath string
pageName string Yes 页面/模块名称,如「产品折扣列表」
pageType string 页面类型,默认 list-crud
batchDate string DP-IT 批次日 YYYYMMDD
background string §1.1 背景描述
enableCrud boolean
rowActions array
permissions array

Parameters from the server's own tool schema.

Why generate_prd is rated Medium

This tool creates and writes files (prd.md documents) to a filesystem path. This is a Write operation as it modifies the system by creating new files in a defined location. Severity is medium because while reversible (files can be deleted), uncontrolled generation could fill directories, overwrite existing PRD documents, or clutter the project structure.

From the tool's definition Tool description states '生成标准化 prd.md,并写入 src/prototypes/<slug>/' which translates to 'generates standardized prd.md and writes to src/prototypes/<slug>/'. The 'write' (写入) action indicates file creation/modification in a structured directory.

Risk signalsHigh parameter count (13 properties)

Questions about generate_prd

What does the generate_prd tool do? +

根据结构化要素生成标准化 prd.md,并写入 src/prototypes/<slug>/。基于 deppon-prd-generator skill 模板,默认 DP-IT 标题。. It is categorised as a Write tool in the Deppon Prd MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does generate_prd accept? +

generate_prd accepts 12 parameters: slug, columns, filters, features, menuPath, pageName, pageType, batchDate, background, enableCrud, rowActions, permissions. Required: pageName. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on generate_prd? +

Register the Deppon Prd MCP server in PolicyLayer and add a rule for generate_prd: 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 Deppon Prd. Nothing to install.

What risk level is generate_prd? +

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

Can I rate-limit generate_prd? +

Yes. Add a rate_limit block to the generate_prd 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 generate_prd completely? +

Set action: deny in the PolicyLayer policy for generate_prd. 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 generate_prd? +

generate_prd is provided by the Deppon Prd MCP server (@deppon/deppon-prd-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Deppon Prd, and thousands of servers like it.

// 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 Deppon Prd'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.