Delimit Resource Drivers
delimit_resource_driversList available data plane drivers and their resource schemas to identify which external systems Delimit can read from. Use this read-only tool to inventory driver capabilities before fetching data.
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 | |||