# get_work_item

Get details of a specific work item.

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

## Facts

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

## Why get_work_item is rated Low

This tool retrieves information about a work item without creating, modifying, deleting, or executing any operations. It has no side effects and presents minimal risk—the only concern would be unauthorized access to sensitive project data, but that is an access control issue rather than a property of the tool itself.

From the tool's own definition: "Tool name is 'get_work_item' and description states 'Get details of a specific work item.' The verb 'Get' and the absence of any modification, deletion, or execution language clearly indicate a retrieval operation."

## Use case

AI agents call get_work_item to retrieve information from Plane 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 Plane:

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

## 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
- `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_cycle` — Write — https://policylayer.com/tools/cmet7-plane-mcp/add-work-item-to-cycle.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
