# update_label

Update an existing Trello label (rename or recolor)

Agent View of the PolicyLayer registry record for `update_label`. HTML page: https://policylayer.com/tools/asapo-trello-mcp-server/update-label

## Facts

- Tool: `update_label`
- Server: Trello (`@asapo/trello-mcp-server`) — https://policylayer.com/tools/asapo-trello-mcp-server.md
- Install: `npx -y @asapo/trello-mcp-server`
- Homepage: https://www.npmjs.com/package/@asapo/trello-mcp-server
- 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": "update_label",
    "arguments": {}
  }
}
```

## Why update_label is rated Medium

An AI agent can call update_label faster than any human can review: one bad instruction and it creates or modifies resources in Trello by the hundred, each call as confident as the last.

## Use case

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

## Recommended policy (PolicyLayer)

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

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

## Other tools on Trello (22)

- `delete_checklist` — Destructive — https://policylayer.com/tools/asapo-trello-mcp-server/delete-checklist.md
- `get_board_cards` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-board-cards.md
- `get_board_custom_fields` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-board-custom-fields.md
- `get_board_labels` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-board-labels.md
- `get_board_lists` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-board-lists.md
- `get_card_attachments` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-card-attachments.md
- `get_card_checklists` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-card-checklists.md
- `get_card_comments` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-card-comments.md
- `get_card_custom_fields` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-card-custom-fields.md
- `get_card_details` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/get-card-details.md
- `search_cards` — Read — https://policylayer.com/tools/asapo-trello-mcp-server/search-cards.md
- `add_card_comment` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/add-card-comment.md
- `add_checklist_item` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/add-checklist-item.md
- `attach_card_file` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/attach-card-file.md
- `attach_card_link` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/attach-card-link.md
- `create_card` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/create-card.md
- `create_checklist` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/create-checklist.md
- `create_label` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/create-label.md
- `create_list` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/create-list.md
- `set_card_custom_field` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/set-card-custom-field.md
- `update_card` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/update-card.md
- `update_checklist_item` — Write — https://policylayer.com/tools/asapo-trello-mcp-server/update-checklist-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=asapo-trello-mcp-server · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/asapo-trello-mcp-server
