- Read tools list and fetch resources
- Write tools create or update resources in batch to speed up operations
Tool Reference
The full list of tools available in the Trophy Account MCP Server.Metrics Tools
Create and manage the Metrics that drive streaks, achievements, points, and leaderboards.Attributes Tools
Manage Custom User Attributes and Custom Event Attributes used for feature targeting and personalization.Achievements Tools
Configure Achievements and read completion analytics for your account.Leaderboards Tools
Configure Leaderboards and read live rankings.Points Tools
Configure full Points systems, including Triggers, Levels, and Boosts, and read distribution analytics.Tenants Tools
Manage Multi-Tenant organization records when multi-tenancy is enabled on your account.If multi-tenancy is not enabled on your account, these tools will not function.
Environments Tools
List the Environments in your Trophy account.Streaks Tools
Look up and run operational Streaks actions for users, including granting Streak Freezes, creating Streak Pauses, restoring streaks, and reading or updating organization streak settings.Settings Tools
Read and update organization settings, including Branding, Experimentation, and aggregation period.Example Prompts
Use natural language — your agent picks the right tool and parameters:Scope and Safety
- Access is scoped to the Trophy organization you authorize during OAuth.
- Tools act on a specific environment. If the account has only one, tool calls default to it (normally
production). If there are multiple, pass theenvironmentkey you want—or useread_environmentsto list them and choose. - When multi-tenancy is enabled, tools can also be scoped to a tenant. If there is only one active tenant, tool calls can default to it. If there are multiple, pass the
tenantid you want, or useread_tenantsto list them and choose. - Write tools can change live configuration. Prefer a staging or sandbox environment when iterating.
- Most tools cannot delete resources. The exception is
delete_streak_pauses, which removes streak pauses by ID.