commandby makenotion

Find

Quickly find pages or databases in Notion by title keywords.

Installs: 0
Used in: 1 repos
Updated: 1mo ago
$npx ai-builder add command makenotion/find

Installs to .claude/commands/find.md

Use the Notion Workspace Skill and `notionApi` MCP server to quickly locate pages or databases whose titles
match `$ARGUMENTS`.

Behavior:

- Treat `$ARGUMENTS` as fuzzy search terms for titles (e.g. "Q1 plan", "Claude marketplace spec").
- Search both:
  - Individual pages
  - Databases
- Return a short list of the best matches with:
  - Title
  - Type (page or database)
  - Location / parent (if available)
- Prefer precision over recall: better to show 5–10 very relevant results than 50 noisy ones.

If nothing is found, say so clearly and suggest alternate search terms.

Quick Install

$npx ai-builder add command makenotion/find

Details

Type
command
Slug
makenotion/find
Created
1mo ago