Skip to main content
Glama

Flint Note

by disnet

get_notes

Retrieve multiple notes by their identifiers using optional vault ID and specific fields. Works with Flint Note's markdown-based vault system for organized note-taking and AI collaboration.

Instructions

Retrieve multiple notes by their identifiers

Input Schema

NameRequiredDescriptionDefault
fieldsNoOptional 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.
identifiersYesArray of note identifiers in format "type/filename" or full path
vault_idNoOptional vault ID to operate on. If not provided, uses the current active vault.

Input Schema (JSON Schema)

{ "properties": { "fields": { "description": "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.", "items": { "type": "string" }, "type": "array" }, "identifiers": { "description": "Array of note identifiers in format \"type/filename\" or full path", "items": { "type": "string" }, "type": "array" }, "vault_id": { "description": "Optional vault ID to operate on. If not provided, uses the current active vault.", "type": "string" } }, "required": [ "identifiers" ], "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