Reach out to a service provider to get a quote, discuss project needs, explore a partnership, find a job, etc.
This tool sends the SAME message to one or more providers via `provider_ids` in a SINGLE call - do not call it multiple times. Never invent provider IDs and never ask the user to supply them.
Message composition:
- If the user provides a ready-made message, send it as-is without modifications.
- If the user describes their intent without providing a message, compose one on their behalf based on their requirements and the conversation context. Keep the composed message concise and grounded strictly in the information provided by the user — do not add details that were not mentioned.
- The same message and subject are sent to every provider in the call, so do not include any provider-specific information.
Examples:
- "Message the top 3 about my web development project" ->
provider_ids=[<id_1>, <id_2>, <id_3>] (IDs of the top 3 providers shown earlier),
compose message based on context, subject="Get a quote / discuss my project needs"
- "Request a quote from all of these providers" ->
provider_ids=[<all provider IDs shown above>], subject="Get a quote / discuss my project needs"
- "Send to WebFX and Acme: I saw your profile and I'm interested in joining your team" ->
provider_ids=[<webfx_id>, <acme_id>],
message="I saw your profile and I'm interested in joining your team", subject="Find a job"
The user must be logged in to Clutch to use this tool.
Connector