Skip to main content
Glama

Flint Note

by disnet

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

NameRequiredDescriptionDefault
content_hashYesContent hash of the current note type definition to prevent conflicts
descriptionNoNew description for the note type
instructionsNoNew agent instructions for the note type
metadata_schemaNoArray of metadata field definitions
type_nameYesName of the note type to update
vault_idNoOptional vault ID to operate on. If not provided, uses the current active vault.

Input Schema (JSON Schema)

{ "properties": { "content_hash": { "description": "Content hash of the current note type definition to prevent conflicts", "type": "string" }, "description": { "description": "New description for the note type", "type": "string" }, "instructions": { "description": "New agent instructions for the note type", "type": "string" }, "metadata_schema": { "description": "Array of metadata field definitions", "items": { "properties": { "constraints": { "description": "Field constraints", "properties": { "max": { "type": "number" }, "min": { "type": "number" }, "options": { "items": { "type": "string" }, "type": "array" }, "pattern": { "type": "string" } }, "type": "object" }, "default": { "description": "Default value for the field" }, "description": { "description": "Human-readable description of the field", "type": "string" }, "name": { "description": "Field name", "type": "string" }, "required": { "description": "Whether the field is required", "type": "boolean" }, "type": { "description": "Field type", "enum": [ "string", "number", "boolean", "date", "array", "select" ], "type": "string" } }, "required": [ "name", "type" ], "type": "object" }, "type": "array" }, "type_name": { "description": "Name of the note type to update", "type": "string" }, "vault_id": { "description": "Optional vault ID to operate on. If not provided, uses the current active vault.", "type": "string" } }, "required": [ "type_name", "content_hash" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/disnet/flint-note'

If you have feedback or need assistance with the MCP directory API, please join our Discord server