FullStory Skill

Analytics

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for FullStory tools.

24 tools
SKILL.md

FullStory
SKILL.md

Domain knowledge for FullStory session replay and analytics

FullStory

FullStory captures session replays and user behavior. Users have sessions; segments define cohorts.

Data Model

  • Users are identified by id or email. fullstory_get_users.
  • Sessions are replay sessions. fullstory_get_sessions. Filter by user, date range.
  • Segments are user cohorts. fullstory_get_segments.
  • Operations are API activity. fullstory_get_operations.
  • Block rules control what's captured. fullstory_get_block_rules.
  • Events from sessions. fullstory_get_events for event data.

Gotchas

  • User id vs email: fullstory_get_sessions can take email or user id. Email lookup may need get_users first.
  • Date range: Sessions filtered by date. Use start/end params.
  • Block rules: Affect what's recorded. Check for PII/sensitive data masking.

Use with FullStory Bundle

This skill teaches your AI assistant domain knowledge. To actually execute FullStory API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use FullStory?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

FullStory Skill - SKILL.md for Claude Code, Cursor & More