# get_prd_project

读取项目的 config、prd.md、prototype.html

Agent View of the PolicyLayer registry record for `get_prd_project`. HTML page: https://policylayer.com/tools/deppon-deppon-prd-mcp/get-prd-project

## Facts

- Tool: `get_prd_project`
- Server: Deppon Prd (`@deppon/deppon-prd-mcp`) — https://policylayer.com/tools/deppon-deppon-prd-mcp.md
- Install: `npx -y @deppon/deppon-prd-mcp`
- Homepage: https://www.npmjs.com/package/@deppon/deppon-prd-mcp
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server rate-limited: no
- Parameters: 1 (1 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `slug` | string | yes |  |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_prd_project",
    "arguments": {
      "slug": "<slug>"
    }
  }
}
```

## Why get_prd_project is rated Low

This tool retrieves configuration files and documents without modifying or executing operations. It has no side effects and merely queries existing project data. The potential exposure is limited to the information stored in these files, making it a straightforward Read operation with low severity.

From the tool's own definition: "Tool name and description indicate retrieval operations: '读取项目的 config、prd.md、prototype.html' (read project's config, prd.md, prototype.html). The verb '读取' means 'to read/retrieve'."

## Use case

AI agents call get_prd_project to retrieve information from Deppon Prd without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Deppon Prd:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "get_prd_project": {}
  }
}
```

## Other tools on Deppon Prd (5)

- `export_canvas_handoff` — Read — https://policylayer.com/tools/deppon-deppon-prd-mcp/export-canvas-handoff.md
- `list_prd_projects` — Read — https://policylayer.com/tools/deppon-deppon-prd-mcp/list-prd-projects.md
- `generate_prd` — Write — https://policylayer.com/tools/deppon-deppon-prd-mcp/generate-prd.md
- `generate_prototype` — Write — https://policylayer.com/tools/deppon-deppon-prd-mcp/generate-prototype.md
- `open_prd_studio` — Write — https://policylayer.com/tools/deppon-deppon-prd-mcp/open-prd-studio.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=deppon-deppon-prd-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/deppon-deppon-prd-mcp
