test_capability_binding
Validate a capability binding's health before routing traffic. Test a saved binding by ID or preview an unsaved inline definition without persisting it.
Instructions
Run a health test on one capability binding and return the outcome. Pass binding_id to test a saved binding, or a full inline definition (provider_id, profile_id, config, ...) to preview-test one that was never saved — nothing is persisted in the preview form. Use this after create_capability_binding or update, before routing traffic to the binding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Scope for the inline preview form. | |
| config | No | Credentials/options for the inline preview form. | |
| scope_ref | No | Scope reference for the inline preview form. | |
| binding_id | No | Saved binding id to test; omit to preview-test inline. | |
| profile_id | No | Profile id for the inline preview form. | |
| provider_id | No | Provider id for the inline preview form. | |
| execution_owner | No | Execution owner for the inline preview form. | |
| customer_metadata | No | Metadata for the inline preview form. |