INDIVIDUAL MCP TOOL
update_interview
[Interviews] Update the configuration of an existing interview/position: name, description, avatar template, recording, scoring, tags and the rest of the create-time settings.
LIVE ENDPOINT
https://mcp.jobmojito.com/mcp
Connect to this endpoint to inspect the live schema for update_interview and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.jobmojito]
url = "https://mcp.jobmojito.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jobmojito": {
"type": "http",
"url": "https://mcp.jobmojito.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jobmojito
Remote MCP URL: https://mcp.jobmojito.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"jobmojito": {
"url": "https://mcp.jobmojito.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jobmojito": {
"type": "http",
"url": "https://mcp.jobmojito.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jobmojito",
"transport": "streamable-http",
"url": "https://mcp.jobmojito.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_documentation— Search ALL JobMojito documentation.get_documentation— Fetch the full content of a single JobMojito documentation page.list_my_merchants— FALLBACK merchant list for clients WITHOUT UI support.create_interview— [Interviews] Create a new interview and auto-generate its question sequence from position data.create_interview_from_questions— [Interviews] Create a new interview from an explicit array of questions.create_persona— [Interviews] Create a role-play persona: an avatar that plays a defined role in a free-form conversation instead of a scored Q&A interview.get_interview_definition— [Interviews] Get the definition/configuration of an interview (position), including its ordered `questions` array.set_interview_state— [Interviews] Change the state of an interview/position (e.