Suited
Tailored, graded job applications for any vacancy.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
- List Facts: Return the user's saved career facts, the raw material every application is tailored from.
- Add Facts: Append one or more career facts. Each is one atomic, truthful claim: a role, a metric, a skill, an achievement. Never invent facts the user cannot defend.
- List Applications: Return the user's application pipeline: each generated application with its company, role, score, and status.
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
Tailored, graded job applications for any vacancy. Agents get the user's saved career facts, generate a CV + cover letter + form answers built for one specific job, graded by a simulated recruiter, hiring manager and fact-checker, and hand back rendered PDF links. Never invents claims the user could not defend in an interview.
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| list_facts | Return the user's saved career facts, the raw material every application is tailored from. |
| add_facts | Append one or more career facts. Each is one atomic, truthful claim: a role, a metric, a skill, an achievement. Never invent facts the user cannot defend. |
| list_applications | Return the user's application pipeline: each generated application with its company, role, score, and status. |
| get_application | Return the full generated package for an application id: the tailored CV, cover letter, form answers, grade, and download links for the rendered PDFs. |
| get_documents | Return download links for the professionally rendered, ATS-checked PDF documents of a generated application (cv_pdf and, when a letter was generated, letter_pdf). Links work in any browser without auth and expire after 24 hours. ALWAYS use these instead of rebuilding documents from the JSON content - the rendered PDFs carry the market-correct formatting (Letter/A4) and passed machine checks. |
| generate_application | Tailor a full application (CV, cover letter, and answers to any form questions) from the user's facts for a specific job, graded by a mock recruiter/hiring-manager/fact-checker panel. Returns the graded package. Consumes one of the user's applications (free tier or subscription). The user must have some facts on file first. |