Skip to main content
Glama
growsurf

GrowSurf MCP Server

Official

growsurf_list_program_resources

Read-onlyIdempotent

Lists participant resources configured for a GrowSurf program, including drafts, in display order. Specify a campaign ID to target a specific program, or use the default configured campaign.

Instructions

List the participant resources configured for your GrowSurf program, including drafts. Results stay in display order. 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.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resourcesNoThe program's resources in participant display order, including drafts.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.14.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, and idempotentHint, which cover the safety profile. The description adds extra behavioral value by noting 'including drafts' and 'results stay in display order', plus the default targeting behavior, enriching the agent's understanding beyond the structured annotations.

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?

Three concise sentences, front-loaded with the primary purpose, then two relevant behavioral details. There is zero redundancy and every sentence contributes to the agent's ability to use the tool correctly.

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

Completeness5/5

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

For a low-complexity tool with a single optional parameter and an output schema, the description covers purpose, scope (including drafts), ordering, and default targeting. Nothing necessary for correct invocation is missing, and the output schema handles return-value details.

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?

Schema description coverage is 100% since the single parameter campaignId has a thorough description explaining the default and how to pass a newly created campaign ID. The tool description merely restates this default targeting behavior without adding new information, so it provides no additional parameter semantics beyond the schema.

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 it lists participant resources for a GrowSurf program, including drafts. It identifies the resource type and the action (list) precisely, and this distinguishes it from sibling tools that list campaigns, participants, or rewards.

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?

The description gives clear context for when to use the tool (listing program resources) without naming alternatives or exclusions. It doesn't explicitly say 'use this instead of X', but the specificity of 'participant resources' makes the usage unambiguous among the many sibling tools.

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