Universal fetch tool that retrieves ANY Qase resource using smart ID routing with colon-separated format. Supports projects, test cases, defects, runs, results, plans, suites, milestones,...
Universal delete tool that removes any Qase resource (project, case, defect, run, plan, suite, etc.) using smart ID routing. Returns confirmation of deletion. Deletion is permanent and cannot be...
List Qase projects with filtering and pagination. Shows project code, title, and counts of cases, suites, milestones, runs, and defects.
Create new project or update existing project settings. Provide code for update mode, omit for create mode. Projects are top-level containers for test cases, runs, and defects in Qase.
List test cases in a Qase project with rich filtering, sorting, and pagination. Shows case ID, title, description, steps, severity, priority, status, and more. The workhorse tool for...
Create new test case or update existing test case. Provide id for update mode, omit for create mode. Test cases define what to test, expected results, and test steps. Supports external...
List defects/bugs in a Qase project with filtering, sorting, and pagination. Shows defect ID, title, actual result, severity, status, and linked test runs. The workhorse tool for...
Create new defect or update existing defect. Provide id for update mode, omit for create mode. Defects track bugs found during testing. Status parameter handles resolve/reopen...
List test runs in a Qase project with filtering, sorting, and pagination. Shows run ID, title, status, stats (passed/failed/blocked), time spent, and environment. The workhorse tool for...
Create new test run or update existing test run. Provide id for update mode, omit for create mode. Test runs track execution of test cases. Set status to 'completed' to mark run as...
List test results for a specific test run with filtering and pagination. Shows individual test case execution results including status (passed/failed/blocked), time spent, comments,...
Add a test result to a test run. Records the outcome of executing a specific test case (passed, failed, blocked, etc.). Includes time spent, comments, stacktraces, and attachments. This...
List test plans in a Qase project with pagination. Shows plan ID, title, description, and count of test cases. Test plans are templates/collections of test cases that can be used to...
Create new test plan or update existing test plan. Provide id for update mode, omit for create mode. Test plans are collections of test cases with optional assignees. Use plans to create...
List test suites (folders) in a Qase project with pagination. Shows suite ID, title, description, preconditions, and hierarchy. Test suites organize test cases into folders/categories...
Create new test suite or update existing test suite. Provide id for update mode, omit for create mode. Test suites are folders that organize test cases into hierarchical categories...
List milestones in a Qase project with filtering and pagination. Shows milestone ID, title, description, status, and due date. Milestones represent releases, sprints, or versions to...
Create new milestone or update existing milestone. Provide id for update mode, omit for create mode. Milestones represent releases, sprints, or versions. Use them to organize test cases,...
List test environments in a Qase project with pagination. Shows environment ID, title, description, slug, and host. Environments represent different testing contexts like staging,...
Create new test environment or update existing environment. Provide id for update mode, omit for create mode. Environments represent testing contexts like staging, production, dev, QA....
List shared test steps in a Qase project with pagination. Shows shared step hash, title, action, expected result, and usage count. Shared steps are reusable test step templates that can...
Create new shared step or update existing shared step. Provide hash for update mode, omit for create mode. Shared steps are reusable test step templates (e.g., 'Login as admin',...
List custom fields in Qase workspace with pagination. Shows custom field ID, title, type, entity, and project assignments. Custom fields extend standard Qase entities (cases, defects,...
Create new custom field or update existing custom field. Provide id for update mode, omit for create mode. Custom fields add structured metadata to test cases, defects, and runs....
List team members in Qase workspace with pagination. Shows user ID, name, email, title, and status. Use this to get user IDs for assigning test cases, plans, and defects. Read-only -...