What problem does it solve?
This Skill provides a deterministic read-only workflow to fetch a NovaDB CMS object type and resolve all referenced attribute definitions by traversing the type → form → attribute chain, eliminating manual lookup across forms and attribute objects.
Core Features & Use Cases
- Type retrieval: Fetch a type with inherited values using novadb_cms_get_object and extract form references from attributes 5001 and 5002.
- Form field resolution: Load each form, extract field IDs from attribute 5053, preserve form ordering via sortReverse, and deduplicate fields.
- Bulk attribute retrieval: Retrieve attribute definitions in bulk with novadb_cms_get_objects and return them alongside the type for reporting or UI consumption.
- Use Case: Inspect a content type to generate schema documentation, validate fields for a report, or prepare a field list for a detail view without modifying data.
Quick Start
Fetch the resolved attribute definitions and object type for the requested type ID on the target branch and return both the type and the attribute definitions.