You're viewing a demo portfolio

Join the waitlist
PRSM

close_list_opportunities

Active

Tool of Close Crm

declared in 0.1.0

List opportunities (pipeline deals) in Close. Returns a `data` array of opportunities with id, lead_id, status, value, currency, confidence, and expected close date, plus `has_more` / `total_results`. Pass `lead_id` to scope to one lead, or omit to list across the organization. Page with `_limit` / `_skip`.

Parameters schema

{
  "type": "object",
  "required": [
    "_apiKey"
  ],
  "properties": {
    "_skip": {
      "type": "number",
      "description": "Number of results to skip for pagination (default 0)"
    },
    "_limit": {
      "type": "number",
      "description": "Results per page (default 100, max 200)"
    },
    "_apiKey": {
      "type": "string",
      "description": "Close API key"
    },
    "lead_id": {
      "type": "string",
      "description": "Optional lead ID to filter opportunities to a single lead"
    }
  }
}

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 →