create_team
Create Team
Creates a new team in Pointagram. An icon is required and can be one of the built-in icons (e.g. Bears, Bulls, Sharks) or a custom icon previously uploaded through the Pointagram UI.
create_team
Creates a new team in Pointagram. An icon is required and can be one of the built-in icons (e.g. Bears, Bulls, Sharks) or a custom icon previously uploaded through the Pointagram UI.
list_score_history
Retrieves the score transaction history for a specific score series. Supports filtering by tags, teams, players, and time range. Supports pagination using offset parameters.
create_player
Creates a new player in Pointagram. Players can be created as online (receiving a login invitation) or offline (admin-managed). If a player with the same identity already exists, the API returns a conflict error.
list_score_series
Retrieves all score series in your Pointagram account. Optionally fetches the point types configured for a specific score series.
manage_team_membership
Add or remove a player from a team. Identify the player by their Pointagram player ID, name, email, or external ID.
remove_player
Soft-deletes a player from Pointagram. The player is identified by name, email, or external ID. Admin users cannot be removed via the API. Full anonymization must be done within the Pointagram UI.
list_players
Retrieves all players in your Pointagram account. Returns player details including names, emails, external IDs, and their current status.
add_score
Adds points to a player in a specific score series. Identify the score series by ID or name, and the player by ID, name, email, or external ID. Supports tags, comments, backdating, point types, deduplication via source score ID, and auto-creation of players.
list_competitions
Retrieves competitions from Pointagram. Can optionally filter by player or competition ID. Also supports fetching competition participants.
list_teams
Retrieves all teams in your Pointagram account, including their names, icons, and configuration.
Manage gamification for teams and individuals by tracking points, running competitions, and awarding achievements. Create and manage players and teams, add points to score series with tags and deduplication, list competitions and leaderboards, and query score history with filters. Supports auto-creating players when submitting scores, configuring point types, backdating transactions, and embedding gamification widgets (profiles, competitions, reward stores) into external sites via HMAC-secured iframes.
Common questions about connecting Pointagram to AI agents with Metorial.