Skip to main content
Glama

Obsidian MCP Server

by bazylhorsey

dataview_query

Execute Dataview-style queries to filter, sort, and analyze notes from your Obsidian vault based on metadata, tags, and content criteria.

Instructions

Execute a Dataview-style query on notes

Input Schema

NameRequiredDescriptionDefault
fromNoSource filter (folder path or #tag)
groupByNoField to group by
limitNoMaximum results
selectNoFields to select
sortNoSort order
vaultYesVault name
whereNoFilter conditions

Input Schema (JSON Schema)

{ "properties": { "from": { "description": "Source filter (folder path or #tag)", "type": "string" }, "groupBy": { "description": "Field to group by", "type": "string" }, "limit": { "description": "Maximum results", "type": "number" }, "select": { "description": "Fields to select", "items": { "type": "string" }, "type": "array" }, "sort": { "description": "Sort order", "items": { "properties": { "direction": { "enum": [ "asc", "desc" ], "type": "string" }, "field": { "type": "string" } }, "type": "object" }, "type": "array" }, "vault": { "description": "Vault name", "type": "string" }, "where": { "description": "Filter conditions", "items": { "properties": { "field": { "type": "string" }, "operator": { "enum": [ "eq", "neq", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists" ], "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" } }, "required": [ "vault" ], "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/bazylhorsey/obsidian-mcp-server'

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