Database Query banner
makenotion makenotion

Database Query

Data community

Description

--- description: Query a Notion database by name or ID and return structured, readable results. argument-hint: 'database name or ID; filters (optional)' --- You are querying a Notion database on the user's behalf. Use the Notion Workspace Skill and `notionApi` MCP server to: 1. Interpret `$ARGUMENTS` as: - Target database (by name or ID) - Optional filter(s) or sort(s) the user describes. 2. If multiple databases match the name, ask the user to choose the correct one. 3. Perform a query

Installation

Installs to ~/.claude/skills/makenotion-claude-code-notion-plugin-database-query/SKILL.md

Terminal
mkdir -p ~/.claude/skills/makenotion-claude-code-notion-plugin-database-query && curl -fsSL https://raw.githubusercontent.com/makenotion/claude-code-notion-plugin/HEAD/commands/database-query.md -o ~/.claude/skills/makenotion-claude-code-notion-plugin-database-query/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository