Skip to main content
Glama
growsurf

GrowSurf MCP Server

Official
by growsurf

growsurf_list_campaign_rewards

Read-onlyIdempotent

List the configured rewards for a GrowSurf campaign. Specify a campaign ID to view its rewards, or default to the environment's campaign.

Instructions

List your GrowSurf program's configured rewards (reward configs). 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
rewardsNoThe program's active, visible, and enabled reward configs.
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, establishing the safety profile. The description enhances this by adding the defaulting behavior of campaignId, which is a behavioral detail not covered by the annotations. No contradiction exists.

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?

A single, concise sentence conveys the core purpose and defaulting behavior with no redundant words. The primary function is front-loaded, making it immediately scannable.

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 simple read-only list operation with one optional parameter and an output schema present, the description combined with the annotations and schema provides all necessary information. There are no gaps an agent would need to fill to call this tool correctly.

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% — the schema fully explains the parameter including its optionality and default. The description reiterates the same information without adding new semantic depth, so the baseline of 3 applies per the rubric.

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?

Clearly states the verb 'List' and the resource 'rewards' within a GrowSurf program. This semantically differentiates it from sibling tools like growsurf_create_campaign_reward, growsurf_update_campaign_reward, and growsurf_delete_campaign_reward by specifying a read-only listing action.

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 guidance on the optional campaignId parameter, explaining its defaulting to GROWSURF_CAMPAIGN_ID and how to use it for a newly created campaign without restarting the server. It does not explicitly mention when to avoid using this tool or name alternatives, but the purpose is so singular that the usage context is almost self-evident.

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