graph.category.create
Create a new category in the graph catalog to organize and structure data within a project. Provide a slug, name, and project ID, with optional tags and description.
Instructions
Cria uma nova categoria no catálogo do grafo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | Yes | ||
| tags | No | ||
| status | No | active | |
| aliases | No | ||
| project_id | Yes | ||
| description | No |