create_note_type
Design custom note types by defining purpose, agent instructions, and metadata schema. Organize and structure notes effectively for AI collaboration within the Flint Note system.
Instructions
Create a new note type with description, agent instructions, and metadata schema
Input Schema
Name | Required | Description | Default |
---|---|---|---|
agent_instructions | No | Optional custom agent instructions for this note type | |
description | Yes | Description of the note type purpose and usage | |
metadata_schema | No | Optional metadata schema definition for this note type | |
type_name | Yes | Name of the note type (filesystem-safe) | |
vault_id | No | Optional vault ID to operate on. If not provided, uses the current active vault. |