Skip to main content
Glama
growsurf

GrowSurf MCP Server

Official

growsurf_delete_program_resource

DestructiveIdempotent

Delete a participant resource from your GrowSurf program while keeping its reusable Media Center asset. Targets the specified campaign or your default program.

Instructions

Delete a participant resource from your GrowSurf program. This does not remove its reusable Media Center asset. Targets campaignId if you pass it, otherwise GROWSURF_CAMPAIGN_ID.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoThe deleted resource id.
successNoWhether the resource was deleted.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.14.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark destructiveHint=true and idempotentHint=true, and the description adds the important nuance that the Media Center asset survives deletion. It also discloses the campaignId targeting behavior, going beyond the minimal mutation signal.

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?

Two concise sentences front-load the action, then clarify the asset side effect and campaign targeting. Every sentence adds information; no filler.

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 2-parameter destructive tool with an output schema and annotations, the description covers the key call-time decisions: what is deleted, what is not deleted, and which campaignId is used. It doesn't discuss reversibility, but destructiveHint and the delete verb already convey that risk.

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

Parameters3/5

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

resourceId is not described in the schema and the description only identifies it by the noun 'participant resource.' The campaignId fallback behavior is repeated from the schema, so the description adds modest but not comprehensive parameter meaning for 50% schema coverage.

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 action and object: 'Delete a participant resource from your GrowSurf program.' It also distinguishes the tool's effect from deleting a 'reusable Media Center asset,' and the target object differs from siblings like update_program_resource or delete_campaign_webhook.

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 clear context by noting that the reusable Media Center asset is not removed, which helps an agent avoid using this tool when asset deletion is intended. The campaignId fallback/override behavior also explains when to pass the optional parameter, though no alternative tool is named.

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

Deploy Server

Other Tools