Blazemeter

BlazeMeter is a continuous testing platform that enables users to create, run, and analyze performance and functional tests for web and mobile applications.

92 actions Integration catalog
Request access
Connect Blazemeter once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Convert TransactionsBLAZEMETER_CONVERT_TRANSACTIONS
Tool to convert transaction files to BlazeMeter DSL format for service virtualization. Use when importing API specifications (Swagger, HAR, YAML) to create virtual service transactions.
Create API Monitoring ScheduleBLAZEMETER_CREATE_API_MONITORING_SCHEDULE
Tool to create a new schedule for running API monitoring tests. Use when you need to automate test runs at defined intervals after determining the correct cron expression and test or collection ID.
Create Multi TestBLAZEMETER_CREATE_MULTI_TEST
Tool to create a new multi-test within a specified project. Use after confirming the project ID. Example: "Create a multi-test named 'load-test' in project 12345."
Create Private LocationBLAZEMETER_CREATE_PRIVATE_LOCATION
Tool to create a new private location in BlazeMeter. Private locations allow you to run performance tests from your own infrastructure. Use when you need to test internal applications or simulate load from specific geographic regions. Requires valid account and workspace IDs.
Create Private Location AgentBLAZEMETER_CREATE_PRIVATE_LOCATIONS_SERVERS
Creates a new agent (server) within a BlazeMeter private location. Use this when you need to add an agent to handle test execution in your private infrastructure. Save the returned agent ID for subsequent private location setup steps.
Create ProjectBLAZEMETER_CREATE_PROJECT
Creates a new project within a BlazeMeter workspace. Projects are containers for organizing performance tests. Requires a valid workspace_id which can be obtained using the GET_WORKSPACES action. Returns the created project with its unique ID, timestamps, and other metadata.
Create SearchBLAZEMETER_CREATE_SEARCH
Execute a search query against BlazeMeter entities using advanced filtering and sorting. Use when you need to find tests, multi-tests, masters, or other entities with complex criteria like name patterns, date ranges, or workspace filters.
Create TagBLAZEMETER_CREATE_TAGS
Creates a new tag in BlazeMeter for organizing and categorizing resources. Tags can be used in searches and filters to group related assets. Use when you need to create a new tag category with a name and description.
Create TestBLAZEMETER_CREATE_TEST
Tool to create a new single test within a specified project. Use when registering a new performance test via API.
Create Workspace AssetBLAZEMETER_CREATE_WORKSPACES_ASSETS
Tool to create an asset in a workspace for test data management. Use when you need to create data models, test data, or other assets within a BlazeMeter workspace. Assets are used for organizing and managing test data, configurations, and related resources.
Create Asset DependencyBLAZEMETER_CREATE_WORKSPACES_ASSETS_DEPENDENCIES2
Tool to create a dependency relationship between two assets in a BlazeMeter workspace. Use when establishing that one asset depends on another asset. The source asset (aId) will depend on the target asset (targetDepId). This is useful for tracking asset relationships in the BlazeMeter Asset Repository.
Create Workspace PackageBLAZEMETER_CREATE_WORKSPACES_PACKAGES
Creates a new package within a BlazeMeter workspace. Packages are used for managing and organizing test artifacts and dependencies. Use when you need to create a new package with a specific name, version, and optional dependencies.
Create Workspace TransactionsBLAZEMETER_CREATE_WORKSPACES_TRANSACTIONS
Tool to create transactions in a BlazeMeter workspace for service virtualization. Use when you need to define mock API behaviors by specifying request matching criteria and response definitions. Transactions allow you to virtualize services and simulate API responses for testing purposes.
Delete API Monitoring ScheduleBLAZEMETER_DELETE_API_MONITORING_SCHEDULE
Tool to delete a specific test schedule by its ID. Use when you need to remove a scheduled test by its unique schedule identifier.
Delete Private Location WorkspaceBLAZEMETER_DELETE_PRIVATE_LOCATION_WORKSPACE
Tool to remove a workspace from a private location. Use when you need to revoke a workspace's access to a specific private location by providing both the harbor ID and workspace ID.
Delete ProjectBLAZEMETER_DELETE_PROJECT
Tool to delete a specific project by its ID. Use when you need to remove a project from BlazeMeter. If the project contains tests or test reports, use the force parameter to delete it including all contents.
Delete Test FileBLAZEMETER_DELETE_TEST_FILE
Tool to delete a file from a test. Use when you need to remove an uploaded file asset (JMX script, CSV data, or configuration) from a BlazeMeter test.
Delete TestsBLAZEMETER_DELETE_TESTS
Tool to delete a test by its ID. Use when you need to remove a performance test from BlazeMeter.
Delete Workspace Asset DependencyBLAZEMETER_DELETE_WORKSPACE_ASSET_DEPENDENCY
Tool to delete a dependency from a workspace's asset repository by its ID. Use when you need to remove a specific asset dependency.
Delete Workspace AssetBLAZEMETER_DELETE_WORKSPACES_ASSETS
Tool to delete an asset from a workspace in BlazeMeter's Asset Repository. Use when you need to remove an asset that is no longer needed. This permanently deletes the asset from the workspace.
Delete Workspace Assets DependenciesBLAZEMETER_DELETE_WORKSPACES_ASSETS_DEPENDENCIES
Tool to delete asset dependencies by source/target in a workspace. Use when you need to remove dependency relationships between workspace assets.
Delete Workspace LogsBLAZEMETER_DELETE_WORKSPACES_LOGS
Tool to delete master test execution logs from a BlazeMeter workspace. Use when you need to remove logs for specific test masters to free up storage space. The operation is irreversible and removes all logs associated with the specified master IDs.
Delete Workspace ManagersBLAZEMETER_DELETE_WORKSPACES_MANAGERS
Tool to remove managers from a workspace. Use when you need to revoke manager access for one or more users by providing the workspace ID and an array of manager IDs.
Delete Workspace PackageBLAZEMETER_DELETE_WORKSPACES_PACKAGES
Tool to delete a package from a workspace in the BlazeMeter Asset Repository. Use when you need to remove a package by its workspace and package identifiers.
Duplicate TestBLAZEMETER_DUPLICATE_TEST
Tool to duplicate an existing test by its ID. Use when you need to create a copy of a test with all its configuration settings.
Export PackageBLAZEMETER_EXPORT_PACKAGE
Tool to export a package from BlazeMeter Asset Repository as a zip file. Use when you need to download or backup a package's assets and metadata.
Export Workspaces PackagesBLAZEMETER_EXPORT_WORKSPACES_PACKAGES
Tool to export multiple packages from a workspace as a zip file. Use when you need to download and bundle multiple test packages for backup, transfer, or sharing purposes.
Generate Test Data from Data ModelBLAZEMETER_GENERATE_WORKSPACES_DATAMODELS
Tool to generate test data from a data model in Asset Repository. Use when you need to create synthetic test data based on a predefined data model structure.
Generate Workspace Test DataBLAZEMETER_GENERATE_WORKSPACES_TESTDATA
Tool to generate synthetic test data on-the-fly without storing in Asset Repository. Use when you need to quickly generate test data based on a data model schema with generator functions. The data model defines entity schemas with properties, data types, and generator function requirements. Generator functions (like randText, regExp, randInt) create realistic synthetic data. Use the GET_GENERATOR_FUNCTIONS action to discover available generator functions and their parameters.
Get AccountsBLAZEMETER_GET_ACCOUNTS
Tool to retrieve a list of accounts associated with the authenticated user. Use after confirming valid authentication.
Get API Monitoring ScheduleBLAZEMETER_GET_API_MONITORING_SCHEDULE
Tool to retrieve details of a specific API monitoring schedule by its ID. Use when you need to inspect the configuration or timing of an existing schedule.
Get API Monitoring SchedulesBLAZEMETER_GET_API_MONITORING_SCHEDULES
Retrieves a paginated list of API monitoring test schedules. Use to enumerate, review, or manage scheduled test runs. IMPORTANT: At least one of testId, collectionId, workspaceId, or projectId must be provided. Use BLAZEMETER_GET_WORKSPACES or BLAZEMETER_GET_PROJECTS to get valid IDs for filtering.
Get Generator FunctionsBLAZEMETER_GET_GENERATOR_FUNCTIONS
Tool to retrieve all available test data generator functions from BlazeMeter Test Data API. Use when you need to discover what generator functions are available for creating synthetic test data. This action returns a comprehensive list of generator functions organized by category (numeric, text, datetime, logical, CSV, etc.), including function signatures, parameters, return types, descriptions, and usage examples.
Get Generator Seed ListsBLAZEMETER_GET_GENERATOR_SEEDLISTS
Tool to retrieve a list of all available seed lists from BlazeMeter Test Data Management API. Use when you need to view available seed list files that contain sample text such as names of countries, persons, streets, banks, months, weekdays, etc., for test data generation.
Get Info HealthBLAZEMETER_GET_INFO_HEALTH
Tool to retrieve the BlazeMeter service health status. Use when you need to check if the service is operational and healthy.
Get Info VersionBLAZEMETER_GET_INFO_VERSION
Tool to retrieve BlazeMeter service version information. Returns version details including git branch, commit hash, and build number. Use when you need to check the current version of the BlazeMeter service or verify which build is deployed.
Get Masters Reports Main SummaryBLAZEMETER_GET_MASTERS_REPORTS_MAIN_SUMMARY
Tool to retrieve request statistics summary for a master test run. Use when you need high-level performance metrics including response times, throughput, error rates, and percentiles for a completed or running test execution.
Get Multi TestBLAZEMETER_GET_MULTI_TEST
Tool to retrieve details of a specific multi-test. Use after creating or listing multi-tests when you need full configuration and status. Minimal example: "Get multi-test 12345678 with populated tests."
Get Multi TestsBLAZEMETER_GET_MULTI_TESTS
Retrieves a paginated list of multi-tests within a BlazeMeter workspace. Multi-tests allow you to run multiple test configurations together. Use this to list, filter by project, and paginate through available multi-tests. Requires workspaceId (obtain via GET_WORKSPACES).
Get Private LocationsBLAZEMETER_GET_PRIVATE_LOCATIONS
Tool to retrieve a list of private locations filtered by account or workspace. Use when you need to list available private locations for performance testing.
Get Project DetailsBLAZEMETER_GET_PROJECT_DETAILS
Tool to retrieve detailed information about a specific project by its ID. Use when you need to fetch metadata for a single project including name, description, workspace association, and timestamps.
Get ProjectsBLAZEMETER_GET_PROJECTS
Tool to retrieve a list of projects within a specified workspace. Use when you need to enumerate or page through projects under a given workspace.
Get RegionsBLAZEMETER_GET_REGIONS
Tool to retrieve a list of all available test regions for API monitoring. Use when you need to identify valid region codes for scheduling tests or determining where tests can run.
Get Search MetadataBLAZEMETER_GET_SEARCH_METADATA
Retrieve metadata about searchable entities, fields, relationships, and operators in BlazeMeter's search API. Use when you need to understand available search entities, their fields, relationships between entities, or supported query operators.
Get Shared FoldersBLAZEMETER_GET_SHARED_FOLDERS
Tool to retrieve a list of shared folders within a specified workspace. Use when you need to list or enumerate shared folders for organizing tests and assets.
Get TagsBLAZEMETER_GET_TAGS
Tool to retrieve a list of all tags from BlazeMeter Mock Services API. Use when you need to enumerate or page through tags for service virtualization.
Get Test DetailsBLAZEMETER_GET_TEST_DETAILS
Tool to retrieve complete details of a specific test by its ID. Use when you need full information about a test including configuration, executions, tags, and metadata.
Get TestsBLAZEMETER_GET_TESTS
Retrieve a list of performance tests filtered by workspace or project. Either workspaceId or projectId is required. Use this action to list all tests within a specific workspace or project, with support for pagination and sorting. Example: Get all tests in workspace 2225472: {"workspaceId": 2225472, "limit": 10}
Get Tests FilesBLAZEMETER_GET_TESTS_FILES
Tool to list all files associated with a test. Use when you need to view the files attached to a specific test, such as JMX scripts, CSV data files, or YAML configurations. The download links in the response are valid for 20 minutes.
Get Test ValidationsBLAZEMETER_GET_TEST_VALIDATIONS
Tool to retrieve validation results for a specific test by its ID. Use after uploading or modifying test files to confirm file validation status.
Get UserBLAZEMETER_GET_USER
Retrieve the authenticated user's profile information including their default project and preferences. This tool fetches details about the currently authenticated BlazeMeter user, including: - Basic profile info (name, email, timezone) - Account status (enabled, roles) - Activity timestamps (created, last login, last access) - Default project and workspace configuration - User preferences and settings No parameters required - returns information based on the authentication credentials used.
Get User Active SessionsBLAZEMETER_GET_USER_ACTIVE_SESSIONS
Tool to retrieve the list of active test sessions for the authenticated user. Use when you need to check which performance tests or functional tests are currently running for the user. Returns an empty list if no sessions are active.
Get User InvitesBLAZEMETER_GET_USER_INVITES
Tool to retrieve pending invites for the authenticated user. Use when checking for workspace or account invitations.
Get User ProjectsBLAZEMETER_GET_USER_PROJECTS
Tool to retrieve all projects belonging to the authenticated user. Use when you need to list projects accessible by the current user across all workspaces.
Get Workspace DetailsBLAZEMETER_GET_WORKSPACE_DETAILS
Tool to retrieve detailed information about a specific workspace by its ID. Use when you need to fetch workspace configuration, owner details, member count, allowances, available locations, and capabilities.
Get Workspace PackageBLAZEMETER_GET_WORKSPACE_PACKAGE
Tool to retrieve a specific package by its ID from a workspace in the BlazeMeter Asset Repository. Use when you need to fetch detailed information about a package, including its metadata, version, and optionally its dependencies.
Get WorkspacesBLAZEMETER_GET_WORKSPACES
Tool to retrieve a list of workspaces for a specified account. Use when you need to list or filter workspaces by account, status, or name.
Get Workspace AssetsBLAZEMETER_GET_WORKSPACES_ASSETS
Tool to retrieve all data models (assets) in a workspace for Test Data Management. Use when you need to list or search for test data assets within a specific workspace.
Get Workspace Asset By IDBLAZEMETER_GET_WORKSPACES_ASSETS2
Tool to retrieve a specific asset by ID from the Test Data Management Asset Repository. Use when you need to fetch details of a single asset including metadata, data content, or dependencies.
Get Workspace Asset DataBLAZEMETER_GET_WORKSPACES_ASSETS_DATA
Tool to retrieve data from a specific asset in a workspace's asset repository. Use when you need to fetch the actual content/data of an asset stored in BlazeMeter's Asset Repository.
Showing the first 60 of 92 actions.