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 MCPtools/list) to read the live schema. - Use
notisView.callTool("LOCAL_NOTIS_DATABASE_QUERY", args)(or MCPtools/call) with arguments that match that schema exactly. - If this skill text and
inputSchemaever differ, followinputSchema.
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: