Skip to main content
Glama
growsurf

GrowSurf MCP Server

Official
by growsurf

growsurf_update_participant

DestructiveIdempotent

Update participant details in GrowSurf by ID or email, including affiliate status, notes, and referral status, while preserving read-only fields.

Instructions

Update a participant by GrowSurf participant ID or email. Only the fields you send are changed; read-only fields such as counters, isAffiliate, origin, and fraud state are rejected with a 400. In affiliate programs, affiliateStatus accepts APPROVED, SUSPENDED, or BANNED; APPROVED enrolls the participant, while SUSPENDED and BANNED require an existing affiliate. Affiliate enrollment cannot be removed through REST. notes is freeform internal notes (never shown to participants). Targets campaignId if you pass it, otherwise GROWSURF_CAMPAIGN_ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoChange the participant's email address.
notesNoFreeform internal notes (internal only, never exposed to participants).
lastNameNo
metadataNo
firstNameNo
campaignIdNoTarget program (campaign) id for this call. Defaults to GROWSURF_CAMPAIGN_ID when omitted. Pass the `id` returned by growsurf_create_campaign to configure or operate a program you just created, without restarting the server.
referredByNo
vanityKeysNo
unsubscribedNo
participantIdNo
referralStatusNo
affiliateStatusNoAffiliate programs only. Sets the affiliate status. `APPROVED` also enrolls a participant who is not yet an affiliate. `SUSPENDED` and `BANNED` are rejected for non-affiliates.
participantEmailNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses multiple behavioral details beyond annotations: read-only fields are rejected with 400, affiliateStatus has specific enrollment rules and limitations (cannot remove enrollment via REST), notes are internal-only, and campaignId targeting follows a default. This is consistent with annotations (destructiveHint true, idempotentHint true) and adds value for agents deciding whether to call the tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise yet comprehensive: it front-loads the core action, then systematically covers constraints, affiliate-specific logic, notes, and campaign targeting. Every sentence contributes essential information without fluff or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 13 parameters and given the existing output schema and annotations, the description covers the most operationally critical behaviors (partial updates, read-only rejection, affiliate status rules, campaign targeting). Missing parameter explanations (e.g., referredBy, vanityKeys) are minor because the output schema and existing docs might cover them, but the description could be more exhaustive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 31%, so the description compensates by explaining critical parameters: affiliateStatus (enum values and enrollment implications), notes (freeform and internal), campaignId (default and usage), and the identification fields (participantId/participantEmail). However, some parameters like referredBy, vanityKeys, and unsubscribed lack description in both schema and description, leaving gaps for those.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('Update') and resource ('a participant') with clear identification methods (GrowSurf participant ID or email). It clearly differentiates from siblings like growsurf_get_participant (read) and growsurf_add_participant (create) by focusing on modifying existing participants.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Clarifies partial-update behavior ('Only the fields you send are changed') and the campaign targeting fallback, giving an agent clear context for when to invoke this tool. However, it does not explicitly state when not to use it (e.g., 'use add_participant for creation') or name alternatives, though the purpose is clear enough to infer usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/growsurf/growsurf-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server