list_resume_versions
Return stored resume versions newest-first, with optional filtering by job ID and a result limit.
Instructions
Return stored resume versions, newest-first, with optional filtering.
Pipeline order: FILTER -> SORT -> LIMIT. This tool NEVER raises.
Args: job_id: When provided, only versions linked to this exact job id are returned. limit: Maximum number of records to return (after sort).
Returns: ListResumeVersionsResult with success=True and filtered/sorted SUMMARIES (no resume text); success=False with error_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| job_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| success | Yes | ||
| versions | No | ||
| error_message | No |