# aiva_subscription_actions

Perform actions on subscriptions: pause, resume, skip, swap products.

Agent View of the PolicyLayer registry record for `aiva_subscription_actions`. HTML page: https://policylayer.com/tools/0800tim-aiva-mcp/aiva-subscription-actions

## Facts

- Tool: `aiva_subscription_actions`
- Server: AIVA MCP Server (`0800tim/aiva-mcp`) — https://policylayer.com/tools/0800tim-aiva-mcp.md
- Homepage: https://github.com/0800tim/aiva-mcp
- Risk category: Write (Medium risk)
- Registry record: grade A, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Rate-limited

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

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

## Why aiva_subscription_actions is rated Medium

This tool modifies subscription state (pause, resume, skip) and changes subscription contents (swap products). These are reversible modifications to subscription records. While pausing/skipping could have financial implications by deferring billing, the tool itself doesn't directly move money or commit financial obligations — it modifies subscription configuration.

From the tool's own definition: "Perform actions on subscriptions: pause, resume, skip, swap products"

## Use case

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

## Recommended policy (PolicyLayer)

Verdict: **Rate-limited**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches AIVA MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "aiva_subscription_actions": {
      "limits": [
        {
          "counter": "aiva_subscription_actions_rate",
          "window": "minute",
          "max": 30,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on AIVA MCP Server (14)

- `aiva_get_affiliate` — Read — https://policylayer.com/tools/0800tim-aiva-mcp/aiva-get-affiliate.md
- `aiva_get_churn_risk` — Read — https://policylayer.com/tools/0800tim-aiva-mcp/aiva-get-churn-risk.md
- `aiva_get_customer` — Read — https://policylayer.com/tools/0800tim-aiva-mcp/aiva-get-customer.md
- `aiva_get_delivery_schedule` — Read — https://policylayer.com/tools/0800tim-aiva-mcp/aiva-get-delivery-schedule.md
- `aiva_get_referrals` — Read — https://policylayer.com/tools/0800tim-aiva-mcp/aiva-get-referrals.md
- `aiva_get_rfm_segments` — Read — https://policylayer.com/tools/0800tim-aiva-mcp/aiva-get-rfm-segments.md
- `aiva_get_subscription` — Read — https://policylayer.com/tools/0800tim-aiva-mcp/aiva-get-subscription.md
- `aiva_list_affiliates` — Read — https://policylayer.com/tools/0800tim-aiva-mcp/aiva-list-affiliates.md
- `aiva_list_subscriptions` — Read — https://policylayer.com/tools/0800tim-aiva-mcp/aiva-list-subscriptions.md
- `aiva_search_customers` — Read — https://policylayer.com/tools/0800tim-aiva-mcp/aiva-search-customers.md
- `shopify_get_customer` — Read — https://policylayer.com/tools/0800tim-aiva-mcp/shopify-get-customer.md
- `shopify_get_orders` — Read — https://policylayer.com/tools/0800tim-aiva-mcp/shopify-get-orders.md
- `shopify_get_product` — Read — https://policylayer.com/tools/0800tim-aiva-mcp/shopify-get-product.md
- `shopify_get_products` — Read — https://policylayer.com/tools/0800tim-aiva-mcp/shopify-get-products.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=0800tim-aiva-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/0800tim-aiva-mcp
