Skip to content

Tools Overview

Jobko MCP provides six tools for job matching and CV generation.

Free Tools

These tools don't consume credits:

Tool Description
get_profile Get user's skills, experience, and preferences
get_credits Check credit balance and pricing
get_saved_jobs List analyzed and saved jobs
get_work_authorization Get work permit status by country

These tools consume credits:

Tool Cost Description
analyze_job $0.02 Analyze a job posting against user profile
generate_cv $0.20 Generate a tailored CV for a job

Tool Response Format

All tools return responses in MCP format:

{
  "content": [
    {
      "type": "text",
      "text": "{...JSON data...}"
    }
  ],
  "isError": false
}

For errors:

{
  "content": [
    {
      "type": "text",
      "text": "Error message"
    }
  ],
  "isError": true
}

Required Scopes

Each tool requires specific API key scopes:

Tool Required Scope
get_profile profile_read
get_credits credits_read
get_saved_jobs jobs_read
get_work_authorization work_permit_read
analyze_job job_analysis
generate_cv cv_generation

By default, new API keys have all scopes enabled.