delimit_intel_dataset_register
Register datasets in the file-based intel registry to organize data with names, schemas, and descriptions for structured management.
Instructions
Register a new dataset in the file-based intel registry.
Args: name: Dataset name. schema: Optional JSON schema for the dataset. description: Human-readable description.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| schema | No | ||
| description | No |