{"server":{"name":"instantcv-mcp","version":"0.1.0","title":"InstantCV"},"tools":[{"name":"list_resume_examples","title":"List resume examples","description":"List InstantCV's built-in resume/CV examples. Each entry has a slug, job role, industry, tagline, and default theme. Optionally filter by industry.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"industry":{"description":"Optional industry filter.","type":"string","enum":["Tech","Design","Business","Healthcare","Education","Finance","Creative","Trades","Entry-level"]}}},"outputSchema":null},{"name":"get_resume_example","title":"Get resume example","description":"Fetch a single InstantCV resume example by slug. Returns the full CV data (name, title, summary, experience, education, skills) plus a builder URL that pre-loads the example.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"slug":{"type":"string","minLength":1,"description":"Example slug from list_resume_examples."}},"required":["slug"]},"outputSchema":null},{"name":"generate_cv_summary","title":"Generate CV summary","description":"Generate a 2-3 sentence professional CV/resume summary (about 50-80 words, first person, plain prose) tailored to a job title and optional context. Uses the Lovable AI Gateway.","annotations":{"readOnlyHint":true,"idempotentHint":false,"openWorldHint":true},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"title":{"type":"string","minLength":1,"description":"Target job title, e.g. 'Senior Product Designer'."},"name":{"description":"Candidate name.","type":"string"},"profession":{"description":"Field or profession, e.g. 'Design'.","type":"string"},"skills":{"description":"Comma-separated skills to weave in.","type":"string"},"tone":{"description":"Writing tone. Defaults to 'professional'.","type":"string","enum":["professional","friendly","concise"]}},"required":["title"]},"outputSchema":null}]}