{"name":"gerajobs","description":"GeraJobs local job marketplace — search jobs, view listings, apply to positions, and post vacancies across 50+ countries.","version":"0.1.0","url":"https://gerajobs.com","contact":"api@gera.services","tools":[{"name":"search_jobs","description":"Search job listings by keyword, category, country, city, job type, and salary range. Returns listings with employer details and application deadlines.","input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Job title, skill, or keyword"},"category":{"type":"string","description":"Job category slug (e.g. tech, healthcare, construction, education)"},"country":{"type":"string","description":"ISO 3166-1 alpha-2 country code"},"city":{"type":"string","description":"City name"},"job_type":{"type":"string","enum":["full-time","part-time","contract","freelance","internship"],"description":"Employment type"},"salary_min":{"type":"number","description":"Minimum salary in local currency (monthly)"},"remote":{"type":"boolean","description":"Return only remote-friendly jobs if true"}}}},{"name":"get_job_details","description":"Get full details for a specific job listing including requirements, salary, and employer profile.","input_schema":{"type":"object","required":["job_id"],"properties":{"job_id":{"type":"string","description":"Job listing UUID"}}}},{"name":"apply_job","description":"Submit a job application for a listing.","input_schema":{"type":"object","required":["job_id"],"properties":{"job_id":{"type":"string","description":"Job listing UUID"},"cover_letter":{"type":"string","description":"Cover letter text"},"cv_url":{"type":"string","description":"URL to the applicant's CV/resume document"}}}},{"name":"post_job_listing","description":"Post a new job vacancy as an employer.","input_schema":{"type":"object","required":["title","description","country","job_type"],"properties":{"title":{"type":"string","description":"Job title"},"description":{"type":"string","description":"Full job description and requirements"},"country":{"type":"string","description":"ISO 3166-1 alpha-2 country code"},"city":{"type":"string","description":"City where the job is based"},"job_type":{"type":"string","enum":["full-time","part-time","contract","freelance","internship"],"description":"Employment type"},"salary_min":{"type":"number","description":"Minimum salary in local currency (monthly)"},"salary_max":{"type":"number","description":"Maximum salary in local currency (monthly)"},"remote":{"type":"boolean","description":"Whether the role is remote-friendly"},"application_deadline":{"type":"string","description":"Application deadline ISO 8601 (YYYY-MM-DD)"}}}}],"resources":[{"name":"jobs","description":"Job listings directory","url":"https://gerajobs.com/api/v1/jobs"},{"name":"categories","description":"Job categories","url":"https://gerajobs.com/api/v1/categories"},{"name":"countries","description":"Supported countries","url":"https://gerajobs.com/api/v1/countries"}]}