mcpserver.lol
registry/jobmojito
Connection check verified live · 20h ago

jobmojito

Run AI interviews, manage candidates and read hiring analytics on JobMojito.

Tools 29
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

29 tools

Read from the running server on 20h ago.

create_catalogue_directory can modify data id*name*statustags_subcoach_plancontent_md +7
[Coaching catalogue] Create a directory (page) in the coaching portal catalogue. A directory nests other directories (`tags_sub`), lists coaching sessions whose own `tags` match it…
create_interview can modify data codename*tagstype*status*location* +40
[Interviews] Create a new interview and auto-generate its question sequence from position data. The `interview_template_id` you pass also sets the modality (voice-only vs realtime/…
create_interview_from_questions can modify data codename*tagstype*status*location* +38
[Interviews] Create a new interview from an explicit array of questions. Creates a new interview definition set from a caller-provided array of questions, builds its default and g…
create_persona can modify data codename*tagsportalstatus*recording +25
[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. Set `persona_role_avatar`/`persona_role_…
generate_interview_report can modify data store_fileexport_type*interview_result_idinterview_result_idsexport_features_result
[Results] Generate an interview result report (HTML/PDF/JSON) for a completed interview. The report is decision-support material for a human reviewer, not an automated hiring decis…
generate_interview_url can modify data type*hide_menumerchant_idinterview_idinterview_result_idinterview_profile_id
[Interviews] Generate a signed public interview URL/token. Generates a public, token-signed URL for an existing interview, profile, or result. The required id fields depend on `ty…
get_catalogue_directory read-only id*merchant_id
[Coaching catalogue] Read one catalogue directory in full: its settings, its custom Markdown page (`content_md`), its resolved sub-directories, and the coaching sessions its tag fi…
get_documentation read-only url*max_chars
Fetch the full content of a single JobMojito documentation page. Accepts a URL returned by `search_documentation`. For developer docs the clean Markdown (.md) variant is fetched a…
get_interview_definition read-only position_id*
[Interviews] Get the definition/configuration of an interview (position), including its ordered `questions` array. The questions come back in the same format create_interview_from_…
get_interview_result_details read-only interview_result_id*get_signed_recordings
[Results] Get full interview result details including transcript and scores. Scores are assistive output for a human reviewer. Returns an interview result with its full transcript…
get_merchant_analytics read-only limitoffsetdate_to*date_from*merchant_idinterview_id
[Results] Get the merchant's daily event analytics. Daily event-count time-series for a merchant over a date range (the admin-portal analytics events graph), scoped to your token'…
get_merchant_credit_usage read-only limitoffsetmerchant_idinterview_id
[Results] Get the merchant's credit usage. Per-event credit-usage ledger for a merchant: every billable analytics event (interview, pre-screening, public avatar, simulation, …) th…
get_merchant_status read-only merchant_id
[Admin] Get a merchant status snapshot: credit balances, subscription, pending-work counts, candidate/result totals, and invitation headroom. Status snapshot for a merchant: inter…
jobmojito_configuration read-only
Show the interactive JobMojito merchant picker (UI). ALWAYS call this when the user wants to choose, switch, or set a merchant, or when a tool needs a `merchant_id` and none is se…
list_avatars read-only typelimitoffsetstatusfilter_textmerchant_id +3
[Admin] List available avatar/voice templates. Each item's `type` decides the interview modality: `interactive_elevenlabs` = voice-only (no video avatar); `interactive_heygen` = re…
list_candidates read-only tablimitoffsetsourceorder_byfilter_text +2
[Candidates] List the merchant's candidates. Paginated list of a merchant's candidates (the admin-portal candidates list), scoped to your token's merchant (or a merchant_id overri…
list_catalogue_directories read-only limitoffsetstatusparent_tagvisibilityfilter_text +3
[Coaching catalogue] List the coaching-catalogue directories you can see (your merchant's own plus the platform-wide public ones). Start here to find a directory id, to pick a pare…
list_interview_results read-only tabsteptypelimitrisksoffset +6
[Results] List the merchant's interview results. Paginated list of a merchant's interview results (the admin-portal results list), scoped to your token's merchant (or a merchant_i…
list_interviews read-only typelimitoffsetstatusshow_demofilter_text +3
[Interviews] List the merchant's interview definitions. Paginated list of a merchant's interview definitions (the admin-portal interview list), scoped to your token's merchant (or…
list_languages read-only
[Admin] List supported platform (mojito) languages: the `code` to pass as `mojito_language_code`, English/local names, SVG flag URL, per-interface enablement flags, and Azure speec…
list_my_merchants read-only search
FALLBACK merchant list for clients WITHOUT UI support. Do NOT use this to choose or switch merchants when a UI is available — call `jobmojito_configuration` instead (it renders an…
list_sub_merchants read-only limitoffsetorder_byfilter_textmerchant_id
[Admin] List sub-merchants under the merchant account. Paginated list of the sub-merchants the caller administers (the admin-portal sub-merchants list). Visibility is enforced by…
register_users_for_interview can modify data users*is_testhide_menusend_emailhide_iframemerchant_id +1
[Interviews] Register users/candidates for a specific interview and return their personal interview links. Registers (or updates) one or more candidate profiles for an interview a…
request_another_interview_attempt can modify data interview_result_id*
[Results] Re-open a submitted interview result so the candidate can retry. Marks a submitted (active + completed) interview result as unsuccessful so the candidate can retake it.…
search_documentation read-only limitquery*source
Search ALL JobMojito documentation. This is the single entry point. One call searches both documentation sources in parallel and returns a merged, source-labeled list — you do not…
set_interview_state can modify data statusis_embeddedposition_id*
[Interviews] Change the state of an interview/position (e.g. open, closed). Changes the lifecycle status of an interview or position (draft, active, archived, preparing, completed…
update_catalogue_directory can modify data id*namestatustags_subcoach_plancontent_md +5
[Coaching catalogue] Update a coaching catalogue directory: rename it, change which sessions it lists (`tags_interview_set_filter`), re-order its sub-directories (`tags_sub`), or a…
update_interview can modify data codenametagstypestatuslocation +34
[Interviews] Update the configuration of an existing interview/position: name, description, avatar template, recording, scoring, tags and the rest of the create-time settings. Only…
upload_knowledge_base_document can modify data file*namemerchant_idknowledge_base_store_id*
[Knowledge base] Upload and process a knowledge base document (multipart form-data). Uploads a document to a knowledge base store and queues it for processing. Accepts the file ei…