You're viewing a demo portfolio

Join the waitlist
PRSM

close_search_leads

Active

Tool of Close Crm

declared in 0.1.0

Search or list leads (companies/accounts in Close) using Close's query language. Returns a `data` array of leads (with id, display_name, contacts, status, custom fields) plus `has_more` and `total_results`. The `query` param accepts Close search syntax, e.g. `name:"Acme"`, `status_label:"Potential"`, `email_address:@example.com`, `lead_created_within:7d`, or free text. Omit `query` to list all leads. Page with `_limit` (max 200) and `_skip`.

Parameters schema

{
  "type": "object",
  "required": [
    "_apiKey"
  ],
  "properties": {
    "_skip": {
      "type": "number",
      "description": "Number of results to skip for pagination (default 0)"
    },
    "query": {
      "type": "string",
      "description": "Close query string. Examples: `name:\"Acme Inc\"`, `status_label:\"Potential\"`, `email_address:@acme.com`, `lead_created_within:30d`. Free text also works. Omit to list all leads."
    },
    "_limit": {
      "type": "number",
      "description": "Results per page (default 100, max 200)"
    },
    "_apiKey": {
      "type": "string",
      "description": "Close API key"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Close Crm

https://github.com/pipeworx-io/mcp-close-crm

1/7 registries
View full server →
close_search_leads — Close Crm — PRSM MCP