Skip to main content
Glama

Flint Note

by disnet

search_notes

Search and filter notes by content, type, or regex patterns on Flint Note. Retrieve specific fields and limit results for efficient note organization and access.

Instructions

Search notes by content and/or type. Empty queries return all notes sorted by last updated.

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.
limitNoMaximum number of results to return
queryNoSearch query or regex pattern. Empty string or omitted returns all notes.
type_filterNoOptional filter by note type
use_regexNoEnable regex pattern matching
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" }, "limit": { "default": 10, "description": "Maximum number of results to return", "type": "number" }, "query": { "description": "Search query or regex pattern. Empty string or omitted returns all notes.", "type": "string" }, "type_filter": { "description": "Optional filter by note type", "type": "string" }, "use_regex": { "default": false, "description": "Enable regex pattern matching", "type": "boolean" }, "vault_id": { "description": "Optional vault ID to operate on. If not provided, uses the current active vault.", "type": "string" } }, "required": [], "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