get_notes
Retrieve multiple notes by their identifiers from the Flint Note vault. Specify fields or use wildcards to filter response data. Supports markdown file organization for AI collaboration.
Instructions
Retrieve multiple notes by their identifiers
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | No | Optional array of field names to include in response. Supports dot notation for nested fields (e.g. "metadata.tags") and wildcard patterns (e.g. "metadata.*"). If not specified, all fields are returned. | |
identifiers | Yes | Array of note identifiers in format "type/filename" or full path | |
vault_id | No | Optional vault ID to operate on. If not provided, uses the current active vault. |