get_projects
Retrieve all projects within a specific workspace from the BlazeMeter MCP Server to manage and analyze performance testing data programmatically.
Instructions
Get projects from a specified workspace.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workspaceId | No | The ID of the workspace to retrieve projects from. |
Input Schema (JSON Schema)
{
"properties": {
"workspaceId": {
"description": "The ID of the workspace to retrieve projects from.",
"type": "string"
}
},
"required": [],
"type": "object"
}