NovaDB
Official@novadb · Germany
Offers comprehensive schema management, object lifecycle control, and job execution monitoring for enterprise content management systems.
Agent Skills by NovaDB
Showing 54 vetted skills indexed across 2 GitHub repositories.
create-form
Create NovaDB form definitions with fields, multilingual names, and editor flags.
get-job-logs
Fetch NovaDB job execution logs and save them to a local file.
nova-objects
Manage NovaDB business data objects with schema-aware CRUD operations.
generate-code-for-type
Generate C# source code for a single NovaDB object type.
set-form-fields
Replace all fields on NovaDB Form objects via attribute 5053.
get-job
Fetch a NovaDB job by ID and return its full details.
delete-attribute
Soft-delete NovaDB attribute definitions by object IDs on a specified branch.
delete-branch
Delete a NovaDB branch by ID via the novadb_cms_delete_branch tool.
create-object-type
Create NovaDB object types with attributes and linked forms via CMS API calls.
update-branch
Update NovaDB branch attributes by id with a values array.
upload-file-cancel
Cancel in-progress chunked file uploads and discard all uploaded chunks.
search-attributes
Search NovaDB attribute definitions by name, data type, or flags via the Index API.
generate-code-for-types
Generate C# source code for multiple or all object types in a NovaDB branch.
update-job
Update NovaDB job state and retention settings via the novadb_cms_update_job tool.
create-branch
Create NovaDB branches with attributes via the novadb_cms_create_branch tool.
create-comment
Create XHTML-wrapped comments on NovaDB objects and fetch full records.
get-jobs
List jobs for a branch with filters and pagination tokens.
add-form-field
Append an attribute definition to a NovaDB form field list.
update-object-type
Update NovaDB object type names and descriptions via novadb_cms_update_objects.
get-job-progress
Fetch current progress metrics for a running NovaDB job by jobId.
create-job
Create and start a job on a NovaDB branch using job definitions and optional input files.
set-virtualization-code
Set JavaScript virtualization code for NovaDB virtual attributes via novadb_cms_update_objects.
get-form
Fetch NovaDB CMS form definitions and resolve referenced field attributes.
nova-schema
Manage NovaDB meta/schema types with safe CRUD workflows and impact analysis.
Frequently Asked Questions About NovaDB
FAQPage SchemaWhat specific tasks can I perform using NovaDB?▼
You can define custom object types, manage branch lifecycles, execute and monitor background jobs, handle chunked file uploads, and perform CRUD operations on schema attributes and XHTML-formatted comments.
Who is the target persona for these capabilities?▼
These functions are designed for backend engineers and database administrators responsible for maintaining CMS schema integrity, managing data object lifecycles, and integrating custom business logic into enterprise content repositories.
How do I generate client-side code for my schema?▼
You can invoke the code generation functions to produce runnable source code in C#, TypeScript, Go, or Python by targeting specific object types or entire branches within your repository.