# resume-to-jobdescription-matcher

Match resumes to job descriptions and evaluate candidate fit using semantic similarity.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add theideatribe/resume-to-jobdescription-matcher

# Browse available tools
npx -y @smithery/cli@latest tool list theideatribe/resume-to-jobdescription-matcher

# Get full schema for a tool
npx -y @smithery/cli@latest tool get theideatribe/resume-to-jobdescription-matcher score_resume_match

# Call a tool
npx -y @smithery/cli@latest tool call theideatribe/resume-to-jobdescription-matcher score_resume_match '{}'
```

## Direct MCP Connection

Endpoint: `https://resume-to-jobdescription-matcher--theideatribe.run.tools`

**Optional config:**
- `jd` (query) — Job Description Text
- `resume` (query) — Resume Text

## Tools (1)

- `score_resume_match` — Evaluate how well a candidate's resume matches a job description.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get theideatribe/resume-to-jobdescription-matcher <tool-name>
```
