Tools that your AI agent can use through this MCP server to interact with Segment
Track lets you record the actions your users perform (note requires userId or anonymousId). See the docs here
The screen method let you record whenever a user sees a screen of your mobile app (note requires userId or anonymousId). See the docs here
The page method lets you record page views on your website, along with optional extra information about the page being viewed (note requires userId or anonymousId). See the docs here
Identify lets you tie a user to their actions and record traits about them. It includes a unique User ID and any optional traits you know about them (note requires userId or anonymousId). See the docs here
Group lets you associate an identified user with a group (note requires userId or anonymousId). See the docs here
Alias is how you associate one identity with another. See the docs here