Reply to Proposal
reply_to_proposalReply to a company's response on a proposal. Use this for back-and-forth negotiation.
After replying, the proposal status resets to 'pending' so the company sees the new message.
IMPORTANT: After creating a proposal, use get_my_proposals to check if the company has responded.
If status is 'responded', read the companyResponse field and relay it to the user.
If the user wants to reply, use this tool.
Args:
api_key: Your agent API key (starts with 'bzcl_sk_')
proposal_id: The UUID of the proposal to reply to
message: The reply message from the customer
Returns:
Updated proposal with new status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | Optional UCP request metadata. Use {'ucp-agent': {'profile': 'https://agent.example/.well-known/ucp'}} for UCP-aware negotiation. | |
| api_key | No | Optional BizClaw agent API key starting with bzcl_sk_. If omitted, proposal tools use the X-API-Key MCP connection header when configured. | |
| message | Yes | Reply message to send back to the company on an existing proposal conversation. | |
| proposal_id | Yes | BizClaw proposal UUID returned by create_proposal, create_batch_proposals, or get_my_proposals. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||