Skip to main content
Glama
growsurf

GrowSurf MCP Server

Official
by growsurf

growsurf_update_campaign_design

DestructiveIdempotent

Update GrowSurf program design sections like login copy and payout confirmation text. Pass only the fields to change, targeting a specific campaign ID or the default.

Instructions

Update the design configuration for your GrowSurf program, including participant sign-in copy under login and payout-destination confirmation page copy under payoutDestinationConfirmation. Only the fields you send are changed; anything you leave out is untouched (arrays replace wholesale). Fetch the configuration first, preserve starter content unless the user asked to change it, then pass just the fields you want to change under fields. Targets campaignId if you pass it, otherwise GROWSURF_CAMPAIGN_ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsYes
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.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Discloses the partial-update behavior ('Only the fields you send are changed; anything you leave out is untouched') and the array-replacement caveat ('arrays replace wholesale'). This complements the destructiveHint and idempotentHint annotations by explaining exactly how mutation occurs. It also warns to preserve starter content, adding operational context beyond the annotations. No contradiction found.

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

Conciseness4/5

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

The description is moderately long but each sentence earns its place: purpose, update semantics, operational guidance, and targeting. It is front-loaded with the core action. While it could be tightened (e.g., merging related clauses), the structure is logical and scannable, with minimal redundancy.

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?

Given the tool's complexity (partial updates, nested objects, fallback target), the description covers the essential steps to invoke it correctly: fetch first, preserve content, pass fields, target campaign. An output schema exists, so return-value explanation is not required. The only minor gap is that it doesn't enumerate all possible subfields under `fields`, but the 'including' phrasing and reference to fetching configuration imply discoverability. Sufficient for a competent agent.

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?

The schema gives 50% coverage (only campaignId has a description). The description compensates for the undocumented `fields` object by explaining its purpose (pass fields to change), mentioning two specific subfields, and instructing to pass only desired fields. It also reiterates campaignId's default behavior, reinforcing the schema. This adds meaningful context that isn't in the schema, addressing the coverage gap.

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?

The description clearly states the tool updates the design configuration of a GrowSurf program, naming specific subfields (login and payoutDestinationConfirmation). It distinguishes from siblings like growsurf_get_campaign_design (retrieval) and growsurf_update_campaign (general update) by targeting design-specific copy. The verb-resource pairing is explicit and unambiguous.

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?

Provides concrete usage steps: fetch configuration first, preserve starter content unless user requests change, pass only desired fields under `fields`. Explains targeting via campaignId with default fallback. While it doesn't explicitly mention when NOT to use this tool versus alternatives, the context of design configuration is clear enough to guide selection. Lacks explicit exclusions but the procedural guidance is strong.

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