Agent Skill · Worklittle
capability-map
Routes a Worklittle product goal to the correct REST endpoint, MCP tool, scope, docs page, and agent skill. Use when the user knows what they want to build but not which API to call, or when disambiguating Jobs vs Business.
Skill body
Read this first when choosing an integration path. Full tables live in docs; this skill is the router.
Product boundary
| Question | Product | Start skill |
|---|---|---|
| Market-wide open roles? | Jobs | job-search |
| Counts / trends / salary averages? | Jobs | market-stats |
| Apply with AI / hosted apply? | Jobs | apply-with-ai |
| Resumes / cover letters? | Jobs | resume-cover-letter |
| Job seeker alert emails (Settings, not API)? | Jobs | job-alerts |
| Publish employer listings? | Business | post-a-job |
| Pipeline, interviews, offers, candidate email/webhooks? | Business | candidates |
| Employees, attendance calendar, post-hire email/webhooks? | Business | employees |
| Install MCP client? | Shared | mcp-install |
| Lookup docs / OpenAPI? | Shared | worklittle-docs |
Public People Search is temporarily unavailable. Prefer candidates for employer-scoped talent.
Billing anchor
The only paid meter is AI tokens. Job search and most ATS calls are free within monthly quotas (Jobs rate limits, Business rate limits). Aggregates → market-stats. Individual roles → job-search.
REST-only gaps (no MCP)
- Public board apply:
POST /business/jobs/company/:company/jobs/:id/apply
Docs
- Capability map — full Goal → REST → MCP → Scope tables
- Tool chains
- Agent skills
Work with this as data
Every skill here is available over the APIs.io API and to AI agents over MCP.