search_spec
Find quality assurance conditions matching your natural language query. Returns condition name, category, error tolerance, and parameters for direct use in verification.
Instructions
Search the loaded QA spec for conditions matching a natural-language query.
Returns up to max_results conditions whose name, description, or category contains the query string (case-insensitive). Claude bridges any language gap — queries in English, German, French, or Italian all work.
Each result includes:
name: the full condition name (human-readable rule statement)
category: domain grouping from the spec
allow_errors: False means a hard failure, True means tolerated
condition_request: ready to pass directly into run_verification's conditions list (includes condition method name and pre-filled params)
required_datasets: dataset names and filter expressions to include in run_verification's datasets list
Requires PROSUITE_SPEC_PATH to be configured. Returns an error dict if no spec is loaded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No |