# delego_show_policy

A read tool on the Pypi:delego MCP server.

Agent View of the PolicyLayer registry record for `delego_show_policy`. HTML page: https://policylayer.com/tools/delego-dev-delego/delego-show-policy

## Facts

- Tool: `delego_show_policy`
- Server: Pypi:delego (`pypi:delego`) — https://policylayer.com/tools/delego-dev-delego.md
- Install: `npx -y pypi:delego`
- Homepage: https://github.com/Delego-Dev/delego
- Risk category: Read (Low risk)
- Registry record: grade B, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

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

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "delego_show_policy",
    "arguments": {}
  }
}
```

## Why delego_show_policy is rated Low

The tool appears to retrieve or display policy information without modifying, deleting, or executing actions. Given the empty description, confidence is moderate but the naming convention and server purpose (authorization and audit) suggest this is an informational tool for reviewing policies rather than modifying or executing them.

From the tool's own definition: "Tool name 'delego_show_policy' indicates a retrieval or inspection operation. Description is empty, limiting certainty, but 'show' typically denotes a read-only display of existing policy data."

## Use case

AI agents call delego_show_policy to retrieve information from Pypi:delego 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 Pypi:delego:

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

## Other tools on Pypi:delego (4)

- `delego_propose_action` — Other — https://policylayer.com/tools/delego-dev-delego/delego-propose-action.md
- `delego_resolve_action` — Other — https://policylayer.com/tools/delego-dev-delego/delego-resolve-action.md
- `delego_audit_tail` — Read — https://policylayer.com/tools/delego-dev-delego/delego-audit-tail.md
- `delego_pending` — Read — https://policylayer.com/tools/delego-dev-delego/delego-pending.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=delego-dev-delego · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/delego-dev-delego
