crm_list_leads
List CRM leads in a Markdown table, filtering by group, status, or email presence, and return a clear empty message when no results exist.
Instructions
List CRM leads as a table (optional group_id / with_email / status).
When presenting the result:
Display as a Markdown table using content.columns / content.rows.
Do not output raw JSON unless the user asks.
For empty results, show content.empty.
Prefer company + name; show "sans site" when has_website is false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | ||
| group_id | No | ||
| with_email | No |