# delego_pending

A read tool on the Pypi:delego MCP server.

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

## Facts

- Tool: `delego_pending`
- 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_pending",
    "arguments": {}
  }
}
```

## Why delego_pending is rated Low

The tool name suggests listing pending items (proposed actions awaiting resolution) in a policy/audit firewall system. This is consistent with a read/query operation. However, the description is empty, lowering confidence. No evidence of write, execute, or destructive behavior.

From the tool's own definition: "Tool name 'delego_pending' and empty description. Based on sibling tools (audit_tail, propose_action, resolve_action, show_policy), 'pending' most likely lists pending/unresolved proposed actions awaiting authorization."

## Use case

AI agents call delego_pending 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_pending": {}
  }
}
```

## 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_show_policy` — Read — https://policylayer.com/tools/delego-dev-delego/delego-show-policy.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
