employer.get_applicant_transcript — workorai MCP Tool
employer.get_applicant_transcript
(employer get applicant transcript) is one of 29 tools on the
workorai
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call employer.get_applicant_transcript from your client
- Claude Code workorai employer.get_applicant_transcript run in your project directory
- Claude Desktop workorai employer.get_applicant_transcript ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor workorai employer.get_applicant_transcript ~/.cursor/mcp.json
- VS Code workorai employer.get_applicant_transcript .vscode/mcp.json
- Zed workorai employer.get_applicant_transcript ~/.config/zed/settings.json
- Windsurf workorai employer.get_applicant_transcript ~/.codeium/windsurf/mcp_config.json
- Cline workorai employer.get_applicant_transcript ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI workorai employer.get_applicant_transcript ~/.gemini/settings.json
- Grok workorai employer.get_applicant_transcript .mcp.json (in your project root)
- ChatGPT workorai employer.get_applicant_transcript Settings → Connectors → Advanced → Developer mode
- Claude.ai workorai employer.get_applicant_transcript Settings → Connectors → Add custom connector
- LangChain workorai employer.get_applicant_transcript pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http workorai https://workorai.com/mcp
Other tools on this server
- request_access
- candidate.search_jobs
- candidate.get_job
- candidate.get_applications
- candidate.set_saved_job
- candidate.get_saved_jobs
- candidate.accept_invitation
- candidate.decline_invitation
- candidate.withdraw_application
- candidate.apply_to_job
- employer.list_jobs
- employer.get_job
- employer.create_job
- employer.update_job
- employer.publish_job
- employer.close_job
- employer.archive_job
- employer.delete_job
- employer.search_candidates_for_job
- employer.search_candidates_by_query
- employer.get_candidate
- employer.get_candidate_evidence
- employer.invite_candidate
- employer.list_applicants
- employer.set_review_status
- employer.get_applicant_detail
- employer.list_invitations
- employer.cancel_invitation
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.