Skip to main content
Glama

rsnc_agent_process_event

Record a qualifying action (purchase, signup, review, referral) to earn cashback for a user. Returns the reward amount credited. Requires authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdYesUser email address.
brandIdYesThe brand identifier. Use rsnc_agent_list_brands to discover brands by category.
metadataNoOptional metadata to attach to the event.
eventTypeYesThe type of event to track (e.g. "purchase", "review", "referral").

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the burden. It discloses authentication requirements and the returned reward amount, but does not explain side effects, idempotency, duplicate handling, or failure modes. Some context is provided, but significant behavioral gaps remain.

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?

The description is three short, front-loaded sentences. Every sentence adds value: what it does, return value, auth requirement. No redundant or vague wording.

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?

The tool has 4 params, a nested object, no output schema, and no annotations. The description covers core purpose and return value, but does not address edge cases, relationship to sibling tools, or expected behavior for non-qualifying actions. Adequate but with clear gaps.

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%, so parameters are already well-documented. The description adds a list of qualifying event types, but the schema already gives examples. No additional parameter-level meaning 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 the tool's purpose: recording qualifying actions (purchase, signup, review, referral) for cashback, and mentions it returns the reward amount. This distinguishes it from sibling tools like create_event or update_event by emphasizing cashback earning.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like create_event or process_bulk. The description implies use for recording actions, but does not draw boundaries or mention situations where another tool would be preferable.

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.

Resources