crm_workbench
Manage CRM data for Signal Found MCP by listing customers, tracking prospect statistics, updating conversion states, blacklist status, and notes without outbound messaging.
Instructions
CRM read/write operations (no reply generation and no DM sending).
Use action to select operation; each action has its own required fields.
This tool intentionally excludes outbound messaging behaviors.
Supported actions:
list_customers
prospect_stats
get_conversation_by_id
update_conversion_state
update_blacklist
get_notes
update_notes
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_slug | Yes | ||
| action | Yes | ||
| client_id | No | ||
| username | No | ||
| customer_name | No | ||
| conversation_id | No | ||
| conversion_state | No | ||
| blacklist_state | No | ||
| notes | No | ||
| limit | No | ||
| awaiting_response | No | ||
| blacklisted | No | ||
| conversion_states | No |