Skip to main content
Glama

Flint Note

by disnet

get_note_info

Retrieve detailed note data, including filename for link creation, by specifying the title or filename. Optionally filter by note type or vault ID to enhance search precision.

Instructions

Get detailed information about a note including filename for link creation

Input Schema

NameRequiredDescriptionDefault
title_or_filenameYesNote title or filename to look up
typeNoOptional: note type to narrow search
vault_idNoOptional vault ID to operate on. If not provided, uses the current active vault.

Input Schema (JSON Schema)

{ "properties": { "title_or_filename": { "description": "Note title or filename to look up", "type": "string" }, "type": { "description": "Optional: note type to narrow search", "type": "string" }, "vault_id": { "description": "Optional vault ID to operate on. If not provided, uses the current active vault.", "type": "string" } }, "required": [ "title_or_filename" ], "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