delimit_resource_drivers
List available data plane drivers and their resource schemas to inventory which external systems (e.g., GitHub) can be read from.
Instructions
List available data plane drivers and their resource schemas.
When to use: to inventory which external systems Delimit can read from (github, etc.) and what resources each driver exposes. When NOT to use: to read data from a driver (use delimit_resource_list / delimit_resource_get).
Sibling contrast: delimit_resource_list lists items via a driver; this lists the drivers themselves.
Side effects: read-only. Calls ai.data_plane.list_drivers.
Args: None.
Returns: Dict with key "drivers" (list of driver definitions and their resource schemas) and next_steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||