smithery.ai

blazemeter-getting-started

Getting started guides for BlazeMeter, including onboarding, migration guides, continuous testing journey, glossary, and mobile testing.

First seen Apr 21, 2026

Installation

$ npx skills add https://smithery.ai

Summary

  • Getting started guides for BlazeMeter, including onboarding, migration guides, continuous testing journey, glossary, and mobile testing.
  • Use when getting started with BlazeMeter for (1) Navigating BlazeMeter University onboarding, (2) Migrating from Runscope or JMeter, (3) Understanding the continuous testing journey, (4) Referencing BlazeMeter terminology, (5) Testing mobile sites and apps, or any other getting started tasks.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,383 B
  • docs SUMMARY.md 464 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

BlazeMeter Getting Started

Getting started guides and resources for new BlazeMeter users.

Overview

Getting Started covers onboarding, migration guides, terminology, and mobile testing. This skill helps new users understand BlazeMeter and transition from other tools.

Quick Start

  1. Onboarding: Navigate BlazeMeter University
  2. Migration: Transition from Runscope or JMeter
  3. Journey: Understand the continuous testing journey
  4. Glossary: Reference BlazeMeter terminology
  5. Mobile: Test mobile sites and apps

MCP Tools Integration

Getting started with BlazeMeter involves understanding the platform structure. You can use BlazeMeter MCP tools to explore your account, workspaces, and projects:

Available MCP Tools

  • User Information:

- blazemeteruser with action readuser - Read current user information - Returns: User details including default account, workspace, and project

  • Account Exploration:

- blazemeteraccount with action read - Read account information - blazemeteraccount with action list - List all accessible accounts - Required args: account_id (integer) for read action

  • Workspace Exploration:

- blazemeterworkspaces with action read - Read workspace details - blazemeterworkspaces with action list - List all workspaces in an account - Required args: workspaceid (integer) for read action, accountid (integer) for list action

  • Project Exploration:

- blazemeterproject with action read - Read project information - blazemeterproject with action list - List all projects in a workspace - Required args: projectid (integer) for read action, workspaceid (integer) for list action

When to Use MCP Tools

  • Account Setup: Explore your account structure when getting started
  • Workspace Navigation: Understand workspace organization
  • Project Discovery: Discover existing projects and tests
  • Learning: Use tools to learn about BlazeMeter structure

Example Workflow

Exploring Your BlazeMeter Account:

  1. Use blazemeteruser with action readuser to get your default account, workspace, and project
  2. Use blazemeter_workspaces with action list to see all workspaces in your account
  3. Use blazemeter_project with action list to see all projects in a workspace
  4. Use blazemeter_tests with action list to see all tests in a project

Reference Files

Getting Started

  • [getting-started.md](skill-blazemeter-getting-started://references/getting-started.md): Getting Started with BlazeMeter - Creating Your Account, The Welcome Screen, Drop-Down Menus, Navigation Bar, Creating Your First Test

Onboarding

  • [onboarding.md](skill-blazemeter-getting-started://references/onboarding.md): BlazeMeter University Onboarding FAQ

Migration

  • [migration.md](skill-blazemeter-getting-started://references/migration.md): BlazeMeter for Runscope Users, BlazeMeter for People Who Know JMeter, BlazeMeter Updates for BlazeMeter Users

Journey

  • [journey.md](skill-blazemeter-getting-started://references/journey.md): Continuous Testing Journey

Glossary

  • [glossary.md](skill-blazemeter-getting-started://references/glossary.md): Glossary

Mobile

  • [mobile.md](skill-blazemeter-getting-started://references/mobile.md): Testing Mobile Sites and Apps

When to Use Each Reference

  • Getting Started: When getting started with BlazeMeter, creating your account, navigating the interface, or creating your first test
  • Onboarding: When navigating BlazeMeter University onboarding process
  • Migration: When transitioning from Runscope, JMeter, or understanding BlazeMeter updates
  • Journey: When understanding the continuous testing journey
  • Glossary: When referencing BlazeMeter terminology
  • Mobile: When testing mobile sites and apps