crm_workbench
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
Remote signal-found/reddit-outreach
Other tools also called crm_workbench?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"default": 100
},
"notes": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Notes",
"default": null
},
"action": {
"type": "string",
"title": "Action"
},
"username": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Username",
"default": null
},
"client_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Client Id",
"default": null
},
"blacklisted": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Blacklisted",
"default": null
},
"product_slug": {
"type": "string",
"title": "Product Slug"
},
"customer_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Customer Name",
"default": null
},
"blacklist_state": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Blacklist State",
"default": null
},
"conversation_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Conversation Id",
"default": null
},
"conversion_state": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Conversion State",
"default": null
},
"awaiting_response": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Awaiting Response",
"default": null
},
"conversion_states": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
],
"title": "Conversion States",
"default": null
}
}
}