update_note_type
Modify one or more fields of an existing note type, including instructions, description, and metadata schema, ensuring version control with content hash for conflict prevention.
Instructions
Update one or more fields of an existing note type
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content_hash | Yes | Content hash of the current note type definition to prevent conflicts | |
description | No | New description for the note type | |
instructions | No | New agent instructions for the note type | |
metadata_schema | No | Array of metadata field definitions | |
type_name | Yes | Name of the note type to update | |
vault_id | No | Optional vault ID to operate on. If not provided, uses the current active vault. |