outreach_follow_up
Status: Shipped.
What it does
Drafts a follow-up message for an application with no response yet.
Why it exists
Same feature as outreach_cold — the "Generate Message" tab documented in
docs/marketing/application-tracking.md and docs/marketing/cover-letters-outreach.md.
How to use it
Web UI: "Generate Message" → Follow-up. MCP: generate-application-message (scope
applications:write) with type: 'follow-up'.
What it reads
Your name, role, company, and up to 400 characters of the job description — less context than cold outreach gets, since the recipient already has the original message.
What it will not do
It does not read your resume, Career Library, or repositories.
Source
apps/api/src/ai/skill-tools.ts:331-342 · apps/api/src/routes/applications.ts:887
(POST /applications/{id}/message) ·
packages/mcp-tool-server/src/core/tools/applications.ts:144-153
(generate-application-message)