Search jobs
waas_searchSearch YC Work at a Startup jobs using structured filters for role, remote, visa, equity, salary, and more. Get relevant listings quickly.
Instructions
Search YC Work at a Startup jobs with structured filters. Builds the search URL automatically. WORKFLOW (required):
waas_application_quota (or waas_search weeklyQuota) — check remaining in-app applications this week (cap is 10).
waas_search with structured filters (or waas_get_job from a URL the user provides).
waas_get_job + waas_get_company for full context.
waas_inspect_application — returns applicationType, fields[], weeklyQuota, applyBlocked.
If applicationType=weekly_limit_reached or applyBlocked=true → stop; do NOT submit.
If applicationType=external → report link/email to user; do NOT auto-submit.
If applicationType=needs_login → tell user to run npm run login.
Draft answers for every required field in fields[].
waas_submit_application with dry_run=true — show the user all answers.
Only after explicit approval → dry_run=false. Never auto-submit. Skip already_applied jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Role category filter. | |
| limit | No | Max results (default 30). | |
| query | No | Keyword search. | |
| remote | No | true = remote only, false = on-site only. | |
| sort_by | No | ||
| us_visa | No | ||
| job_type | No | ||
| has_equity | No | ||
| has_salary | No |