get_workspaces
Retrieve workspaces associated with a specific account ID using the BlazeMeter MCP Server, facilitating streamlined access to performance testing resources.
Instructions
Get workspaces from a specified account.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountId | No | The ID of the account to retrieve workspaces from. |
Input Schema (JSON Schema)
{
"properties": {
"accountId": {
"description": "The ID of the account to retrieve workspaces from.",
"type": "string"
}
},
"required": [],
"type": "object"
}