Skip to main content
Glama

Flint Note

by disnet

search_notes_advanced

Search and filter notes by metadata, dates, or content using structured filters. Sort results, set limits, and retrieve specific fields for efficient note organization and retrieval.

Instructions

Advanced search with structured filters for metadata, dates, and content

Input Schema

NameRequiredDescriptionDefault
content_containsNoSearch within note content
created_beforeNoFind notes created before time period
created_withinNoFind notes created within time period
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
metadata_filtersNoArray of metadata filters
offsetNoNumber of results to skip
sortNoSort order for results
typeNoFilter by note type
updated_beforeNoFind notes updated before time period (e.g., "7d", "1w", "2m")
updated_withinNoFind notes updated within time period (e.g., "7d", "1w", "2m")
vault_idNoOptional vault ID to operate on. If not provided, uses the current active vault.

Input Schema (JSON Schema)

{ "properties": { "content_contains": { "description": "Search within note content", "type": "string" }, "created_before": { "description": "Find notes created before time period", "type": "string" }, "created_within": { "description": "Find notes created within time period", "type": "string" }, "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": 50, "description": "Maximum number of results", "type": "number" }, "metadata_filters": { "description": "Array of metadata filters", "items": { "properties": { "key": { "description": "Metadata key to filter on", "type": "string" }, "operator": { "default": "=", "description": "Comparison operator", "enum": [ "=", "!=", ">", "<", ">=", "<=", "LIKE", "IN" ], "type": "string" }, "value": { "description": "Value to match", "type": "string" } }, "required": [ "key", "value" ], "type": "object" }, "type": "array" }, "offset": { "default": 0, "description": "Number of results to skip", "type": "number" }, "sort": { "description": "Sort order for results", "items": { "properties": { "field": { "enum": [ "title", "type", "created", "updated", "size" ], "type": "string" }, "order": { "enum": [ "asc", "desc" ], "type": "string" } }, "required": [ "field", "order" ], "type": "object" }, "type": "array" }, "type": { "description": "Filter by note type", "type": "string" }, "updated_before": { "description": "Find notes updated before time period (e.g., \"7d\", \"1w\", \"2m\")", "type": "string" }, "updated_within": { "description": "Find notes updated within time period (e.g., \"7d\", \"1w\", \"2m\")", "type": "string" }, "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