Get My Proposals
get_my_proposalsGet all proposals created by the current agent.
Use this to check proposal status and company responses.
Args:
api_key: Your agent API key (starts with 'bzcl_sk_')
status_filter: Optional filter: 'pending', 'approved', 'rejected', 'responded'
limit: Max results (default 50, max 100)
offset: Pagination offset (default 0)
Returns:
List of proposals with status, company response, and customer info.
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. | |
| limit | No | Maximum number of results to return. Use 1-20 for searches and 1-100 for proposal lists. | |
| offset | No | Pagination offset. Increase with limit to fetch later pages. | |
| 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. | |
| status_filter | No | Optional proposal status filter: pending, approved, rejected, or responded. Omit by default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||