QMetry: Fetch QMetry Project Info
qmetry_fetch_qmetry_project_infoRetrieve QMetry project configuration including viewId and folderPath to enable test case operations and project navigation.
Instructions
Fetch QMetry project information including viewId and folderPath needed for other operations
Toolset: Projects
Parameters:
projectKey (string): Project key - unique identifier for the project (default: "default")
Output Description: JSON object containing project details, viewIds, folderPaths, and project configuration
Use Cases: 1. Get project configuration before fetching test cases 2. Retrieve available viewIds for test case listing 3. Get folderPath information for project navigation 4. Validate project access and permissions
Examples:
Get default project info
{}Expected Output: Project configuration with viewIds, folderPaths, and project details
Get specific project info
{
"projectKey": "MAC"
}Expected Output: MAC project configuration with available views and folders
Hints: 1. Always call this first when user doesn't provide viewId or folderPath 2. Use 'default' project key when user doesn't specify one 3. Extract viewId from latestViews.TC.viewId for test case operations 4. Use empty string '' as folderPath for root directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | No | Project key - unique identifier for the project | default |