konecty-meta-view
Konecty Meta View
Manage view-type (form) metadata definitions (visuals tree, labels, parent inheritance).
Prerequisites
Requires admin credentials from konecty-session. User must have admin: true.
Workflow
1. Show a view definition
python3 scripts/meta_view.py show Activity Default
2. List visuals (flattened)
python3 scripts/meta_view.py visuals Activity Default
3. Upsert full view
python3 scripts/meta_view.py upsert Activity Default --file view.json
Key concepts
_idpattern:{Document}:view:{Name}visualsis a recursive tree of:visualGroup: container withstyle.title,style.icon, nestedvisuals[]visualSymlink: references a field; hasfieldNameand optionalstyle(readOnlyVersion, renderAs, etc.)reverseLookup: shows related records; hasfield,document,list
parentenables view inheritance between namespaceslabelsupports{field}interpolation for dynamic titles
Script reference
See scripts/meta_view.py. Stdlib only.
More from konecty/skills
konecty-meta-namespace
Manage Konecty Namespace global configuration: email servers, RabbitMQ queue config, storage, webhooks, plan settings, portal config. Use when the user wants to configure SMTP servers, add RabbitMQ queues, set up storage, configure global webhooks (onCreate/onUpdate/onDelete), manage Konsistent settings, or view global tenant configuration. Requires admin credentials.
9konecty-meta-list
Manage Konecty list view metadata: show list definitions, manage columns, filters, sorters, calendars, and boards. Use when the user wants to create or modify list views, change column visibility or order, update default filters, or configure calendar/board views. Requires admin credentials.
8konecty-meta-access
Manage Konecty access profile metadata: show access definitions, inspect permissions, set field-level access, configure read/update filters, manage document-level flags. Use when the user wants to create or modify access profiles, set field permissions, add row-level filters, or control menu visibility. Requires admin credentials.
8konecty-meta-doctor
Validate Konecty metadata integrity: check for orphan references, missing access profiles, invalid field types, broken lookup targets, queue resource consistency, and other metadata health issues. Use when the user wants to audit metadata quality, find broken references, or validate that metadata is consistent and complete. Requires admin credentials.
8konecty-meta-document
Manage Konecty document metadata: show document definitions, list fields, add/remove/update fields, manage document events (queue/webhook). Use when the user wants to create or modify a document schema, add fields, manage field properties, or configure document-level events for queue/webhook integration. Requires admin credentials.
8konecty-modules
Lists Konecty modules the current session has read access to, and retrieves fields and types for a specific module. Use when the user asks what modules or documents are available in Konecty, wants to know the fields/types of a module, needs to find the internal name of a module (e.g. "contatos", "clientes", "Oportunidade"), or wants to understand what data is accessible. Requires an active session from the konecty-session skill (KONECTY_URL and KONECTY_TOKEN in ~/.konecty/.env).
7