# delete_meterreadings_associations_summary

Delete meter reading details for an association for a given date.\r\n \r\n\r\n<h4>Required permission(s):</h4><span class=

Agent View of the PolicyLayer registry record for `delete_meterreadings_associations_summary`. HTML page: https://policylayer.com/tools/wpm-mcp-server/delete-meterreadings-associations-summary

## Facts

- Tool: `delete_meterreadings_associations_summary`
- Server: Wpm Mcp Server (`wpm-mcp-server-mcp`) — https://policylayer.com/tools/wpm-mcp-server.md
- Install: `npx -y wpm-mcp-server-mcp`
- Homepage: git+https://github.com/HGMproperties/wpm-mcp-server.git
- Risk category: Destructive (Critical risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Hidden

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

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

## Why delete_meterreadings_associations_summary is rated Critical

This tool performs irreversible deletion of meter reading data, which falls clearly into the Destructive category. Meter readings are typically immutable audit records; their deletion represents unrecoverable data loss. The high severity reflects the potential to corrupt historical utility records, billing records, or compliance documentation.

From the tool's own definition: "Tool name contains 'delete_meterreadings' indicating irreversible deletion operation. Description states 'Delete meter reading details for an association for a given date.' The word 'Delete' combined with meter reading data (a historical/audit-critical…"

## Use case

AI agents call delete_meterreadings_associations_summary to permanently remove resources in Wpm Mcp Server, typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

## Recommended policy (PolicyLayer)

Verdict: **Hidden**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Wpm Mcp Server:

```json
{
  "version": "1",
  "default": "deny",
  "hide": [
    "delete_meterreadings_associations_summary"
  ]
}
```

## Other tools on Wpm Mcp Server (419)

- `delete_all_meterreadings_rentals_summary` — Destructive — https://policylayer.com/tools/wpm-mcp-server/delete-all-meterreadings-rentals-summary.md
- `delete_all_units_rentals_listing` — Destructive — https://policylayer.com/tools/wpm-mcp-server/delete-all-units-rentals-listing.md
- `delete_associations_appliances` — Destructive — https://policylayer.com/tools/wpm-mcp-server/delete-associations-appliances.md
- `delete_associations_boardmembers` — Destructive — https://policylayer.com/tools/wpm-mcp-server/delete-associations-boardmembers.md
- `delete_bills_files` — Destructive — https://policylayer.com/tools/wpm-mcp-server/delete-bills-files.md
- `delete_checks_bankaccounts_files` — Destructive — https://policylayer.com/tools/wpm-mcp-server/delete-checks-bankaccounts-files.md
- `delete_history_tasks_files` — Destructive — https://policylayer.com/tools/wpm-mcp-server/delete-history-tasks-files.md
- `delete_leases_moveouts` — Destructive — https://policylayer.com/tools/wpm-mcp-server/delete-leases-moveouts.md
- `delete_rentals_appliances` — Destructive — https://policylayer.com/tools/wpm-mcp-server/delete-rentals-appliances.md
- `delete_rentals_images` — Destructive — https://policylayer.com/tools/wpm-mcp-server/delete-rentals-images.md
- `delete_units_rentals_images` — Destructive — https://policylayer.com/tools/wpm-mcp-server/delete-units-rentals-images.md
- `inactivate_associations` — Destructive — https://policylayer.com/tools/wpm-mcp-server/inactivate-associations.md
- `inactivate_rentals` — Destructive — https://policylayer.com/tools/wpm-mcp-server/inactivate-rentals.md
- `invoke_api_endpoint` — Execute — https://policylayer.com/tools/wpm-mcp-server/invoke-api-endpoint.md
- `auto_payments_associations_ownershipaccounts` — Financial — https://policylayer.com/tools/wpm-mcp-server/auto-payments-associations-ownershipaccounts.md
- `create_applications_charges` — Financial — https://policylayer.com/tools/wpm-mcp-server/create-applications-charges.md
- `create_applications_payments` — Financial — https://policylayer.com/tools/wpm-mcp-server/create-applications-payments.md
- `create_applications_refunds` — Financial — https://policylayer.com/tools/wpm-mcp-server/create-applications-refunds.md
- `create_auto_pay_applications` — Financial — https://policylayer.com/tools/wpm-mcp-server/create-auto-pay-applications.md
- `create_auto_payment_leases` — Financial — https://policylayer.com/tools/wpm-mcp-server/create-auto-payment-leases.md
- `create_bankaccounts_deposits` — Financial — https://policylayer.com/tools/wpm-mcp-server/create-bankaccounts-deposits.md
- `create_bankaccounts_quickdeposits` — Financial — https://policylayer.com/tools/wpm-mcp-server/create-bankaccounts-quickdeposits.md
- `create_bankaccounts_transfers` — Financial — https://policylayer.com/tools/wpm-mcp-server/create-bankaccounts-transfers.md
- `create_bankaccounts_withdrawals` — Financial — https://policylayer.com/tools/wpm-mcp-server/create-bankaccounts-withdrawals.md
- `create_bills_payments` — Financial — https://policylayer.com/tools/wpm-mcp-server/create-bills-payments.md
- `create_leases_applieddeposits` — Financial — https://policylayer.com/tools/wpm-mcp-server/create-leases-applieddeposits.md
- `create_leases_charges` — Financial — https://policylayer.com/tools/wpm-mcp-server/create-leases-charges.md
- `create_leases_payments` — Financial — https://policylayer.com/tools/wpm-mcp-server/create-leases-payments.md
- `create_leases_recurringpayments` — Financial — https://policylayer.com/tools/wpm-mcp-server/create-leases-recurringpayments.md
- `create_leases_refunds` — Financial — https://policylayer.com/tools/wpm-mcp-server/create-leases-refunds.md
- …and 389 more: https://policylayer.com/tools/wpm-mcp-server.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=wpm-mcp-server · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/wpm-mcp-server
