daz_browse_category
List .duf content files within a DAZ Studio category path. Returns deduplicated items with name, filename, and path.
Instructions
List .duf content files in a content library category path.
Searches all configured DAZ content directories and deduplicates by filename.
Args: category_path: Relative path within content directories (e.g. "People/Genesis 9/Hair"). sort_by: Sort order — only "name" is currently supported (alphabetical).
Returns: Dict with category, items (list of {name, filename, full_path}), and count.
Example: daz_browse_category("People/Genesis 9/Hair") daz_browse_category("Props/Furniture")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_path | Yes | ||
| sort_by | No | name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||