query_registry
Query the test registry to find tests by status, language, test type, project, or requirement ID.
Instructions
Query the UTF persistent test registry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status (generated | executed | failed | gap) | |
| language | No | Filter by language (python | typescript | …) | |
| test_type | No | Filter by test type (unit | integration | api | …) | |
| project_id | No | Filter by project (defaults to current directory name) | |
| project_dir | No | Absolute path to the caller's project root. Points the registry query at <project_dir>/.utf/utf.db. Defaults to the current working directory of the MCP client process. | |
| requirement_id | No | Filter tests that cover a specific requirement ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||