list_campaigns
List campaigns for a client (active/inactive, product mapping, budget, and warning signals).
Remote signal-found/reddit-outreach
Other tools also called list_campaigns?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"client_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Client Id",
"default": null
}
}
}