Would be great if WebMCP tools were added for editing the resumes
Author: gotch27Created Sep 9, 2026Updated Sep 9, 2026
Labelsenhancementstatus: needs triagedeployment: cloudarea: ai
Existing issue
- I searched the existing issues and could not find a matching proposal.
Product variant
Cloud
Area
AI & Agent
Problem
Having WebMCP tools would speed up the resume creation because it would let users use the resume builder through their agents instead of computer use. This will encourage and improve collaborative resume building between the user and whatever agent they're using.
Desired outcome
I would like to be able to prompt my agent through Codex to change a section of my CV to tailor it to a specific job offer, instead of me doing it manually. The agent will change it and I can visually see what it changed.
Alternatives considered
- Generating with AI and copy pasting
- Using the already implemented AI integration - uses direct API tokens. Difference is that I can use my Codex App to call the WebMCP tools instead.
Proposed scope
New WebMCP tools
Read-only:
- get_resume_context — document goal, target role, constraints, and current selection.
- get_resume_state — structured content and layout state.
- get_edit_history — human/agent changes with diffs.
- get_comments — comments on sections or selected text.
- get_pending_suggestions — unresolved agent proposals.
- validate_resume — return content, ATS, and layout issues. Write/action:
- focus_context — focus a section or text range in the existing UI.
- start_agent_run — begin a grouped agent editing session.
- propose_change — create a content, ordering, or style suggestion.
- apply_change — apply an approved change through the existing editor command layer.
- add_comment — comment on a section or text range.
- reply_to_comment — respond to human feedback.
- resolve_comment — mark feedback complete.
- revert_agent_run — undo one complete agent session.
- finish_agent_run — summarize changes and unresolved issues.
- export_resume_pdf — generate the existing PDF export, with confirmation.
New UI after WebMCP
- Agent activity indicator: what it is doing and which section it is touching.
- Inline agent-change markers on modified text/blocks.
- Suggestion cards with Accept, Reject, and Edit.
- Agent run history grouped separately from human edits.
- One-click “Revert agent run.”
- Inline comment threads attached to text or sections.
- Agent context bar showing selected text, user constraints, and active goal.
- “Review changes” mode for stepping through edits.
- Permission prompt before bulk edits or PDF export.
- Agent status/errors panel showing completed, skipped, or failed actions.
Additional context
No response
Source: amruthpillai/reactive-resume