Skip to main content
Glama

rsnc_agent_update_event

Update an existing reward event's configuration. Changes to reward amounts are validated against performance data to ensure sufficient data for evaluation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandIdYesThe brand identifier (wallet address).
enabledNoEnable or disable the event.
eventIdYesThe event identifier to update.
maxClaimsNoNew maximum total claims allowed. 0 = unlimited.
rewardAmountNoNew RSNC tokens awarded per claim.
cooldownHoursNoNew cooldown period in hours between claims per user.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It does disclose a key behavioral trait: reward amount changes are validated against performance data. This is useful, but it omits other behaviors such as side effects, permission requirements, or what happens if validation fails. The disclosure is partial, not comprehensive.

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, with the first stating purpose and the second adding critical validation behavior. Every sentence earns its place, no fluff or repetition. Front-loaded and efficient.

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

Completeness3/5

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

With no output schema and no annotations, the description should explain return values and side effects, but it does not. It does cover a key caveat (validation against performance data), which is helpful. The tool is relatively simple with complete schema coverage, so this is adequate but not fully complete. There is a gap regarding the response format or error behavior when validation fails.

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?

The input schema has 100% coverage of parameters with clear descriptions, so the baseline is 3. The description adds no parameter-specific meaning beyond what the schema already provides. It mentions 'reward amounts' but that maps directly to rewardAmount in the schema, adding no new insight.

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's action: 'Update an existing reward event's configuration.' This is a specific verb+resource that distinguishes it from sibling tools like create_event (create) and update_perk (perk vs. event). The word 'existing' highlights it's for modification, not creation.

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

Usage Guidelines3/5

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

The description implies usage when modifying an existing reward event, but does not explicitly state when to use this tool versus alternatives. No mention of when not to use it or references to sibling tools like create_event for new events. Guidance is implicit rather than explicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.3/5.0
Disambiguation2/5

Several tools have overlapping purposes, e.g., rsnc_agent_best_deals, rsnc_agent_route_purchase, and rsnc_agent_compare_cashback all help find the best purchase/reward option. Similarly, rsnc_agent_network_info, rsnc_agent_network_stats, and rsnc_agent_network_analytics provide similar network overview data with unclear boundaries.

Naming Consistency3/5

All tools share the consistent 'rsnc_agent_' prefix, but the remainder mixes verb-first patterns (browse_perks, claim_reward, create_event) with noun-first patterns (brand_analytics, network_flows, perk_intelligence). This inconsistency makes the tool surface less predictable than a uniform verb_noun scheme.

Tool Count2/5

With 45 tools, the server feels over-scoped for a rewards network. While the domain is broad, many tools are highly granular analytics variations, and the count exceeds the 25+ threshold, adding cognitive load and diminishing coherence.

Completeness4/5

The tool set covers the core lifecycle: brand discovery, onboarding, event/perk creation and updates, reward processing, user balance/stats, and redemption. Minor gaps exist, such as no delete operations for events/perks and no direct user listing, but agents can work around these.

Resources