Comprehensive reference for BlazeMeter REST APIs, including authentication, identifiers, and API endpoints. Use when working with BlazeMeter APIs for (1) Understanding BlazeMeter REST API structure, (2) Authenticating API requests, (3) Obtaining identifiers (Workspace ID, Project ID, Test ID, etc.), (4) Using Test Data API, (5) Using Cloning API, (6) Using Export API, (7) Using Service Virtualization Bulk Operations APIs, or any other API tasks.
54
60%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./resources/skills/blazemeter-api-reference/SKILL.mdComprehensive reference for BlazeMeter REST APIs.
BlazeMeter provides REST APIs for automating test execution, managing resources, and integrating with external systems. This skill covers API authentication, identifiers, and all available API endpoints.
BlazeMeter MCP tools provide programmatic access to BlazeMeter, complementing the REST APIs. The MCP tools offer a higher-level interface for common operations:
User Management:
blazemeter_user with action read_user - Read current user informationAccount Management:
blazemeter_account with action read - Read account informationblazemeter_account with action list - List all accountsaccount_id (integer) for read actionWorkspace Management:
blazemeter_workspaces with action read - Read workspace detailsblazemeter_workspaces with action list - List all workspacesblazemeter_workspaces with action read_locations - Get location listsworkspace_id (integer) for read action, account_id (integer) for list actionProject Management:
blazemeter_project with action read - Read project informationblazemeter_project with action list - List all projectsproject_id (integer) for read action, workspace_id (integer) for list actionTest Management:
blazemeter_tests with action read - Read test detailsblazemeter_tests with action list - List all testsblazemeter_tests with action create - Create new testsblazemeter_tests with action configure_load - Configure load settingsblazemeter_tests with action configure_locations - Configure location distributionblazemeter_tests with action upload_assets - Upload test assetstest_id (integer) or project_id (integer)Execution Management:
blazemeter_execution with action start - Start test executionblazemeter_execution with action read - Read execution detailsblazemeter_execution with action list - List all executionsblazemeter_execution with action read_summary - Get summary reportblazemeter_execution with action read_errors - Get error reportblazemeter_execution with action read_request_stats - Get request statisticsblazemeter_execution with action read_all_reports - Get all reportstest_id (integer) or execution_id (integer)Help System:
blazemeter_help with action list_help_categories - List help categoriesblazemeter_help with action list_help_category_content - List help contentblazemeter_help with action read_help_info - Read help informationUsing MCP Tools for API-like Operations:
blazemeter_user with action read_user to get default workspace and project IDsblazemeter_tests with action list to find tests (equivalent to GET /tests API)blazemeter_execution with action start to execute tests (equivalent to POST /tests/{testId}/start API)blazemeter_execution with action read_summary to get results (equivalent to GET /executions/{executionId}/summary API)6395eba
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.