ssdavid's picture
Upload train.jsonl with huggingface_hub
77726ad verified
{"instruction": "List first 5 assets by category", "output": "{\"name\": \"First 5 Assets by Category\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"category\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "Show assets where domain is pending sorted by type", "output": "{\"name\": \"Pending Domain Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"domain\", \"text\": {\"equals\": \"pending\"}}]}, \"sort\": [{\"property\": \"asset_type\", \"direction\": \"asc\"}]}}"}
{"instruction": "List top 10 accts by currency", "output": "{\"name\": \"Top 10 Accounts by Currency\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"currency\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Show procs created this week", "output": "{\"name\": \"Procs Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "What locs do I have?", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "Find all assets in the vault", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "Find assets from 2026", "output": "{\"name\": \"Assets from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"created\", \"text\": {\"contains\": \"2026\"}}]}}}"}
{"instruction": "List _schemas ordered by relationships descending", "output": "{\"name\": \"Schemas by Relationships\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"sort\": [{\"property\": \"relationships\", \"direction\": \"desc\"}]}}"}
{"instruction": "List first 5 evts by description", "output": "{\"name\": \"First 5 Events by Description\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, \"sort\": [{\"property\": \"description\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find assets from 2024", "output": "{\"name\": \"Assets from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"created\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "List projs ordered by tech_stack descending", "output": "{\"name\": \"Projects by Tech Stack\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"tech_stack\", \"direction\": \"desc\"}]}}"}
{"instruction": "What docs were added recently?", "output": "{\"name\": \"Recent Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "What are the newest evts?", "output": "{\"name\": \"Newest Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "What are the newest orgs?", "output": "{\"name\": \"Newest Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "List top 10 learns by date_learned", "output": "{\"name\": \"Top 10 Learns by Date Learned\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"date_learned\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show accts sorted by status_changed_at", "output": "{\"name\": \"Accounts by Status Change\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"status_changed_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show procs sorted by notes", "output": "{\"name\": \"Processes Sorted by Notes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"notes\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Which locs have lng set to done?", "output": "{\"name\": \"Locations with lng done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"lng\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "Show top 10 orgs", "output": "{\"name\": \"Top 10 Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"limit\": 10}}"}
{"instruction": "List first 5 learns by related_projects", "output": "{\"name\": \"First 5 Learns by Related Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"related_projects\", \"direction\": \"desc\"}], \"limit\": 5}}"}
{"instruction": "What are the newest evts?", "output": "{\"name\": \"Newest Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "List first 5 assets by maintenance_procedure", "output": "{\"name\": \"First 5 Assets by Maintenance Procedure\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"maintenance_procedure\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Which procs have relationships set to important?", "output": "{\"name\": \"Important Procs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, {\"property\": \"relationships\", \"text\": {\"contains\": \"important\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Which assets have url set to completed?", "output": "{\"name\": \"Assets with URL Completed\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"url\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "What projs do I have?", "output": "{\"name\": \"My Projects\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}}}"}
{"instruction": "Which learns have source_url set to active?", "output": "{\"name\": \"Learns with Active Source URL\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"source_url\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show persons created this week", "output": "{\"name\": \"Persons Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "List evts ordered by owner descending", "output": "{\"name\": \"Events by Owner Descending\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"owner\", \"direction\": \"desc\"}]}}"}
{"instruction": "What are the newest locs?", "output": "{\"name\": \"Newest Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show oldest locs first", "output": "{\"name\": \"Oldest Locations First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "List accts ordered by acct_type descending", "output": "{\"name\": \"Accounts by Type\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"acct_type\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "What _schemas were added recently?", "output": "{\"name\": \"Recent Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "What are the newest assets?", "output": "{\"name\": \"Newest Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "What learns do I have?", "output": "{\"name\": \"All Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}}}"}
{"instruction": "Show top 10 orgs", "output": "{\"name\": \"Top 10 Organizations\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, \"limit\": 10}}"}
{"instruction": "Find all docs in the vault", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "What projs were added recently?", "output": "{\"name\": \"Recent Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "What docs do I have?", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "Show me all contents", "output": "{\"name\": \"All Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show me all evts", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "List locs ordered by loc_type descending", "output": "{\"name\": \"Locations by Type Descending\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"loc_type\", \"direction\": \"desc\"}]}}"}
{"instruction": "List docs ordered by relationships descending", "output": "{\"name\": \"Docs by Relationships\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}, \"sort\": [{\"property\": \"relationships\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show oldest _schemas first", "output": "{\"name\": \"Oldest Schemas First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Which procs have relationships set to done?", "output": "{\"name\": \"Completed Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, {\"property\": \"relationships\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "Find all projs in the vault", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "Which assets have owner set to completed?", "output": "{\"name\": \"Assets with Owner Completed\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"owner\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show locs where coordinates is done sorted by notes", "output": "{\"name\": \"Locations with Coordinates by Notes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"coordinates\", \"text\": {\"equals\": \"done\"}}]}, \"sort\": [{\"property\": \"notes\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show top 10 assets", "output": "{\"name\": \"Top 10 Assets\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, \"limit\": 10}}"}
{"instruction": "Find assets from 2026", "output": "{\"name\": \"Assets from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"created\", \"text\": {\"contains\": \"2026\"}}]}}}"}
{"instruction": "List first 5 locs by loc_type", "output": "{\"name\": \"First 5 Locations by Type\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"loc_type\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "Find contents with title containing done", "output": "{\"name\": \"Contents with Done in Title\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"title\", \"text\": {\"contains\": \"done\"}}]}}}"}
{"instruction": "List top 10 persons by moon", "output": "{\"name\": \"Top 10 Persons by Moon\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"astrology\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show evts where created_at is pending", "output": "{\"name\": \"Events with Pending Created At\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"created_at\", \"text\": {\"equals\": \"pending\"}}]}}}"}
{"instruction": "Show orgs where certifications is active", "output": "{\"name\": \"Active Certified Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"certifications\", \"text\": {\"contains\": \"active\"}}]}}}"}
{"instruction": "List top 10 procs by end_date", "output": "{\"name\": \"Top 10 Procs by End Date\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"end_date\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "List first 5 projs by description", "output": "{\"name\": \"First 5 Projects by Description\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"description\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "Find all assets in the vault", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "List top 10 accts by opened", "output": "{\"name\": \"Top 10 Accounts by Opened\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show top 10 locs", "output": "{\"name\": \"Top 10 Locations\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, \"limit\": 10}}"}
{"instruction": "What _schemas do I have?", "output": "{\"name\": \"All Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}}}"}
{"instruction": "List first 5 procs by participants", "output": "{\"name\": \"First 5 Procs by Participants\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"participants\", \"direction\": \"desc\"}], \"limit\": 5}}"}
{"instruction": "Show top 10 evts", "output": "{\"name\": \"Top 10 Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"limit\": 10}}"}
{"instruction": "Show projs where relationships is completed sorted by domain", "output": "{\"name\": \"Completed Projects by Domain\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"relationships\", \"text\": {\"contains\": \"completed\"}}]}, \"sort\": [{\"property\": \"domain\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find contents from 2025", "output": "{\"name\": \"Contents from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"published\", \"text\": {\"contains\": \"2025\"}}]}}}"}
{"instruction": "Which assets have currency set to pending?", "output": "{\"name\": \"Assets with Pending Currency\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"currency\", \"text\": {\"equals\": \"pending\"}}]}}}"}
{"instruction": "What are the newest assets?", "output": "{\"name\": \"Newest Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "What projs were added recently?", "output": "{\"name\": \"Recent Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find all contents in the vault", "output": "{\"name\": \"All Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Find all persons in the vault", "output": "{\"name\": \"All Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "What docs do I have?", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "List every evt", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "What projs do I have?", "output": "{\"name\": \"My Projects\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show assets created this week", "output": "{\"name\": \"Assets Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"created\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show top 10 accts", "output": "{\"name\": \"Top 10 Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"limit\": 10}}"}
{"instruction": "Find orgs from 2025", "output": "{\"name\": \"Orgs from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2025\"}}]}}}"}
{"instruction": "Find _schemas with created_at containing completed", "output": "{\"name\": \"Schemas with Completed Created At\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"completed\"}}]}}}"}
{"instruction": "Show oldest projs first", "output": "{\"name\": \"Oldest Projects First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show learns created this week", "output": "{\"name\": \"Learns Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "List top 10 persons by twenty_id", "output": "{\"name\": \"Top 10 Persons by Twenty ID\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, \"sort\": [{\"property\": \"twenty_id\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show top 10 docs", "output": "{\"name\": \"Top 10 Docs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}, \"limit\": 10}}"}
{"instruction": "Show _schemas where updated_at is active", "output": "{\"name\": \"Active Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"updated_at\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show top 10 locs", "output": "{\"name\": \"Top 10 Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"limit\": 10}}"}
{"instruction": "List every doc", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Which contents have title set to important?", "output": "{\"name\": \"Important Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"title\", \"text\": {\"equals\": \"important\"}}]}}}"}
{"instruction": "Show me all projs", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "List top 10 assets by created", "output": "{\"name\": \"Top 10 Assets by Created\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show me all _schemas", "output": "{\"name\": \"All Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "List first 5 persons by linkedin", "output": "{\"name\": \"First 5 Persons by LinkedIn\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"linkedin\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "List top 10 contents by published", "output": "{\"name\": \"Top 10 Contents by Published\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"published\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Which contents have source set to pending?", "output": "{\"name\": \"Contents with Pending Source\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"source\", \"text\": {\"equals\": \"pending\"}}]}}}"}
{"instruction": "What evts were added recently?", "output": "{\"name\": \"Recent Events\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show me all accts", "output": "{\"name\": \"All Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "Show me all evts", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "What evts do I have?", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "Show learns sorted by source_date", "output": "{\"name\": \"Learns by Source Date\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"source_date\", \"direction\": \"desc\"}]}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Find docs with source containing done", "output": "{\"name\": \"Docs with Source Containing Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"source\", \"text\": {\"contains\": \"done\"}}]}}}"}
{"instruction": "Show persons created this week", "output": "{\"name\": \"Persons Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show contents where source is active sorted by type", "output": "{\"name\": \"Active Content by Type\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"source\", \"text\": {\"equals\": \"active\"}}]}, \"sort\": [{\"property\": \"type\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show locs where country is completed sorted by loc_type", "output": "{\"name\": \"Completed Locations by Type\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"country\", \"text\": {\"equals\": \"completed\"}}]}, \"sort\": [{\"property\": \"loc_type\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show oldest locs first", "output": "{\"name\": \"Oldest Locations First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find assets with serial_number containing pending", "output": "{\"name\": \"Assets with Pending Serial Numbers\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"serial_number\", \"text\": {\"contains\": \"pending\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find docs with name containing done", "output": "{\"name\": \"Docs Containing Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"name\", \"text\": {\"contains\": \"done\"}}]}}}"}
{"instruction": "Show persons created this week", "output": "{\"name\": \"Persons Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show learns created this week", "output": "{\"name\": \"Learns Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find docs from 2024", "output": "{\"name\": \"Docs from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"created\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "Show orgs where phone is active sorted by tags", "output": "{\"name\": \"Active Phone Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"phone\", \"text\": {\"equals\": \"active\"}}]}, \"sort\": [{\"property\": \"tags\", \"direction\": \"asc\"}]}}"}
{"instruction": "List projs ordered by owner descending", "output": "{\"name\": \"Projects by Owner Descending\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"owner\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find learns from 2024", "output": "{\"name\": \"Learns from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "Show me all locs", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "Show contents where published is done", "output": "{\"name\": \"Published Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"published\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find all evts in the vault", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "Show docs where type is pending", "output": "{\"name\": \"Pending Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"doc_type\", \"text\": {\"equals\": \"pending\"}}]}}}"}
{"instruction": "List top 10 contents by slug", "output": "{\"name\": \"Top 10 Contents by Slug\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"slug\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Find all docs in the vault", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "Show learns where created is done", "output": "{\"name\": \"Completed Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"created\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "List every loc", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show persons sorted by created_at", "output": "{\"name\": \"Persons by Created Date\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "What are the newest orgs?", "output": "{\"name\": \"Newest Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find all learns in the vault", "output": "{\"name\": \"All Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}}}"}
{"instruction": "Show oldest projs first", "output": "{\"name\": \"Oldest Projects First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Which contents have source set to pending?", "output": "{\"name\": \"Contents with Pending Source\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"source\", \"text\": {\"equals\": \"pending\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List persons ordered by twenty_id descending", "output": "{\"name\": \"Persons by Twenty ID\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"twenty_id\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find orgs from 2025", "output": "{\"name\": \"Organizations from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2025\"}}]}}}"}
{"instruction": "Show evts where updated_at is important sorted by status", "output": "{\"name\": \"Important Events by Status\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"updated_at\", \"text\": {\"contains\": \"important\"}}]}, \"sort\": [{\"property\": \"status\", \"direction\": \"asc\"}]}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show persons created this week", "output": "{\"name\": \"Persons Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "List first 5 learns by goal", "output": "{\"name\": \"First 5 Learns by Goal\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"goals\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "List first 5 evts by status", "output": "{\"name\": \"First 5 Events by Status\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"status\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "Which learns have learning_goal set to completed?", "output": "{\"name\": \"Completed Learning Goals\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"learning_goal\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List every person", "output": "{\"name\": \"All People\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "Show assets created this week", "output": "{\"name\": \"Assets Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"created\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "List first 5 learns by context", "output": "{\"name\": \"First 5 Learns by Context\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"context\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "Which docs have source set to completed?", "output": "{\"name\": \"Docs with Completed Source\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"source\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find locs with tags containing active", "output": "{\"name\": \"Active Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"tags\", \"text\": {\"contains\": \"active\"}}]}}}"}
{"instruction": "What locs were added recently?", "output": "{\"name\": \"Recent Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show oldest procs first", "output": "{\"name\": \"Oldest Processes First\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "List every loc", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "Show procs sorted by end_date", "output": "{\"name\": \"Procs by End Date\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"end_date\", \"direction\": \"desc\"}]}}"}
{"instruction": "Which learns have domain set to active?", "output": "{\"name\": \"Active Domain Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"domain\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show projs created this week", "output": "{\"name\": \"Projects Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "List every person", "output": "{\"name\": \"All People\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "Which orgs have source_date set to done?", "output": "{\"name\": \"Orgs with Source Date Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"source_date\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "Which learns have learning_goal set to pending?", "output": "{\"name\": \"Learns with Pending Learning Goal\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"learning_goal\", \"text\": {\"equals\": \"pending\"}}]}}}"}
{"instruction": "List first 5 learns by related_concepts", "output": "{\"name\": \"First 5 Learns by Related Concepts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"related_concepts\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "List every proc", "output": "{\"name\": \"All Procedures\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "Find evts with relationships containing completed", "output": "{\"name\": \"Events with Completed Relationships\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"relationships\", \"text\": {\"contains\": \"completed\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show top 10 assets", "output": "{\"name\": \"Top 10 Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"limit\": 10}}"}
{"instruction": "Show locs where stub is important sorted by owner", "output": "{\"name\": \"Important Stub Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"stub\", \"text\": {\"equals\": \"important\"}}]}, \"sort\": [{\"property\": \"owner\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find all accts in the vault", "output": "{\"name\": \"All Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "What are the newest assets?", "output": "{\"name\": \"Newest Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "What accts do I have?", "output": "{\"name\": \"My Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "What contents were added recently?", "output": "{\"name\": \"Recent Content\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"published\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show _schemas sorted by description", "output": "{\"name\": \"Schemas by Description\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, \"sort\": [{\"property\": \"description\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show evts where updated_at is active sorted by end_date", "output": "{\"name\": \"Active Events by End Date\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"updated_at\", \"text\": {\"equals\": \"active\"}}]}, \"sort\": [{\"property\": \"end_date\", \"direction\": \"desc\"}]}}"}
{"instruction": "What evts were added recently?", "output": "{\"name\": \"Recent Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "What evts were added recently?", "output": "{\"name\": \"Recent Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show me all learns", "output": "{\"name\": \"All Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}}}"}
{"instruction": "Show me all orgs", "output": "{\"name\": \"All Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "Show orgs where contact is active sorted by phone", "output": "{\"name\": \"Active Orgs by Phone\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"contact\", \"text\": {\"equals\": \"active\"}}]}, \"sort\": [{\"property\": \"phone\", \"direction\": \"asc\"}]}}"}
{"instruction": "List every org", "output": "{\"name\": \"All Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "List top 10 learns by domain", "output": "{\"name\": \"Top 10 Learns by Domain\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"category\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "List locs ordered by address descending", "output": "{\"name\": \"Locations by Address Descending\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"address\", \"direction\": \"desc\"}]}}"}
{"instruction": "What persons were added recently?", "output": "{\"name\": \"Recently Added Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find contents with tags containing pending", "output": "{\"name\": \"Contents with Pending Tags\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"tags\", \"text\": {\"contains\": \"pending\"}}]}}}"}
{"instruction": "Show top 10 persons", "output": "{\"name\": \"Top 10 Persons\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, \"limit\": 10}}"}
{"instruction": "Show evts where owner is active", "output": "{\"name\": \"Events with Active Owner\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"owner\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List first 5 projs by created_at", "output": "{\"name\": \"First 5 Projects by Created\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "What are the newest procs?", "output": "{\"name\": \"Newest Procs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show persons created this week", "output": "{\"name\": \"Persons Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "List top 10 learns by goal", "output": "{\"name\": \"Top 10 Learns by Goal\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"goals\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Which _schemas have owner set to done?", "output": "{\"name\": \"Schemas with Owner Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"owner\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "What persons were added recently?", "output": "{\"name\": \"Recently Added Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show _schemas created this week", "output": "{\"name\": \"Schemas Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find procs from 2026", "output": "{\"name\": \"Procs from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2026\"}}]}}}"}
{"instruction": "Show learns sorted by source_url", "output": "{\"name\": \"Learns by Source URL\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"source_url\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show top 10 projs", "output": "{\"name\": \"Top 10 Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Find all learns in the vault", "output": "{\"name\": \"All Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}}}"}
{"instruction": "List first 5 assets by created", "output": "{\"name\": \"First 5 Assets by Created\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}], \"limit\": 5}}"}
{"instruction": "List top 10 evts by status", "output": "{\"name\": \"Top 10 Events by Status\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"status\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show evts where event_type is completed sorted by updated", "output": "{\"name\": \"Completed Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"event_type\", \"text\": {\"equals\": \"completed\"}}]}, \"sort\": [{\"property\": \"updated\", \"direction\": \"desc\"}]}}"}
{"instruction": "List top 10 evts by time", "output": "{\"name\": \"Top 10 Events by Time\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, \"sort\": [{\"property\": \"date\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "What locs do I have?", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "List top 10 docs by name", "output": "{\"name\": \"Top 10 Docs by Name\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, \"sort\": [{\"property\": \"name\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Show oldest docs first", "output": "{\"name\": \"Oldest Docs First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show orgs sorted by legal_name", "output": "{\"name\": \"Organizations by Legal Name\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"legal_name\", \"direction\": \"asc\"}]}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "What persons do I have?", "output": "{\"name\": \"All Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "Show top 10 evts", "output": "{\"name\": \"Top 10 Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find all _schemas in the vault", "output": "{\"name\": \"All Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}}}"}
{"instruction": "Show oldest persons first", "output": "{\"name\": \"Oldest Persons First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"birth_date\", \"direction\": \"asc\"}]}}"}
{"instruction": "What docs do I have?", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "Which procs have description set to completed?", "output": "{\"name\": \"Completed Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, {\"property\": \"description\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List _schemas ordered by owner descending", "output": "{\"name\": \"Schemas by Owner\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"sort\": [{\"property\": \"owner\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Find all learns in the vault", "output": "{\"name\": \"All Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}}}"}
{"instruction": "Show me all orgs", "output": "{\"name\": \"All Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "Show top 10 persons", "output": "{\"name\": \"Top 10 Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"limit\": 10}}"}
{"instruction": "Show learns where author is completed", "output": "{\"name\": \"Completed Author Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"author\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find all persons in the vault", "output": "{\"name\": \"All Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List every doc", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List persons ordered by style descending", "output": "{\"name\": \"Persons by Style\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"style\", \"direction\": \"desc\"}]}}"}
{"instruction": "List top 10 persons by address", "output": "{\"name\": \"Top 10 Persons by Address\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"address\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Find all persons in the vault", "output": "{\"name\": \"All Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "Show projs where stakeholders is done", "output": "{\"name\": \"Projects with Done Stakeholders\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"stakeholders\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "Show assets where serial_number is pending", "output": "{\"name\": \"Assets with Pending Serial Number\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"serial_number\", \"text\": {\"equals\": \"pending\"}}]}}}"}
{"instruction": "List top 10 docs by title", "output": "{\"name\": \"Top 10 Documents by Title\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, \"sort\": [{\"property\": \"title\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "List top 10 persons by jig_source", "output": "{\"name\": \"Top 10 Persons by Jig Source\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"jig_source\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "What _schemas were added recently?", "output": "{\"name\": \"Recent Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show _schemas sorted by updated_at", "output": "{\"name\": \"Schemas by Updated Date\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, \"sort\": [{\"property\": \"updated_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show docs where name is completed sorted by doc_type", "output": "{\"name\": \"Completed Docs by Type\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"name\", \"text\": {\"equals\": \"completed\"}}]}, \"sort\": [{\"property\": \"doc_type\", \"direction\": \"asc\"}]}}"}
{"instruction": "List first 5 docs by created", "output": "{\"name\": \"First 5 Docs by Created\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}], \"limit\": 5}}"}
{"instruction": "Show oldest accts first", "output": "{\"name\": \"Oldest Accounts First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show orgs where contacts is pending", "output": "{\"name\": \"Organizations with Pending Contacts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"contacts\", \"text\": {\"contains\": \"pending\"}}]}}}"}
{"instruction": "What docs were added recently?", "output": "{\"name\": \"Recent Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show learns sorted by origin", "output": "{\"name\": \"Learns Sorted by Origin\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"origin\", \"direction\": \"asc\"}]}}"}
{"instruction": "List top 10 projs by organization", "output": "{\"name\": \"Top 10 Projects by Organization\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"client\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Which learns have relationships set to important?", "output": "{\"name\": \"Important Relationships Learn\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"relationships\", \"text\": {\"contains\": \"important\"}}]}}}"}
{"instruction": "Show top 10 learns", "output": "{\"name\": \"Top 10 Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"limit\": 10}}"}
{"instruction": "Find accts from 2026", "output": "{\"name\": \"Accounts from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2026\"}}]}}}"}
{"instruction": "What contents do I have?", "output": "{\"name\": \"All Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show persons sorted by tags", "output": "{\"name\": \"Persons Sorted by Tags\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"tags\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show _schemas where name is done", "output": "{\"name\": \"Schemas Named Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"name\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show top 10 _schemas", "output": "{\"name\": \"Top 10 Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"limit\": 10}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show docs created this week", "output": "{\"name\": \"Docs Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"created\", \"date\": {\"on_or_after\": {\"relative\": \"this_week\"}}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show top 10 assets", "output": "{\"name\": \"Top 10 Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"limit\": 10}}"}
{"instruction": "Find contents with slug containing active", "output": "{\"name\": \"Contents with Active Slug\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"slug\", \"text\": {\"contains\": \"active\"}}]}}}"}
{"instruction": "Show top 10 persons", "output": "{\"name\": \"Top 10 Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"limit\": 10}}"}
{"instruction": "Show procs where recurrence is done sorted by relationships", "output": "{\"name\": \"Completed Recurring Procedures\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, {\"property\": \"recurrence\", \"text\": {\"equals\": \"done\"}}]}, \"sort\": [{\"property\": \"relationships\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find all locs in the vault", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "Show me all assets", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "What projs were added recently?", "output": "{\"name\": \"Recent Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show me all procs", "output": "{\"name\": \"All Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "List every person", "output": "{\"name\": \"All People\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "Show persons where known_through is completed sorted by style", "output": "{\"name\": \"Persons with Completed Known Through\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"known_through\", \"text\": {\"equals\": \"completed\"}}]}, \"sort\": [{\"property\": \"style\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find locs from 2026", "output": "{\"name\": \"Locations from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"created\", \"text\": {\"contains\": \"2026\"}}]}}}"}
{"instruction": "Show locs created this week", "output": "{\"name\": \"Locations Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": {\"relative\": \"this_week\"}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show oldest assets first", "output": "{\"name\": \"Oldest Assets First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"asc\"}]}}"}
{"instruction": "List projs ordered by type descending", "output": "{\"name\": \"Projects by Type Descending\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, \"sort\": [{\"property\": \"category\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find all orgs in the vault", "output": "{\"name\": \"All Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "Show contents where slug is done sorted by type", "output": "{\"name\": \"Contents by Slug Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"slug\", \"text\": {\"equals\": \"done\"}}]}, \"sort\": [{\"property\": \"type\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show contents created this week", "output": "{\"name\": \"Contents Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"created\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show contents created this week", "output": "{\"name\": \"Contents Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"created\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "List top 10 assets by source_date", "output": "{\"name\": \"Top 10 Assets by Source Date\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"source_date\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show me all projs", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "Find projs from 2024", "output": "{\"name\": \"Projects from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "List docs ordered by type descending", "output": "{\"name\": \"Documents by Type\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, \"sort\": [{\"property\": \"doc_type\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show top 10 assets", "output": "{\"name\": \"Top 10 Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"limit\": 10}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show me all assets", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "Find _schemas from 2024", "output": "{\"name\": \"Schemas from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Which evts have status set to active?", "output": "{\"name\": \"Active Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List every proj", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "List learns ordered by learned_date descending", "output": "{\"name\": \"Learns by Date\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"learned_date\", \"direction\": \"desc\"}]}}"}
{"instruction": "What persons do I have?", "output": "{\"name\": \"All Persons\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}}}"}
{"instruction": "List first 5 docs by title", "output": "{\"name\": \"First 5 Docs by Title\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, \"sort\": [{\"property\": \"title\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "Find learns from 2026", "output": "{\"name\": \"Learns from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2026\"}}]}}}"}
{"instruction": "Show me all orgs", "output": "{\"name\": \"All Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find _schemas with created_at containing completed", "output": "{\"name\": \"Schemas with Completed Created At\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"completed\"}}]}}}"}
{"instruction": "What are the newest procs?", "output": "{\"name\": \"Newest Procs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find all contents in the vault", "output": "{\"name\": \"All Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}}}"}
{"instruction": "Show projs created this week", "output": "{\"name\": \"Projects Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show me all persons", "output": "{\"name\": \"All Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "What contents were added recently?", "output": "{\"name\": \"Recent Content\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"published\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show me all docs", "output": "{\"name\": \"All Docs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "Find all orgs in the vault", "output": "{\"name\": \"All Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "List top 10 orgs by primary_location", "output": "{\"name\": \"Top 10 Orgs by Primary Location\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"primary_location\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Show oldest procs first", "output": "{\"name\": \"Oldest Processes First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show learns sorted by insight", "output": "{\"name\": \"Learns Sorted by Insight\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"actionable\", \"direction\": \"desc\"}]}}"}
{"instruction": "What persons were added recently?", "output": "{\"name\": \"Recently Added Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show top 10 locs", "output": "{\"name\": \"Top 10 Locations\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, \"limit\": 10}}"}
{"instruction": "Find persons with education containing done", "output": "{\"name\": \"Persons with Education Containing Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"education\", \"text\": {\"contains\": \"done\"}}]}}}"}
{"instruction": "Show orgs where related_to is active", "output": "{\"name\": \"Active Related Orgs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"related_to\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show me all orgs", "output": "{\"name\": \"All Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "Show learns where topic is active", "output": "{\"name\": \"Active Topic Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"topic\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find all procs in the vault", "output": "{\"name\": \"All Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "Find contents with author containing completed", "output": "{\"name\": \"Contents with Completed Authors\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"author\", \"text\": {\"contains\": \"completed\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List assets ordered by created descending", "output": "{\"name\": \"Assets by Created Date\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "List first 5 assets by creator", "output": "{\"name\": \"First 5 Assets by Creator\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"creator\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "List top 10 assets by url", "output": "{\"name\": \"Top 10 Assets by URL\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"url\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List top 10 contents by published", "output": "{\"name\": \"Top 10 Contents by Published\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"published\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show oldest orgs first", "output": "{\"name\": \"Oldest Organizations First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "What are the newest learns?", "output": "{\"name\": \"Newest Learns\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show top 10 docs", "output": "{\"name\": \"Top 10 Documents\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, \"limit\": 10}}"}
{"instruction": "Show oldest persons first", "output": "{\"name\": \"Oldest Persons First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"birth_date\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find orgs from 2024", "output": "{\"name\": \"Organizations from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "Show docs created this week", "output": "{\"name\": \"Docs Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"created\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show top 10 evts", "output": "{\"name\": \"Top 10 Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"limit\": 10}}"}
{"instruction": "Show oldest projs first", "output": "{\"name\": \"Oldest Projects First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find contents from 2025", "output": "{\"name\": \"Contents from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"published\", \"text\": {\"contains\": \"2025\"}}]}}}"}
{"instruction": "List assets ordered by developer descending", "output": "{\"name\": \"Assets by Developer\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"creator\", \"direction\": \"desc\"}]}}"}
{"instruction": "What orgs were added recently?", "output": "{\"name\": \"Recently Added Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show oldest docs first", "output": "{\"name\": \"Oldest Documents First\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, \"sort\": [{\"property\": \"created\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show contents where slug is completed", "output": "{\"name\": \"Contents with Completed Slug\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"slug\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Find evts from 2026", "output": "{\"name\": \"Events from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"date\", \"text\": {\"contains\": \"2026\"}}]}}}"}
{"instruction": "Show assets where api_base is pending sorted by relationships", "output": "{\"name\": \"Pending API Base Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"api_base\", \"text\": {\"equals\": \"pending\"}}]}, \"sort\": [{\"property\": \"relationships\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show top 10 assets", "output": "{\"name\": \"Top 10 Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"limit\": 10}}"}
{"instruction": "Show me all learns", "output": "{\"name\": \"All Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}}}"}
{"instruction": "List every learn", "output": "{\"name\": \"All Learn Items\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}}}"}
{"instruction": "Find locs from 2024", "output": "{\"name\": \"Locations from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"created\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "Find all persons in the vault", "output": "{\"name\": \"All Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "Find orgs with status_changed_at containing important", "output": "{\"name\": \"Orgs with Important Status Changes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"status_changed_at\", \"text\": {\"contains\": \"important\"}}]}}}"}
{"instruction": "Show procs where last_run is completed", "output": "{\"name\": \"Completed Procedures\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, {\"property\": \"last_run\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List first 5 orgs by description", "output": "{\"name\": \"First 5 Organizations by Description\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, \"sort\": [{\"property\": \"description\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "List top 10 persons by sun", "output": "{\"name\": \"Top 10 Persons by Sun\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"astrology\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find all procs in the vault", "output": "{\"name\": \"All Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "List assets ordered by title descending", "output": "{\"name\": \"Assets by Title Descending\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"title\", \"direction\": \"desc\"}]}}"}
{"instruction": "What orgs were added recently?", "output": "{\"name\": \"Recent Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find all locs in the vault", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "Show top 10 persons", "output": "{\"name\": \"Top 10 Persons\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, \"limit\": 10}}"}
{"instruction": "List accts ordered by acct_type descending", "output": "{\"name\": \"Accounts by Type\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"acct_type\", \"direction\": \"desc\"}]}}"}
{"instruction": "What assets were added recently?", "output": "{\"name\": \"Recent Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "List top 10 _schemas by owner", "output": "{\"name\": \"Top 10 Schemas by Owner\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"sort\": [{\"property\": \"owner\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Show accts created this week", "output": "{\"name\": \"Accounts Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Which persons have related_orgs set to done?", "output": "{\"name\": \"Persons with Related Orgs Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"related_orgs\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find docs from 2026", "output": "{\"name\": \"Docs from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"created\", \"text\": {\"contains\": \"2026\"}}]}}}"}
{"instruction": "List top 10 learns by updated_at", "output": "{\"name\": \"Top 10 Learns by Updated\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"updated_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find all accts in the vault", "output": "{\"name\": \"All Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "Show assets where updated is important", "output": "{\"name\": \"Important Updated Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"updated\", \"text\": {\"contains\": \"important\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show docs where source is active", "output": "{\"name\": \"Docs with Active Source\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"source\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find all procs in the vault", "output": "{\"name\": \"All Procs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "List top 10 procs by goals", "output": "{\"name\": \"Top 10 Procs by Goals\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"goals\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "List every asset", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "Find locs from 2026", "output": "{\"name\": \"Locations from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"created\", \"text\": {\"contains\": \"2026\"}}]}}}"}
{"instruction": "What evts do I have?", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "Show top 10 accts", "output": "{\"name\": \"Top 10 Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"limit\": 10}}"}
{"instruction": "What are the newest evts?", "output": "{\"name\": \"Newest Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show top 10 contents", "output": "{\"name\": \"Top 10 Contents\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, \"limit\": 10}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find all docs in the vault", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "Show oldest learns first", "output": "{\"name\": \"Oldest Learns First\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find _schemas from 2026", "output": "{\"name\": \"Schemas from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2026\"}}]}}}"}
{"instruction": "What projs were added recently?", "output": "{\"name\": \"Recently Added Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find projs from 2024", "output": "{\"name\": \"Projects from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "Show learns where context is pending sorted by updated_at", "output": "{\"name\": \"Pending Context Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"context\", \"text\": {\"equals\": \"pending\"}}]}, \"sort\": [{\"property\": \"updated_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find all locs in the vault", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find all projs in the vault", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show top 10 orgs", "output": "{\"name\": \"Top 10 Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"limit\": 10}}"}
{"instruction": "Show accts created this week", "output": "{\"name\": \"Accounts Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show persons created this week", "output": "{\"name\": \"Persons Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find orgs from 2024", "output": "{\"name\": \"Orgs from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "Show oldest locs first", "output": "{\"name\": \"Oldest Locations First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show top 10 persons", "output": "{\"name\": \"Top 10 Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"limit\": 10}}"}
{"instruction": "Find accts from 2024", "output": "{\"name\": \"Accounts from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "What are the newest assets?", "output": "{\"name\": \"Newest Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List every loc", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "Which contents have type set to pending?", "output": "{\"name\": \"Pending Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"type\", \"text\": {\"equals\": \"pending\"}}]}}}"}
{"instruction": "Show persons where source is completed", "output": "{\"name\": \"Completed Source Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"source\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find all assets in the vault", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show learns where related_projects is active sorted by actionable", "output": "{\"name\": \"Learns with Active Related Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"related_projects\", \"text\": {\"contains\": \"active\"}}]}, \"sort\": [{\"property\": \"actionable\", \"direction\": \"desc\"}]}}"}
{"instruction": "List accts ordered by source descending", "output": "{\"name\": \"Accounts by Source\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"source\", \"direction\": \"desc\"}]}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "What are the newest projs?", "output": "{\"name\": \"Newest Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show docs where stub is pending", "output": "{\"name\": \"Pending Stub Docs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"stub\", \"text\": {\"equals\": \"pending\"}}]}}}"}
{"instruction": "What contents do I have?", "output": "{\"name\": \"All Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}}}"}
{"instruction": "Find orgs from 2025", "output": "{\"name\": \"Organizations from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2025\"}}]}}}"}
{"instruction": "List top 10 locs by notes", "output": "{\"name\": \"Top 10 Locations by Notes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"notes\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "List _schemas ordered by updated_at descending", "output": "{\"name\": \"Schemas by Updated\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, \"sort\": [{\"property\": \"updated_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List first 5 evts by event_type", "output": "{\"name\": \"First 5 Events by Type\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"event_type\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "Show assets where creator is important", "output": "{\"name\": \"Assets by Important Creator\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"creator\", \"text\": {\"contains\": \"important\"}}]}}}"}
{"instruction": "Which docs have published set to important?", "output": "{\"name\": \"Important Published Docs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"published\", \"text\": {\"equals\": \"important\"}}]}}}"}
{"instruction": "Which assets have source set to done?", "output": "{\"name\": \"Assets with Source Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"source\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show _schemas where owner is pending", "output": "{\"name\": \"Pending Owner Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"owner\", \"text\": {\"equals\": \"pending\"}}]}}}"}
{"instruction": "Show assets where updated is active sorted by stub", "output": "{\"name\": \"Active Assets by Stub\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"updated\", \"text\": {\"equals\": \"active\"}}]}, \"sort\": [{\"property\": \"stub\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show oldest locs first", "output": "{\"name\": \"Oldest Locations First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "What are the newest accts?", "output": "{\"name\": \"Newest Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List top 10 persons by phone", "output": "{\"name\": \"Top 10 Persons by Phone\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"phone\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "List docs ordered by title descending", "output": "{\"name\": \"Docs by Title Descending\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, \"sort\": [{\"property\": \"title\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show projs created this week", "output": "{\"name\": \"Projects Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show oldest evts first", "output": "{\"name\": \"Oldest Events First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"date\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find persons from 2026", "output": "{\"name\": \"Persons from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"birth_date\", \"text\": {\"contains\": \"2026\"}}]}}}"}
{"instruction": "List every doc", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}}}"}
{"instruction": "Find orgs from 2024", "output": "{\"name\": \"Orgs from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "Show locs created this week", "output": "{\"name\": \"Locations Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find all locs in the vault", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "List every evt", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "Find evts from 2024", "output": "{\"name\": \"Events from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"date\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show assets where type is done", "output": "{\"name\": \"Assets Where Type is Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"asset_type\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "Which assets have cost set to completed?", "output": "{\"name\": \"Assets with Cost Completed\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"cost\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find projs with related_person containing active", "output": "{\"name\": \"Projects with Active Related Person\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"related_person\", \"text\": {\"contains\": \"active\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Find all orgs in the vault", "output": "{\"name\": \"All Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "List every asset", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "Find evts from 2024", "output": "{\"name\": \"Events from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"date\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show oldest projs first", "output": "{\"name\": \"Oldest Projects First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"asc\"}]}}"}
{"instruction": "What accts do I have?", "output": "{\"name\": \"My Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "What contents were added recently?", "output": "{\"name\": \"Recent Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"published\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show me all docs", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "What locs do I have?", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "List every person", "output": "{\"name\": \"All People\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}}}"}
{"instruction": "Show top 10 projs", "output": "{\"name\": \"Top 10 Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show orgs sorted by country", "output": "{\"name\": \"Orgs by Country\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"country\", \"direction\": \"asc\"}]}}"}
{"instruction": "Which locs have website set to done?", "output": "{\"name\": \"Locations with Website Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"website\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List top 10 contents by tags", "output": "{\"name\": \"Top 10 Contents by Tags\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"tags\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show docs sorted by name", "output": "{\"name\": \"Documents by Name\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, \"sort\": [{\"property\": \"name\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find docs with author containing active", "output": "{\"name\": \"Docs with Active Authors\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"author\", \"text\": {\"contains\": \"active\"}}]}}}"}
{"instruction": "Show orgs sorted by founders", "output": "{\"name\": \"Organizations by Founders\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"ceo\", \"direction\": \"asc\"}]}}"}
{"instruction": "List first 5 persons by website", "output": "{\"name\": \"First 5 Persons by Website\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"website\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "Find contents with published containing active", "output": "{\"name\": \"Contents with Active Published\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"published\", \"text\": {\"contains\": \"active\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Find orgs with relationships containing completed", "output": "{\"name\": \"Orgs with Completed Relationships\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"relationships\", \"text\": {\"contains\": \"completed\"}}]}}}"}
{"instruction": "Show persons where relationships is important sorted by aka", "output": "{\"name\": \"Important Persons by Aka\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"relationships\", \"text\": {\"contains\": \"important\"}}]}, \"sort\": [{\"property\": \"aka\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show assets where value is completed", "output": "{\"name\": \"Completed Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"value\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "What contents were added recently?", "output": "{\"name\": \"Recent Content\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"published\", \"direction\": \"desc\"}], \"limit\": 20}}"}
{"instruction": "List every acct", "output": "{\"name\": \"All Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "List every loc", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}}}"}
{"instruction": "Show top 10 procs", "output": "{\"name\": \"Top 10 Procedures\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"limit\": 10}}"}
{"instruction": "What are the newest procs?", "output": "{\"name\": \"Newest Procs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show learns where category is completed sorted by language", "output": "{\"name\": \"Completed Learns by Language\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"category\", \"text\": {\"equals\": \"completed\"}}]}, \"sort\": [{\"property\": \"language\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show oldest procs first", "output": "{\"name\": \"Oldest Procs First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show oldest orgs first", "output": "{\"name\": \"Oldest Organizations First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find all projs in the vault", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "Show contents where source is pending sorted by type", "output": "{\"name\": \"Pending Contents by Type\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"source\", \"text\": {\"equals\": \"pending\"}}]}, \"sort\": [{\"property\": \"type\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find projs from 2025", "output": "{\"name\": \"Projects from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created\", \"text\": {\"contains\": \"2025\"}}]}}}"}
{"instruction": "Show top 10 projs", "output": "{\"name\": \"Top 10 Projects\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, \"limit\": 10}}"}
{"instruction": "Find docs with type containing important", "output": "{\"name\": \"Important Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"doc_type\", \"text\": {\"contains\": \"important\"}}]}}}"}
{"instruction": "What accts do I have?", "output": "{\"name\": \"All Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "List locs ordered by name descending", "output": "{\"name\": \"Locations by Name Descending\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, \"sort\": [{\"property\": \"name\", \"direction\": \"desc\"}]}}"}
{"instruction": "List every acct", "output": "{\"name\": \"All Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "What are the newest learns?", "output": "{\"name\": \"Newest Learns\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "What docs do I have?", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List top 10 orgs by certifications", "output": "{\"name\": \"Top 10 Orgs by Certifications\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"certifications\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show contents where title is completed sorted by slug", "output": "{\"name\": \"Completed Contents by Slug\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"title\", \"text\": {\"contains\": \"completed\"}}]}, \"sort\": [{\"property\": \"slug\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find learns with title containing important", "output": "{\"name\": \"Important Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"title\", \"text\": {\"contains\": \"important\"}}]}}}"}
{"instruction": "What assets were added recently?", "output": "{\"name\": \"Recently Added Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Which assets have category set to completed?", "output": "{\"name\": \"Completed Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"category\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Which docs have related set to active?", "output": "{\"name\": \"Docs with Related Active\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"related\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List accts ordered by relationships descending", "output": "{\"name\": \"Accounts by Relationships\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}, \"sort\": [{\"property\": \"relationships\", \"direction\": \"desc\"}]}}"}
{"instruction": "Which _schemas have name set to active?", "output": "{\"name\": \"Active Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"name\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "List first 5 projs by value", "output": "{\"name\": \"Top 5 Projects by Value\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, \"sort\": [{\"property\": \"budget\", \"direction\": \"desc\"}], \"limit\": 5}}"}
{"instruction": "Show me all contents", "output": "{\"name\": \"All Contents\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}}}"}
{"instruction": "What orgs were added recently?", "output": "{\"name\": \"Recently Added Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show evts created this week", "output": "{\"name\": \"Events Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show assets created this week", "output": "{\"name\": \"Assets Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show assets where title is important sorted by source_date", "output": "{\"name\": \"Important Assets by Source Date\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"title\", \"text\": {\"contains\": \"important\"}}]}, \"sort\": [{\"property\": \"source_date\", \"direction\": \"desc\"}]}}"}
{"instruction": "Which learns have jig_source set to done?", "output": "{\"name\": \"Learns with JIG Source Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"jig_source\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "Show top 10 evts", "output": "{\"name\": \"Top 10 Events\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, \"limit\": 10}}"}
{"instruction": "What persons were added recently?", "output": "{\"name\": \"Recently Added Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show evts where time is active", "output": "{\"name\": \"Active Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"time\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show _schemas created this week", "output": "{\"name\": \"Schemas Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show _schemas where name is completed", "output": "{\"name\": \"Completed Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"name\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show top 10 accts", "output": "{\"name\": \"Top 10 Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"limit\": 10}}"}
{"instruction": "Show me all procs", "output": "{\"name\": \"All Procs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "Find locs with coordinates containing active", "output": "{\"name\": \"Locs with Active Coordinates\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"coordinates\", \"text\": {\"contains\": \"active\"}}]}}}"}
{"instruction": "List every proc", "output": "{\"name\": \"All Processes\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}}}"}
{"instruction": "List locs ordered by created descending", "output": "{\"name\": \"Locations by Created\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "What accts do I have?", "output": "{\"name\": \"My Accounts\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}}}"}
{"instruction": "Show procs where updated_at is important sorted by status", "output": "{\"name\": \"Important Procs by Status\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, {\"property\": \"updated_at\", \"text\": {\"contains\": \"important\"}}]}, \"sort\": [{\"property\": \"status\", \"direction\": \"asc\"}]}}"}
{"instruction": "List top 10 contents by source", "output": "{\"name\": \"Top 10 Contents by Source\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, \"sort\": [{\"property\": \"source\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show persons where training_notes is active sorted by updated_at", "output": "{\"name\": \"Active Training Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"training_notes\", \"text\": {\"equals\": \"active\"}}]}, \"sort\": [{\"property\": \"updated_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show orgs created this week", "output": "{\"name\": \"Orgs Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"created\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show _schemas created this week", "output": "{\"name\": \"Schemas Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show top 10 contents", "output": "{\"name\": \"Top 10 Contents\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, \"limit\": 10}}"}
{"instruction": "Find all persons in the vault", "output": "{\"name\": \"All Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List first 5 contents by slug", "output": "{\"name\": \"First 5 Contents by Slug\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"slug\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "Show accts where currency is done", "output": "{\"name\": \"Accounts with Done Currency\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}, {\"property\": \"currency\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "Find projs with name containing completed", "output": "{\"name\": \"Projects with Completed in Name\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"name\", \"text\": {\"contains\": \"completed\"}}]}}}"}
{"instruction": "List first 5 _schemas by relationships", "output": "{\"name\": \"First 5 Schemas by Relationships\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"sort\": [{\"property\": \"relationships\", \"direction\": \"desc\"}], \"limit\": 5}}"}
{"instruction": "Show top 10 orgs", "output": "{\"name\": \"Top 10 Organizations\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, \"limit\": 10}}"}
{"instruction": "List locs ordered by loc_type descending", "output": "{\"name\": \"Locations by Type\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"loc_type\", \"direction\": \"desc\"}]}}"}
{"instruction": "Which assets have tags set to active?", "output": "{\"name\": \"Active Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"tags\", \"text\": {\"contains\": \"active\"}}]}}}"}
{"instruction": "Find all _schemas in the vault", "output": "{\"name\": \"All Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Which orgs have founder set to important?", "output": "{\"name\": \"Orgs with Important Founders\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"founder\", \"text\": {\"equals\": \"important\"}}]}}}"}
{"instruction": "List top 10 accts by created_at", "output": "{\"name\": \"Top 10 Accounts by Created Date\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show me all _schemas", "output": "{\"name\": \"All Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}}}"}
{"instruction": "Find all persons in the vault", "output": "{\"name\": \"All Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show docs where relationships is done sorted by published", "output": "{\"name\": \"Completed Docs by Published\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"relationships\", \"text\": {\"equals\": \"done\"}}]}, \"sort\": [{\"property\": \"published\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find contents from 2025", "output": "{\"name\": \"Contents from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"published\", \"text\": {\"contains\": \"2025\"}}]}}}"}
{"instruction": "Show me all accts", "output": "{\"name\": \"All Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "What accts do I have?", "output": "{\"name\": \"My Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "Show learns where stub is active", "output": "{\"name\": \"Active Stub Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"stub\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Find evts from 2024", "output": "{\"name\": \"Events from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"date\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "Find all contents in the vault", "output": "{\"name\": \"All Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show persons sorted by redirect", "output": "{\"name\": \"Persons Sorted by Redirect\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"redirect\", \"direction\": \"asc\"}]}}"}
{"instruction": "What learns do I have?", "output": "{\"name\": \"All Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}}}"}
{"instruction": "Show procs sorted by notes", "output": "{\"name\": \"Procs Sorted by Notes\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, \"sort\": [{\"property\": \"notes\", \"direction\": \"asc\"}]}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show top 10 docs", "output": "{\"name\": \"Top 10 Documents\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, \"limit\": 10}}"}
{"instruction": "List first 5 persons by aka", "output": "{\"name\": \"First 5 Persons by AKA\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"aka\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "List every doc", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "Show me all projs", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List persons ordered by mothers_name descending", "output": "{\"name\": \"Persons by Mothers Name\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"mothers_name\", \"direction\": \"desc\"}]}}"}
{"instruction": "What persons were added recently?", "output": "{\"name\": \"Recently Added Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show learns where related_to is active", "output": "{\"name\": \"Learns Related to Active\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"related_to\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show oldest docs first", "output": "{\"name\": \"Oldest Documents First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show procs sorted by relationships", "output": "{\"name\": \"Procs by Relationships\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"relationships\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show oldest _schemas first", "output": "{\"name\": \"Oldest Schemas First\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show top 10 locs", "output": "{\"name\": \"Top 10 Locations\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, \"limit\": 10}}"}
{"instruction": "Show oldest projs first", "output": "{\"name\": \"Oldest Projects First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show docs where author is active", "output": "{\"name\": \"Active Author Docs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"author\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List contents ordered by type descending", "output": "{\"name\": \"Contents by Type\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"type\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show me all projs", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find evts with relationships containing active", "output": "{\"name\": \"Events with Active Relationships\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"relationships\", \"text\": {\"contains\": \"active\"}}]}}}"}
{"instruction": "List every org", "output": "{\"name\": \"All Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "What are the newest procs?", "output": "{\"name\": \"Newest Procs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "What evts do I have?", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "Find learns with updated_at containing done", "output": "{\"name\": \"Learns with Updated At Containing Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"updated_at\", \"text\": {\"contains\": \"done\"}}]}}}"}
{"instruction": "Find all _schemas in the vault", "output": "{\"name\": \"All Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show projs sorted by owner", "output": "{\"name\": \"Projects by Owner\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"owner\", \"direction\": \"asc\"}]}}"}
{"instruction": "What procs do I have?", "output": "{\"name\": \"All Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "Show accts where owner is important", "output": "{\"name\": \"Important Owner Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}, {\"property\": \"owner\", \"text\": {\"contains\": \"important\"}}]}}}"}
{"instruction": "List top 10 orgs by stub", "output": "{\"name\": \"Top 10 Organizations by Stub\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"name\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "What are the newest _schemas?", "output": "{\"name\": \"Newest Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "What accts do I have?", "output": "{\"name\": \"All Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "What are the newest learns?", "output": "{\"name\": \"Newest Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show learns where org is completed", "output": "{\"name\": \"Completed Org Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"org\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "What evts do I have?", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "Show locs where notes is completed sorted by city", "output": "{\"name\": \"Completed Locs by City\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"notes\", \"text\": {\"equals\": \"completed\"}}]}, \"sort\": [{\"property\": \"city\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show procs where dependencies is pending", "output": "{\"name\": \"Procs with Pending Dependencies\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, {\"property\": \"dependencies\", \"text\": {\"contains\": \"pending\"}}]}}}"}
{"instruction": "List top 10 projs by repo", "output": "{\"name\": \"Top 10 Projects by Repo\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"repo\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show procs created this week", "output": "{\"name\": \"Procs Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find orgs with account_ref containing active", "output": "{\"name\": \"Orgs with Active Account Ref\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"account_ref\", \"text\": {\"contains\": \"active\"}}]}}}"}
{"instruction": "Which learns have paper set to active?", "output": "{\"name\": \"Active Paper Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"paper\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find _schemas from 2025", "output": "{\"name\": \"Schemas from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2025\"}}]}}}"}
{"instruction": "Find contents with tags containing important", "output": "{\"name\": \"Important Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"tags\", \"text\": {\"contains\": \"important\"}}]}}}"}
{"instruction": "What contents were added recently?", "output": "{\"name\": \"Recent Content\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"published\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "List top 10 orgs by relationship", "output": "{\"name\": \"Top 10 Orgs by Relationship\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"relationships\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show oldest locs first", "output": "{\"name\": \"Oldest Locations First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show assets sorted by stub", "output": "{\"name\": \"Assets Sorted by Stub\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"stub\", \"direction\": \"asc\"}]}}"}
{"instruction": "What docs do I have?", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "List top 10 docs by source", "output": "{\"name\": \"Top 10 Docs by Source\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}, \"sort\": [{\"property\": \"source\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Which projs have milestones set to pending?", "output": "{\"name\": \"Projects with Pending Milestones\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"milestones\", \"text\": {\"contains\": \"pending\"}}]}}}"}
{"instruction": "Show evts where status is important", "output": "{\"name\": \"Important Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"important\"}}]}}}"}
{"instruction": "What evts were added recently?", "output": "{\"name\": \"Recent Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List first 5 locs by country", "output": "{\"name\": \"First 5 Locations by Country\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, \"sort\": [{\"property\": \"country\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "List top 10 learns by learning_goal", "output": "{\"name\": \"Top 10 Learns by Learning Goal\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"learning_goal\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Show learns where related_topics is active", "output": "{\"name\": \"Learns with Active Related Topics\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"related_topics\", \"text\": {\"contains\": \"active\"}}]}}}"}
{"instruction": "Which learns have author set to important?", "output": "{\"name\": \"Important Author Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"author\", \"text\": {\"equals\": \"important\"}}]}}}"}
{"instruction": "Find all _schemas in the vault", "output": "{\"name\": \"All Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}}}"}
{"instruction": "Find all contents in the vault", "output": "{\"name\": \"All Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}}}"}
{"instruction": "Find learns from 2026", "output": "{\"name\": \"Learns from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2026\"}}]}}}"}
{"instruction": "Find persons with tags containing active", "output": "{\"name\": \"Persons with Active Tags\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"tags\", \"text\": {\"contains\": \"active\"}}]}}}"}
{"instruction": "Show procs sorted by steps", "output": "{\"name\": \"Procedures by Steps\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"steps\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show me all projs", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "Show docs created this week", "output": "{\"name\": \"Docs Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"created\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "List every proc", "output": "{\"name\": \"All Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "Show procs sorted by type", "output": "{\"name\": \"Procs Sorted by Type\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"type\", \"direction\": \"asc\"}]}}"}
{"instruction": "Which docs have title set to done?", "output": "{\"name\": \"Docs with Title Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"title\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "Show procs created this week", "output": "{\"name\": \"Procs Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find assets from 2024", "output": "{\"name\": \"Assets from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"created\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "Show evts where related_project is pending", "output": "{\"name\": \"Events with Pending Related Project\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"related_project\", \"text\": {\"equals\": \"pending\"}}]}}}"}
{"instruction": "Find contents from 2026", "output": "{\"name\": \"Contents from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"published\", \"text\": {\"contains\": \"2026\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List top 10 locs by address", "output": "{\"name\": \"Top 10 Locations by Address\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"address\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Show top 10 persons", "output": "{\"name\": \"Top 10 Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"limit\": 10}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List docs ordered by name descending", "output": "{\"name\": \"Docs by Name Descending\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}, \"sort\": [{\"property\": \"name\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find all accts in the vault", "output": "{\"name\": \"All Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "List top 10 contents by source", "output": "{\"name\": \"Top 10 Contents by Source\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, \"sort\": [{\"property\": \"source\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Find orgs with employees containing pending", "output": "{\"name\": \"Orgs with Pending Employees\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"employees\", \"text\": {\"contains\": \"pending\"}}]}}}"}
{"instruction": "Show me all docs", "output": "{\"name\": \"All Docs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find all learns in the vault", "output": "{\"name\": \"All Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}}}"}
{"instruction": "Show projs where organization is completed sorted by topic", "output": "{\"name\": \"Completed Organization Projects by Topic\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"organization\", \"text\": {\"equals\": \"completed\"}}]}, \"sort\": [{\"property\": \"topic\", \"direction\": \"asc\"}]}}"}
{"instruction": "List every asset", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "Find learns from 2024", "output": "{\"name\": \"Learns from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "Show docs created this week", "output": "{\"name\": \"Docs Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"created\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "List first 5 evts by owner", "output": "{\"name\": \"First 5 Events by Owner\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"owner\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "What persons do I have?", "output": "{\"name\": \"All Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "List top 10 docs by type", "output": "{\"name\": \"Top 10 Docs by Type\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}, \"sort\": [{\"property\": \"doc_type\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Find projs with updated_at containing done", "output": "{\"name\": \"Projects with Done Updates\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"updated_at\", \"text\": {\"contains\": \"done\"}}]}}}"}
{"instruction": "Show assets where owner is important sorted by title", "output": "{\"name\": \"Important Owner Assets by Title\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"owner\", \"text\": {\"contains\": \"important\"}}]}, \"sort\": [{\"property\": \"title\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show top 10 contents", "output": "{\"name\": \"Top 10 Contents\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, \"limit\": 10}}"}
{"instruction": "Show docs where stub is important sorted by created", "output": "{\"name\": \"Important Stub Docs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"stub\", \"text\": {\"equals\": \"important\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "List _schemas ordered by type descending", "output": "{\"name\": \"Schemas by Type\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"sort\": [{\"property\": \"type\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show projs created this week", "output": "{\"name\": \"Projects Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "List first 5 persons by updated_at", "output": "{\"name\": \"First 5 Persons by Updated\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, \"sort\": [{\"property\": \"updated_at\", \"direction\": \"desc\"}], \"limit\": 5}}"}
{"instruction": "List accts ordered by provider descending", "output": "{\"name\": \"Accounts by Provider\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"institution\", \"direction\": \"desc\"}]}}"}
{"instruction": "What are the newest projs?", "output": "{\"name\": \"Newest Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find docs with author containing pending", "output": "{\"name\": \"Docs with Pending Authors\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"author\", \"text\": {\"contains\": \"pending\"}}]}}}"}
{"instruction": "What are the newest locs?", "output": "{\"name\": \"Newest Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "What assets do I have?", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show evts sorted by title", "output": "{\"name\": \"Events by Title\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, \"sort\": [{\"property\": \"name\", \"direction\": \"asc\"}]}}"}
{"instruction": "Which projs have start_date set to important?", "output": "{\"name\": \"Projects with Important Start Date\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"start_date\", \"text\": {\"equals\": \"important\"}}]}}}"}
{"instruction": "Which _schemas have tags set to done?", "output": "{\"name\": \"Schemas Tagged Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"tags\", \"text\": {\"contains\": \"done\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List every proj", "output": "{\"name\": \"Every Project\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}}}"}
{"instruction": "Show top 10 projs", "output": "{\"name\": \"Top 10 Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show me all orgs", "output": "{\"name\": \"All Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "Show persons where born is done sorted by updated", "output": "{\"name\": \"Persons Born Sorted by Updated\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"born\", \"text\": {\"equals\": \"done\"}}]}, \"sort\": [{\"property\": \"updated\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show contents created this week", "output": "{\"name\": \"Contents Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"created\", \"date\": {\"onOrAfter\": {\"relative\": \"this_week\"}}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show learns where stub is done sorted by created", "output": "{\"name\": \"Completed Stub Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"stub\", \"text\": {\"equals\": \"done\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show projs where updated_at is active", "output": "{\"name\": \"Active Projects by Updated\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"updated_at\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show accts where provider is done sorted by created_at", "output": "{\"name\": \"Accounts where provider is done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}, {\"property\": \"provider\", \"text\": {\"equals\": \"done\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show _schemas where owner is pending sorted by name", "output": "{\"name\": \"Pending Owner Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"owner\", \"text\": {\"equals\": \"pending\"}}]}, \"sort\": [{\"property\": \"name\", \"direction\": \"asc\"}]}}"}
{"instruction": "List top 10 contents by title", "output": "{\"name\": \"Top 10 Contents by Title\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"title\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show assets created this week", "output": "{\"name\": \"Assets Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"created\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show orgs sorted by address", "output": "{\"name\": \"Organizations by Address\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"address\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find accts with monthly_cost containing active", "output": "{\"name\": \"Accounts with Active Monthly Cost\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}, {\"property\": \"monthly_cost\", \"text\": {\"contains\": \"active\"}}]}}}"}
{"instruction": "What accts do I have?", "output": "{\"name\": \"My Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "Find projs with creator containing important", "output": "{\"name\": \"Projects with Important Creator\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"creator\", \"text\": {\"contains\": \"important\"}}]}}}"}
{"instruction": "Show top 10 projs", "output": "{\"name\": \"Top 10 Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find all evts in the vault", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find all contents in the vault", "output": "{\"name\": \"All Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}}}"}
{"instruction": "Show orgs created this week", "output": "{\"name\": \"Orgs Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show oldest assets first", "output": "{\"name\": \"Oldest Assets First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"asc\"}]}}"}
{"instruction": "What procs do I have?", "output": "{\"name\": \"All Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "What assets do I have?", "output": "{\"name\": \"My Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "Show projs sorted by domain", "output": "{\"name\": \"Projects by Domain\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"category\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show projs where start_date is done sorted by stage", "output": "{\"name\": \"Projects by Stage\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"start_date\", \"text\": {\"equals\": \"done\"}}]}, \"sort\": [{\"property\": \"stage\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find all persons in the vault", "output": "{\"name\": \"All Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "Find all evts in the vault", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "List every acct", "output": "{\"name\": \"All Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "List top 10 locs by tags", "output": "{\"name\": \"Top 10 Locations by Tags\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, \"sort\": [{\"property\": \"tags\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Which assets have serial_number set to completed?", "output": "{\"name\": \"Assets with Serial Number Completed\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"serial_number\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show projs where name is pending sorted by deadline", "output": "{\"name\": \"Pending Projects by Deadline\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"name\", \"text\": {\"contains\": \"pending\"}}]}, \"sort\": [{\"property\": \"deadline\", \"direction\": \"asc\"}]}}"}
{"instruction": "List assets ordered by updated descending", "output": "{\"name\": \"Assets by Updated Date\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"updated\", \"direction\": \"desc\"}]}}"}
{"instruction": "List every org", "output": "{\"name\": \"All Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "List every proc", "output": "{\"name\": \"All Procedures\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "Show docs sorted by stub", "output": "{\"name\": \"Docs Sorted by Stub\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}, \"sort\": [{\"property\": \"stub\", \"direction\": \"asc\"}]}}"}
{"instruction": "What orgs do I have?", "output": "{\"name\": \"All Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List every acct", "output": "{\"name\": \"All Accounts\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}}}"}
{"instruction": "Show accts where status_changed_at is completed sorted by currency", "output": "{\"name\": \"Completed Accounts by Currency\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}, {\"property\": \"status_changed_at\", \"text\": {\"equals\": \"completed\"}}]}, \"sort\": [{\"property\": \"currency\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show procs where type is completed", "output": "{\"name\": \"Completed Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, {\"property\": \"type\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List top 10 projs by related_projects", "output": "{\"name\": \"Top 10 Projects by Related Projects\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, \"sort\": [{\"property\": \"related_projects\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Show procs sorted by frequency", "output": "{\"name\": \"Processes by Frequency\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"frequency\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show orgs where type_of_org is done", "output": "{\"name\": \"Orgs with Type Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"type_of_org\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "List projs ordered by contract_company descending", "output": "{\"name\": \"Projects by Contract Company\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"contract_company\", \"direction\": \"desc\"}]}}"}
{"instruction": "List first 5 docs by name", "output": "{\"name\": \"First 5 Docs by Name\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, \"sort\": [{\"property\": \"name\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "Find contents from 2025", "output": "{\"name\": \"Contents from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"published\", \"text\": {\"contains\": \"2025\"}}]}}}"}
{"instruction": "Find all procs in the vault", "output": "{\"name\": \"All Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "What are the newest orgs?", "output": "{\"name\": \"Newest Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show oldest orgs first", "output": "{\"name\": \"Oldest Organizations First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show oldest locs first", "output": "{\"name\": \"Oldest Locations First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Find all assets in the vault", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "Show top 10 accts", "output": "{\"name\": \"Top 10 Accounts\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}, \"limit\": 10}}"}
{"instruction": "List _schemas ordered by updated_at descending", "output": "{\"name\": \"Schemas by Update Date\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"sort\": [{\"property\": \"updated_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "List contents ordered by slug descending", "output": "{\"name\": \"Contents by Slug Descending\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, \"sort\": [{\"property\": \"slug\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show contents where slug is done sorted by published", "output": "{\"name\": \"Contents with Done Slug\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"slug\", \"text\": {\"equals\": \"done\"}}]}, \"sort\": [{\"property\": \"published\", \"direction\": \"desc\"}]}}"}
{"instruction": "List top 10 _schemas by updated_at", "output": "{\"name\": \"Top 10 Schemas by Updated\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, \"sort\": [{\"property\": \"updated_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show learns created this week", "output": "{\"name\": \"Learns Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"created_at\", \"date\": {\"this_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "List every proc", "output": "{\"name\": \"All Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find accts from 2025", "output": "{\"name\": \"Accounts from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2025\"}}]}}}"}
{"instruction": "List top 10 contents by published", "output": "{\"name\": \"Top 10 Contents by Published\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, \"sort\": [{\"property\": \"published\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "What projs were added recently?", "output": "{\"name\": \"Recent Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show learns created this week", "output": "{\"name\": \"Learns Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"created_at\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find all learns in the vault", "output": "{\"name\": \"All Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}}}"}
{"instruction": "Find all assets in the vault", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "Find _schemas with type containing completed", "output": "{\"name\": \"Schemas with Completed Type\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"type\", \"text\": {\"contains\": \"completed\"}}]}}}"}
{"instruction": "What assets were added recently?", "output": "{\"name\": \"Recent Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "What persons were added recently?", "output": "{\"name\": \"Recently Added Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show oldest learns first", "output": "{\"name\": \"Oldest Learns First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "List accts ordered by credentials_ref descending", "output": "{\"name\": \"Accounts by Credentials\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"credentials_ref\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find all locs in the vault", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "Show oldest projs first", "output": "{\"name\": \"Oldest Projects First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find _schemas from 2024", "output": "{\"name\": \"Schemas from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"created_at\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show top 10 assets", "output": "{\"name\": \"Top 10 Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"limit\": 10}}"}
{"instruction": "List top 10 evts by related_org", "output": "{\"name\": \"Top 10 Events by Related Org\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"related_org\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "List every person", "output": "{\"name\": \"All People\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "What docs do I have?", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "Find locs from 2026", "output": "{\"name\": \"Locations from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"created\", \"text\": {\"contains\": \"2026\"}}]}}}"}
{"instruction": "Which contents have title set to pending?", "output": "{\"name\": \"Contents with Pending Title\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"title\", \"text\": {\"equals\": \"pending\"}}]}}}"}
{"instruction": "List top 10 accts by institution", "output": "{\"name\": \"Top 10 Accounts by Institution\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"institution\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Show persons where updated is done", "output": "{\"name\": \"Persons with Updated Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"updated\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "List top 10 docs by name", "output": "{\"name\": \"Top 10 Docs by Name\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, \"sort\": [{\"property\": \"name\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Show top 10 projs", "output": "{\"name\": \"Top 10 Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show oldest accts first", "output": "{\"name\": \"Oldest Accounts First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects in Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "List top 10 docs by name", "output": "{\"name\": \"Top 10 Docs by Name\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, \"sort\": [{\"property\": \"name\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "List first 5 procs by notes", "output": "{\"name\": \"First 5 Processes by Notes\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, \"sort\": [{\"property\": \"name\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "What learns were added recently?", "output": "{\"name\": \"Recent Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show docs created this week", "output": "{\"name\": \"Docs Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"created\", \"date\": {\"past_week\": {}}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"desc\"}]}}"}
{"instruction": "What learns were added recently?", "output": "{\"name\": \"Recent Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show top 10 orgs", "output": "{\"name\": \"Top 10 Organizations\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, \"limit\": 10}}"}
{"instruction": "List top 10 locs by notes", "output": "{\"name\": \"Top 10 Locations by Notes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"notes\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Which _schemas have tags set to done?", "output": "{\"name\": \"Schemas Tagged Done\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"tags\", \"text\": {\"contains\": \"done\"}}]}}}"}
{"instruction": "What are the newest projs?", "output": "{\"name\": \"Newest Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show top 10 procs", "output": "{\"name\": \"Top 10 Procs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"limit\": 10}}"}
{"instruction": "Show contents where source is done", "output": "{\"name\": \"Contents from Done Source\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"source\", \"text\": {\"equals\": \"done\"}}]}}}"}
{"instruction": "Show me all contents", "output": "{\"name\": \"All Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}}}"}
{"instruction": "Find evts from 2024", "output": "{\"name\": \"Events from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"date\", \"text\": {\"contains\": \"2024\"}}]}}}"}
{"instruction": "Show me all projs", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "List top 10 projs by domain", "output": "{\"name\": \"Top 10 Projects by Domain\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"category\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Show top 10 projs", "output": "{\"name\": \"Top 10 Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Which _schemas have owner set to important?", "output": "{\"name\": \"Important Owner Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"owner\", \"text\": {\"equals\": \"important\"}}]}}}"}
{"instruction": "Show _schemas where type is important sorted by description", "output": "{\"name\": \"Important Schemas by Description\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"type\", \"text\": {\"equals\": \"important\"}}]}, \"sort\": [{\"property\": \"description\", \"direction\": \"asc\"}]}}"}
{"instruction": "What persons do I have?", "output": "{\"name\": \"All Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "Which docs have title set to completed?", "output": "{\"name\": \"Docs with Title Completed\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"title\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show _schemas created this week", "output": "{\"name\": \"Schemas Created This Week\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}]}}"}
{"instruction": "Find all orgs in the vault", "output": "{\"name\": \"All Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "Find contents from 2026", "output": "{\"name\": \"Contents from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"published\", \"text\": {\"contains\": \"2026\"}}]}}}"}
{"instruction": "Show oldest orgs first", "output": "{\"name\": \"Oldest Organizations First\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"asc\"}]}}"}
{"instruction": "Show top 10 evts", "output": "{\"name\": \"Top 10 Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Find evts with updated_at containing important", "output": "{\"name\": \"Important Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"updated_at\", \"text\": {\"contains\": \"important\"}}]}}}"}
{"instruction": "List first 5 projs by type", "output": "{\"name\": \"First 5 Projects by Type\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"category\", \"direction\": \"asc\"}], \"limit\": 5}}"}
{"instruction": "Find projects in progress", "output": "{\"name\": \"Projects In Progress\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in progress\"}}]}}}"}
{"instruction": "Find all projs in the vault", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "What locs do I have?", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "List every learn", "output": "{\"name\": \"Every Learn\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}}}"}
{"instruction": "List top 10 procs by status", "output": "{\"name\": \"Top 10 Procs by Status\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, \"sort\": [{\"property\": \"name\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Which locs have tags set to pending?", "output": "{\"name\": \"Locations with Pending Tags\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"tags\", \"text\": {\"contains\": \"pending\"}}]}}}"}
{"instruction": "Find all assets in the vault", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "Show top 10 contents", "output": "{\"name\": \"Top 10 Contents\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, \"limit\": 10}}"}
{"instruction": "List top 10 contents by title", "output": "{\"name\": \"Top 10 Contents by Title\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"title\", \"direction\": \"asc\"}], \"limit\": 10}}"}
{"instruction": "Show top 10 accts", "output": "{\"name\": \"Top 10 Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"balance\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "Find assets from 2024", "output": "{\"name\": \"Assets from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"created\", \"date\": {\"onOrAfter\": \"2024-01-01\"}}, {\"property\": \"created\", \"date\": {\"before\": \"2025-01-01\"}}]}}}"}
{"instruction": "Find evts from 2024", "output": "{\"name\": \"Events from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"date\", \"date\": {\"on_or_after\": \"2024-01-01\"}}, {\"property\": \"date\", \"date\": {\"before\": \"2025-01-01\"}}]}}}"}
{"instruction": "Show locs where stub is important", "output": "{\"name\": \"Important Location Stubs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"stub\", \"checkbox\": {\"equals\": true}}, {\"property\": \"important\", \"checkbox\": {\"equals\": true}}]}}}"}
{"instruction": "Show top 10 learns", "output": "{\"name\": \"Top 10 Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "Show me all locs", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "List every content", "output": "{\"name\": \"All Content\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}}}"}
{"instruction": "List every asset", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "Show top 10 accts", "output": "{\"name\": \"Top 10 Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"balance\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "List every doc", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"category\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find locs from 2025", "output": "{\"name\": \"Locations from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2025-01-01\"}}]}}}"}
{"instruction": "Show me all persons", "output": "{\"name\": \"All Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show learns where tools is active", "output": "{\"name\": \"Active Tool Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"tools\", \"checkbox\": {\"equals\": true}}]}}}"}
{"instruction": "Find docs from 2025", "output": "{\"name\": \"Docs from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"created\", \"date\": {\"on_or_after\": \"2025-01-01\"}}, {\"property\": \"created\", \"date\": {\"on_or_before\": \"2025-12-31\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"Completed\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"or\": [{\"property\": \"status\", \"select\": {\"equals\": \"active\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"in-progress\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"ongoing\"}}]}]}}}"}
{"instruction": "Find locs from 2026", "output": "{\"name\": \"Locations from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2026-01-01\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_before\": \"2026-12-31\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"or\": [{\"property\": \"status\", \"text\": {\"equals\": \"active\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in-progress\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"ongoing\"}}]}]}}}"}
{"instruction": "Show accts sorted by website", "output": "{\"name\": \"Accounts by Website\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"website\", \"direction\": \"ascending\"}]}}"}
{"instruction": "Show me all learns", "output": "{\"name\": \"All Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"Active\"}}]}}}"}
{"instruction": "Show me all learns", "output": "{\"name\": \"All Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Find locs from 2026", "output": "{\"name\": \"Locations from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2026-01-01\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_before\": \"2026-12-31\"}}]}}}"}
{"instruction": "Show top 10 persons", "output": "{\"name\": \"Top 10 Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"limit\": 10}}"}
{"instruction": "List every person", "output": "{\"name\": \"All People\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "Show top 10 accts", "output": "{\"name\": \"Top 10 Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"balance\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "Show orgs sorted by ceo", "output": "{\"name\": \"Organizations by CEO\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"ceo\", \"direction\": \"ascending\"}]}}"}
{"instruction": "List every evt", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"Completed\"}}]}}}"}
{"instruction": "Show top 10 evts", "output": "{\"name\": \"Top 10 Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"date\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "Show evts sorted by title", "output": "{\"name\": \"Events by Title\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"title\", \"direction\": \"ascending\"}]}}"}
{"instruction": "Show me all projs", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "Find evts from 2025", "output": "{\"name\": \"Events from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"date\", \"date\": {\"on_or_after\": \"2025-01-01\"}}, {\"property\": \"date\", \"date\": {\"on_or_before\": \"2025-12-31\"}}]}}}"}
{"instruction": "Show persons where role is active", "output": "{\"name\": \"Active Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"role\", \"select\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show assets sorted by domain", "output": "{\"name\": \"Assets by Domain\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"category\", \"direction\": \"ascending\"}]}}"}
{"instruction": "Show _schemas sorted by updated_at", "output": "{\"name\": \"Schemas by Update Date\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"sort\": [{\"property\": \"updated_at\", \"direction\": \"descending\"}]}}"}
{"instruction": "Show persons where x_handle is completed", "output": "{\"name\": \"Persons with X Handle\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"x_handle\", \"rich_text\": {\"is_not_empty\": true}}]}}}"}
{"instruction": "Show top 10 persons", "output": "{\"name\": \"Top 10 Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show procs where next_run is active", "output": "{\"name\": \"Active Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, {\"property\": \"next_run\", \"date\": {\"is_not_empty\": true}}]}}}"}
{"instruction": "List every proc", "output": "{\"name\": \"All Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "Show me all projs", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created_at\", \"date\": {\"isNotEmpty\": true}}]}}}"}
{"instruction": "Show projs sorted by client", "output": "{\"name\": \"Projects by Client\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"client\", \"direction\": \"ascending\"}]}}"}
{"instruction": "Show top 10 assets", "output": "{\"name\": \"Top 10 Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"cost\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "List every doc", "output": "{\"name\": \"All Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "Find _schemas from 2025", "output": "{\"name\": \"Schemas from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, {\"property\": \"created_at\", \"date\": {\"onOrAfter\": \"2025-01-01\"}}]}}}"}
{"instruction": "List every _schema", "output": "{\"name\": \"All Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}}}"}
{"instruction": "Show accts where relationships is completed", "output": "{\"name\": \"Completed Account Relationships\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}, {\"property\": \"relationships\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created_at\", \"date\": {\"is_not_empty\": true}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show me all evts", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"Completed\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"Active\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show top 10 procs", "output": "{\"name\": \"Top 10 Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"last_run\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "Find persons from 2024", "output": "{\"name\": \"Persons from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2024-01-01\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_before\": \"2024-12-31\"}}]}}}"}
{"instruction": "Show top 10 orgs", "output": "{\"name\": \"Top 10 Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "Show orgs sorted by twenty_id", "output": "{\"name\": \"Organizations by Twenty ID\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"twenty_id\", \"direction\": \"ascending\"}]}}"}
{"instruction": "Show me all accts", "output": "{\"name\": \"All Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "Show _schemas sorted by relationships", "output": "{\"name\": \"Schemas by Relationships\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"sort\": [{\"property\": \"relationships\", \"direction\": \"ascending\"}]}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List every proj", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "Find orgs from 2025", "output": "{\"name\": \"Orgs from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2025-01-01\"}}]}}}"}
{"instruction": "List every loc", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "Show projs sorted by date", "output": "{\"name\": \"Projects by Date\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"descending\"}]}}"}
{"instruction": "List every learn", "output": "{\"name\": \"All Learn Items\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show orgs sorted by related", "output": "{\"name\": \"Organizations by Related\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"related\", \"direction\": \"ascending\"}]}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created\", \"date\": {\"is_not_empty\": true}}]}}}"}
{"instruction": "Find procs from 2025", "output": "{\"name\": \"Procs from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2025-01-01\"}}]}}}"}
{"instruction": "Show locs where created is important", "output": "{\"name\": \"Important Locations by Creation\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"or\": [{\"property\": \"created\", \"checkbox\": {\"equals\": true}}, {\"property\": \"created_at\", \"date\": {\"is_not_empty\": true}}]}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Find assets from 2026", "output": "{\"name\": \"Assets from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"created\", \"date\": {\"on_or_after\": \"2026-01-01\", \"on_or_before\": \"2026-12-31\"}}]}}}"}
{"instruction": "Show me all assets", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "List every evt", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "Show top 10 docs", "output": "{\"name\": \"Top 10 Docs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"does_not_equal\": \"Completed\"}}, {\"property\": \"status\", \"select\": {\"does_not_equal\": \"Cancelled\"}}]}}}"}
{"instruction": "Show docs sorted by relationships", "output": "{\"name\": \"Docs by Relationships\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}, \"sort\": [{\"property\": \"relationships\", \"direction\": \"ascending\"}]}}"}
{"instruction": "Show learns where documentation is completed", "output": "{\"name\": \"Completed Documentation Learns\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"assessed\", \"checkbox\": {\"equals\": true}}]}}}"}
{"instruction": "Show persons sorted by sun", "output": "{\"name\": \"Persons by Sun Sign\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"astrology\", \"direction\": \"ascending\"}]}}"}
{"instruction": "Find assets from 2025", "output": "{\"name\": \"Assets from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"created\", \"date\": {\"on_or_after\": \"2025-01-01\"}}]}}}"}
{"instruction": "Show locs where country is active", "output": "{\"name\": \"Active Country Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"country\", \"text\": {\"isNotEmpty\": true}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created_at\", \"date\": {\"isNotEmpty\": true}}]}}}"}
{"instruction": "Show top 10 _schemas", "output": "{\"name\": \"Top 10 Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"sort\": [{\"property\": \"updated_at\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "Show me all assets", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"Active\"}}]}}}"}
{"instruction": "Show assets where website is completed", "output": "{\"name\": \"Assets with Completed Website\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"website\", \"text\": {\"isNotEmpty\": true}}]}}}"}
{"instruction": "Show me all locs", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "Show evts where related is important", "output": "{\"name\": \"Important Related Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"related\", \"text\": {\"contains\": \"important\"}}]}}}"}
{"instruction": "List every evt", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "Show me all projs", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "Find assets from 2026", "output": "{\"name\": \"Assets from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"created\", \"date\": {\"on_or_after\": \"2026-01-01\", \"on_or_before\": \"2026-12-31\"}}]}}}"}
{"instruction": "Show me all contents", "output": "{\"name\": \"All Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}}}"}
{"instruction": "Find docs from 2024", "output": "{\"name\": \"Docs from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"created\", \"date\": {\"on_or_after\": \"2024-01-01\"}}, {\"property\": \"created\", \"date\": {\"before\": \"2025-01-01\"}}]}}}"}
{"instruction": "Show me all accts", "output": "{\"name\": \"All Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}}}"}
{"instruction": "List every proc", "output": "{\"name\": \"All Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "Show _schemas sorted by updated_at", "output": "{\"name\": \"Schemas by Updated Date\", \"formula\": {\"filter\": {\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}, \"sort\": {\"property\": \"updated_at\", \"direction\": \"descending\"}}}"}
{"instruction": "Find contents from 2025", "output": "{\"name\": \"Contents from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}, {\"property\": \"published\", \"date\": {\"onOrAfter\": \"2025-01-01\"}}, {\"property\": \"published\", \"date\": {\"before\": \"2026-01-01\"}}]}}}"}
{"instruction": "Show me all procs", "output": "{\"name\": \"All Procs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show persons where platform is important", "output": "{\"name\": \"Persons - Platform Important\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"platform\", \"checkbox\": {\"equals\": true}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show evts where participants is important", "output": "{\"name\": \"Important Participant Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}, {\"property\": \"participants\", \"text\": {\"contains\": \"important\"}}]}}}"}
{"instruction": "Find learns from 2025", "output": "{\"name\": \"Learns from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2025-01-01\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created_at\", \"date\": {\"isNotEmpty\": true}}]}}}"}
{"instruction": "Show top 10 locs", "output": "{\"name\": \"Top 10 Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "Show me all assets", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created_at\", \"date\": {\"is_not_empty\": true}}]}}}"}
{"instruction": "Show me all orgs", "output": "{\"name\": \"All Orgs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "Show top 10 docs", "output": "{\"name\": \"Top 10 Documents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "Find orgs from 2024", "output": "{\"name\": \"Orgs from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2024-01-01\"}}]}}}"}
{"instruction": "Show top 10 assets", "output": "{\"name\": \"Top 10 Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}, \"sort\": [{\"property\": \"cost\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "Show top 10 orgs", "output": "{\"name\": \"Top 10 Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"name\", \"direction\": \"ascending\"}], \"limit\": 10}}"}
{"instruction": "Find orgs from 2026", "output": "{\"name\": \"Orgs from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2026-01-01\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_before\": \"2026-12-31\"}}]}}}"}
{"instruction": "Find accts from 2024", "output": "{\"name\": \"Accounts from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2024-01-01\"}}, {\"property\": \"created_at\", \"date\": {\"before\": \"2025-01-01\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"or\": [{\"property\": \"status\", \"text\": {\"equals\": \"active\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in-progress\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"ongoing\"}}]}]}}}"}
{"instruction": "List every evt", "output": "{\"name\": \"All Events\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}}}"}
{"instruction": "Find docs from 2026", "output": "{\"name\": \"Docs from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}, {\"property\": \"created\", \"date\": {\"on_or_after\": \"2026-01-01\"}}, {\"property\": \"created\", \"date\": {\"before\": \"2027-01-01\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"or\": [{\"property\": \"status\", \"select\": {\"equals\": \"Active\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"In Progress\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"Ongoing\"}}]}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show projs sorted by milestones", "output": "{\"name\": \"Projects by Milestones\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"milestones\", \"direction\": \"descending\"}]}}"}
{"instruction": "Show contents sorted by tags", "output": "{\"name\": \"Contents by Tags\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"tags\", \"direction\": \"ascending\"}]}}"}
{"instruction": "Show me all contents", "output": "{\"name\": \"All Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}}}"}
{"instruction": "Find learns from 2025", "output": "{\"name\": \"Learns from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"created_at\", \"date\": {\"onOrAfter\": \"2025-01-01\"}}]}}}"}
{"instruction": "Show learns sorted by language", "output": "{\"name\": \"Learns by Language\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}]}, \"sort\": [{\"property\": \"language\", \"direction\": \"ascending\"}]}}"}
{"instruction": "Show persons where stub is important", "output": "{\"name\": \"Important Person Stubs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"stub\", \"checkbox\": {\"equals\": true}}, {\"property\": \"importance\", \"select\": {\"equals\": \"important\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created_at\", \"date\": {\"is_not_empty\": true}}]}}}"}
{"instruction": "Show projs sorted by recurrence", "output": "{\"name\": \"Projects by Recurrence\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"frequency\", \"direction\": \"ascending\"}]}}"}
{"instruction": "Find learns from 2025", "output": "{\"name\": \"Learns from 2025\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"learn/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2025-01-01\"}}]}}}"}
{"instruction": "Show me all assets", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show me all orgs", "output": "{\"name\": \"All Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "List every loc", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "Show orgs sorted by title", "output": "{\"name\": \"Orgs by Title\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}, \"sort\": [{\"property\": \"title\", \"direction\": \"ascending\"}]}}"}
{"instruction": "List every person", "output": "{\"name\": \"All People\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created\", \"checkbox\": {\"equals\": true}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created\", \"date\": {\"is_not_empty\": true}}]}}}"}
{"instruction": "Show top 10 locs", "output": "{\"name\": \"Top 10 Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}, \"limit\": 10}}"}
{"instruction": "Find locs from 2026", "output": "{\"name\": \"Locations from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2026-01-01\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_before\": \"2026-12-31\"}}]}}}"}
{"instruction": "Show top 10 _schemas", "output": "{\"name\": \"Top 10 Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}, \"sort\": [{\"property\": \"updated_at\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "Show me all docs", "output": "{\"name\": \"All Docs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}}}"}
{"instruction": "Find persons from 2026", "output": "{\"name\": \"Persons from 2026\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2026-01-01\"}}, {\"property\": \"created_at\", \"date\": {\"before\": \"2027-01-01\"}}]}}}"}
{"instruction": "Show top 10 accts", "output": "{\"name\": \"Top 10 Accounts\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}]}, \"sort\": [{\"property\": \"balance\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "Show me all procs", "output": "{\"name\": \"All Procs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "List every asset", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "Show top 10 docs", "output": "{\"name\": \"Top 10 Docs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"doc/\"}}]}, \"sort\": [{\"property\": \"created\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show me all persons", "output": "{\"name\": \"All Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show me all projs", "output": "{\"name\": \"All Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show persons where role is important", "output": "{\"name\": \"Important Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"role\", \"text\": {\"isNotEmpty\": true}}]}}}"}
{"instruction": "List every _schema", "output": "{\"name\": \"All Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}}}"}
{"instruction": "Find locs from 2024", "output": "{\"name\": \"Locations from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2024-01-01\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created_at\", \"date\": {\"isNotEmpty\": true}}]}}}"}
{"instruction": "Show persons sorted by relationships", "output": "{\"name\": \"Persons by Relationships\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"sort\": [{\"property\": \"relationships\", \"direction\": \"ascending\"}]}}"}
{"instruction": "Find accts from 2024", "output": "{\"name\": \"Accounts from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"acct/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2024-01-01\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_before\": \"2024-12-31\"}}]}}}"}
{"instruction": "Show top 10 procs", "output": "{\"name\": \"Top 10 Procs\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}, \"sort\": [{\"property\": \"last_run\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "Show me all orgs", "output": "{\"name\": \"All Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}]}}}"}
{"instruction": "Show me all contents", "output": "{\"name\": \"All Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}}}"}
{"instruction": "List every proc", "output": "{\"name\": \"All Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "Show me all assets", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "List every _schema", "output": "{\"name\": \"All Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}}}"}
{"instruction": "Show top 10 contents", "output": "{\"name\": \"Top 10 Contents\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"published\", \"direction\": \"desc\"}], \"limit\": 10}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"or\": [{\"property\": \"status\", \"text\": {\"equals\": \"active\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in-progress\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"ongoing\"}}]}]}}}"}
{"instruction": "Show me all assets", "output": "{\"name\": \"All Assets\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"created\", \"checkbox\": {\"equals\": true}}]}}}"}
{"instruction": "Show orgs where status is completed", "output": "{\"name\": \"Completed Organizations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"org/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show top 10 projs", "output": "{\"name\": \"Top 10 Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}]}, \"sort\": [{\"property\": \"created_at\", \"direction\": \"descending\"}], \"limit\": 10}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"Completed\"}}]}}}"}
{"instruction": "Show evts sorted by related_projects", "output": "{\"name\": \"Events by Related Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"evt/\"}}]}, \"sort\": [{\"property\": \"related_projects\", \"direction\": \"ascending\"}]}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"status\": {\"equals\": \"Complete\"}}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"or\": [{\"property\": \"status\", \"text\": {\"equals\": \"active\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"in-progress\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"ongoing\"}}]}]}}}"}
{"instruction": "Show active projects", "output": "{\"name\": \"Active Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"text\": {\"equals\": \"active\"}}]}}}"}
{"instruction": "List completed projects", "output": "{\"name\": \"Completed Projects\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proj/\"}}, {\"property\": \"status\", \"select\": {\"equals\": \"completed\"}}]}}}"}
{"instruction": "Show contents sorted by author", "output": "{\"name\": \"Contents by Author\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"content/\"}}]}, \"sort\": [{\"property\": \"author\", \"direction\": \"ascending\"}]}}"}
{"instruction": "List every proc", "output": "{\"name\": \"All Processes\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"proc/\"}}]}}}"}
{"instruction": "Find assets from 2024", "output": "{\"name\": \"Assets from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"asset/\"}}, {\"property\": \"created\", \"date\": {\"on_or_after\": \"2024-01-01\"}}]}}}"}
{"instruction": "Show me all _schemas", "output": "{\"name\": \"All Schemas\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"_schema/\"}}]}}}"}
{"instruction": "Show top 10 persons", "output": "{\"name\": \"Top 10 Persons\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}]}, \"limit\": 10}}"}
{"instruction": "Show me all locs", "output": "{\"name\": \"All Locations\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"loc/\"}}]}}}"}
{"instruction": "Find persons from 2024", "output": "{\"name\": \"Persons from 2024\", \"formula\": {\"filter\": {\"and\": [{\"property\": \"folder\", \"text\": {\"startsWith\": \"person/\"}}, {\"property\": \"created_at\", \"date\": {\"on_or_after\": \"2024-01-01\"}}]}}}"}