# add_work_item_to_cycle

Add work items to a cycle.

Agent View of the PolicyLayer registry record for `add_work_item_to_cycle`. HTML page: https://policylayer.com/tools/cmet7-plane-mcp/add-work-item-to-cycle

## Facts

- Tool: `add_work_item_to_cycle`
- Server: Plane (`cmet7/plane-mcp`) — https://policylayer.com/tools/cmet7-plane-mcp.md
- Homepage: https://github.com/cmet7/plane-mcp
- Risk category: Write (Medium risk)
- Registry record: grade D, 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": "add_work_item_to_cycle",
    "arguments": {}
  }
}
```

## Why add_work_item_to_cycle is rated Medium

This tool modifies relationships between entities (work items and cycles) by creating an association. It is a write operation because it creates or updates data in a reversible manner—work items can be removed from cycles. While it affects project management state, the blast radius is limited to workflow organization rather than data destruction or code execution.

From the tool's own definition: "Tool name 'add_work_item_to_cycle' and description 'Add work items to a cycle' indicate a modification operation that associates existing work items with a cycle, which is a reversible state change."

## Use case

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

## Recommended policy (PolicyLayer)

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

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

## Other tools on Plane (23)

- `delete_work_item` — Destructive — https://policylayer.com/tools/cmet7-plane-mcp/delete-work-item.md
- `get_cycle` — Read — https://policylayer.com/tools/cmet7-plane-mcp/get-cycle.md
- `get_module` — Read — https://policylayer.com/tools/cmet7-plane-mcp/get-module.md
- `get_project` — Read — https://policylayer.com/tools/cmet7-plane-mcp/get-project.md
- `get_work_item` — Read — https://policylayer.com/tools/cmet7-plane-mcp/get-work-item.md
- `list_cycles` — Read — https://policylayer.com/tools/cmet7-plane-mcp/list-cycles.md
- `list_labels` — Read — https://policylayer.com/tools/cmet7-plane-mcp/list-labels.md
- `list_members` — Read — https://policylayer.com/tools/cmet7-plane-mcp/list-members.md
- `list_modules` — Read — https://policylayer.com/tools/cmet7-plane-mcp/list-modules.md
- `list_projects` — Read — https://policylayer.com/tools/cmet7-plane-mcp/list-projects.md
- `list_states` — Read — https://policylayer.com/tools/cmet7-plane-mcp/list-states.md
- `list_work_items` — Read — https://policylayer.com/tools/cmet7-plane-mcp/list-work-items.md
- `list_workspaces` — Read — https://policylayer.com/tools/cmet7-plane-mcp/list-workspaces.md
- `add_work_item_to_module` — Write — https://policylayer.com/tools/cmet7-plane-mcp/add-work-item-to-module.md
- `create_cycle` — Write — https://policylayer.com/tools/cmet7-plane-mcp/create-cycle.md
- `create_label` — Write — https://policylayer.com/tools/cmet7-plane-mcp/create-label.md
- `create_module` — Write — https://policylayer.com/tools/cmet7-plane-mcp/create-module.md
- `create_project` — Write — https://policylayer.com/tools/cmet7-plane-mcp/create-project.md
- `create_state` — Write — https://policylayer.com/tools/cmet7-plane-mcp/create-state.md
- `create_work_item` — Write — https://policylayer.com/tools/cmet7-plane-mcp/create-work-item.md
- `update_cycle` — Write — https://policylayer.com/tools/cmet7-plane-mcp/update-cycle.md
- `update_module` — Write — https://policylayer.com/tools/cmet7-plane-mcp/update-module.md
- `update_work_item` — Write — https://policylayer.com/tools/cmet7-plane-mcp/update-work-item.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=cmet7-plane-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/cmet7-plane-mcp
