notis-query

Installation
SKILL.md

Notis Query Skill

Use this skill when the user wants to search, filter, sort, or page through records in a native Notis database and the task is best handled with structured criteria instead of semantic search.

This skill is the single source of truth for LOCAL_NOTIS_DATABASE_QUERY.

Canonical contract source

For custom view runtime usage, the canonical contract is always MCP tools/list inputSchema for LOCAL_NOTIS_DATABASE_QUERY.

  • Use notisView.listTools() (or MCP tools/list) to read the live schema.
  • Use notisView.callTool("LOCAL_NOTIS_DATABASE_QUERY", args) (or MCP tools/call) with arguments that match that schema exactly.
  • If this skill text and inputSchema ever differ, follow inputSchema.

This keeps query arguments aligned with the same tool definitions used by agent runtime and avoids maintaining duplicate schema formats.

When to use LOCAL_NOTIS_DATABASE_QUERY

Use LOCAL_NOTIS_DATABASE_QUERY when:

Installs
36
First Seen
Aug 8, 2026
notis-query — mindtheflo/notis-skills