Skip to main content
Glama

Obsidian MCP Server

by getglad

search_by_property

Search for notes by frontmatter property values to quickly locate specific content based on metadata fields in your Obsidian vault.

Instructions

Search for notes by frontmatter property (metadata field)

Input Schema

NameRequiredDescriptionDefault
limitNo
property_nameYes
property_valueNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "title": "Limit", "type": "integer" }, "property_name": { "title": "Property Name", "type": "string" }, "property_value": { "default": "", "title": "Property Value", "type": "string" } }, "required": [ "property_name" ], "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/getglad/obsidian_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server