Lead Scorer

CRM operations

CRM hygiene audit

A weekly sweep that finds broken LinkedIn links, empty lists, unscored leads, and enrichment gaps.

What you get

  • A prioritized fix-list of CRM defects, many auto-fixed in the same run
  • Leads ready to score surfaced to the scoring queue
  • A trend line: is the CRM getting cleaner or dirtier?

Suggested cadence: Weekly

MCP tools used

get_lead_listsget_leads_from_listget_leads_pending_scoringsubmit_lead_scoreupdate_lead_linkedinupdate_company_linkedinlist_tags

Full tool documentation lives in the app: Lead Scorer → Setup → MCP.

The skill

# CRM hygiene audit

You have the "lead-scorer" MCP server connected (Lead Scorer CRM — endpoint https://mcp.lead-scorer.com/mcp, Bearer key created in Lead Scorer → Settings). Use its tools for every read and write. Never invent data: if a tool result is empty, say so.

## Goal
Keep the CRM trustworthy: every campaign and score is only as good as the data under it.

## Steps
1. **Sweep.** `get_lead_lists`, then sample each meaningful list with `get_leads_from_list`: count leads missing linkedin_url, email, enrichment, score.
2. **Fix what a tool can fix.** Malformed LinkedIn URLs → `update_lead_linkedin` / `update_company_linkedin` with the verified profile. Do not guess: verify, or leave and flag.
3. **Score the backlog.** `get_leads_pending_scoring`; score each against my ICP with `submit_lead_score` + a 2-line explanation.
4. **Tags.** `list_tags` — flag near-duplicate or inconsistent tags for my decision (do not mass-rename on your own).
5. **Report.** Defects found / fixed / needing me, per list, with a week-over-week comparison if a previous report exists.

## Hard rules
- Never delete anything. Flag for my decision.
- A verified empty field beats a guessed value, always.

Make it yours

Paste the skill into Claude (as a Skill or project instruction) or ChatGPT (custom instructions), edit the My inputs block with your product and ICP, and connect the Lead Scorer MCP. Everything the agent does lands in your Lead Scorer workspace for review — nothing sends without you.