get_constraints
Retrieve engineering constraints matching a scope (providers, resource_types, environments, repos, relationship). Fails open with empty list on error.
Instructions
Return engineering constraints relevant to a scope. Inputs: scope (providers, resource_types, environments, repos, relationship), optional version (bundle id; defaults to latest). resource_types use Terraform resource identifiers, e.g. 'aws_s3_bucket' (NOT 's3_bucket'); repos are tags like 'tag:data-plane'. If unsure of valid values, call describe_scope first, or simply omit a dimension (omitted dimensions are 'don't care' and broaden the match rather than excluding). Output: {available, bundle_id, constraints[]}. Fails open: on any error returns available=false with an empty constraints list so you can proceed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | ||
| version | No |