login_with_client_id
Authenticate MCP session to a Signal Found client account. Run this at the start of each session before business tools. Most tools require authenticated context and will use this session client id unless you pass an explicit `client_id` argument.
Remote signal-found/reddit-outreach
Other tools also called login_with_client_id?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"client_id": {
"type": "string",
"title": "Client Id"
}
}
}