Skip to main content
Glama

Flint Note

by disnet

search_by_links

Identify and retrieve notes in Flint Note by analyzing link relationships. Find notes that link to specific entries, are linked from others, contain external domains, or have broken internal links.

Instructions

Search for notes based on their link relationships

Input Schema

NameRequiredDescriptionDefault
broken_linksNoFind notes with broken internal links
external_domainsNoFind notes with external links to these domains
has_links_toNoFind notes that link to any of these notes
linked_fromNoFind notes that are linked from any of these notes

Input Schema (JSON Schema)

{ "properties": { "broken_links": { "description": "Find notes with broken internal links", "type": "boolean" }, "external_domains": { "description": "Find notes with external links to these domains", "items": { "type": "string" }, "type": "array" }, "has_links_to": { "description": "Find notes that link to any of these notes", "items": { "type": "string" }, "type": "array" }, "linked_from": { "description": "Find notes that are linked from any of these notes", "items": { "type": "string" }, "type": "array" } }, "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