# growsurf_update_team

Update the display name of the team bound to the API key or OAuth connection. Personal profiles, billing, and team ownership are not editable here. Requires

Agent View of the PolicyLayer registry record for `growsurf_update_team`. HTML page: https://policylayer.com/tools/com-growsurf-growsurf/growsurf-update-team

## Facts

- Tool: `growsurf_update_team`
- Server: GrowSurf (`@growsurfteam/growsurf-mcp`) — https://policylayer.com/tools/com-growsurf-growsurf.md
- Install: `npx -y @growsurfteam/growsurf-mcp`
- Homepage: https://github.com/growsurf/growsurf-mcp
- Risk category: Write (Medium risk)
- Registry record: grade D, identity unverified
- Server auth posture: gated
- 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": "growsurf_update_team",
    "arguments": {}
  }
}
```

## Why growsurf_update_team is rated Medium

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

## Use case

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

## Recommended policy (PolicyLayer)

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

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

## Other tools on GrowSurf (51)

- `growsurf_bulk_delete_participants` — Destructive — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-bulk-delete-participants.md
- `growsurf_cancel_delayed_referral` — Destructive — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-cancel-delayed-referral.md
- `growsurf_delete_campaign_webhook` — Destructive — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-delete-campaign-webhook.md
- `growsurf_trigger_referral` — Execute — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-trigger-referral.md
- `growsurf_refund_transaction` — Financial — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-refund-transaction.md
- `growsurf_get_campaign` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-get-campaign.md
- `growsurf_get_campaign_analytics` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-get-campaign-analytics.md
- `growsurf_get_campaign_design` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-get-campaign-design.md
- `growsurf_get_campaign_emails` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-get-campaign-emails.md
- `growsurf_get_campaign_installation` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-get-campaign-installation.md
- `growsurf_get_campaign_options` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-get-campaign-options.md
- `growsurf_get_integration_connect_link` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-get-integration-connect-link.md
- `growsurf_get_participant` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-get-participant.md
- `growsurf_get_participant_activity_logs` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-get-participant-activity-logs.md
- `growsurf_get_participant_analytics` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-get-participant-analytics.md
- `growsurf_get_participant_payout_destination` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-get-participant-payout-destination.md
- `growsurf_get_team` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-get-team.md
- `growsurf_list_campaign_rewards` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-list-campaign-rewards.md
- `growsurf_list_campaign_webhooks` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-list-campaign-webhooks.md
- `growsurf_list_campaigns` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-list-campaigns.md
- `growsurf_list_participants` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-list-participants.md
- `growsurf_test_campaign_webhook` — Read — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-test-campaign-webhook.md
- `growsurf_add_participant` — Write — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-add-participant.md
- `growsurf_agent_program_creation_eval` — Write — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-agent-program-creation-eval.md
- `growsurf_api_library_snippets` — Write — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-api-library-snippets.md
- `growsurf_capture_referral_flow_screenshots` — Write — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-capture-referral-flow-screenshots.md
- `growsurf_client_snippets` — Write — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-client-snippets.md
- `growsurf_clone_campaign` — Write — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-clone-campaign.md
- `growsurf_create_account` — Write — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-create-account.md
- `growsurf_create_campaign` — Write — https://policylayer.com/tools/com-growsurf-growsurf/growsurf-create-campaign.md
- …and 21 more: https://policylayer.com/tools/com-growsurf-growsurf.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=com-growsurf-growsurf · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-growsurf-growsurf
