discover_capability_binding
Discover capabilities exposed by a binding and return them as catalog entries. Refresh saved bindings or preview inline definitions before browsing with list_capabilities.
Instructions
Discover the capabilities one binding exposes and return them as catalog entries. Pass binding_id to discover a saved binding (this publishes or refreshes its capabilities in the catalog), or a full inline definition to preview-discover one that was never saved. Call this after create_capability_binding, then browse the result with list_capabilities.
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 discover; omit to preview 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. |