create_system_json
Generate structured JSON files to store coherent, searchable data or workflows across domains. Specify name, domain, description, and data for organized information management.
Instructions
Create a new system JSON file for storing coherent detailed searchable data or instructions and workflows for any domain or action.
Parameters:
- name: Name for the system JSON file (required) - alphanumeric, underscore, hyphen only
- domain: Domain or category for the data (required)
- description: Description of what this system JSON contains (required)
- data: The structured data to store (required) - can be any JSON-serializable object
- tags: Optional array of tags for searchability
Returns success status and confirmation message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | The structured data to store | |
description | Yes | Description of what this system JSON contains | |
domain | Yes | Domain or category for the data | |
name | Yes | Name for the system JSON file (alphanumeric, underscore, hyphen only) | |
tags | No | Optional array of tags for searchability |