Get Company
get_companyGet full details for a specific company by its ID.
Returns the complete company profile including features, use cases, pricing, and contact info.
Args:
company_id: The UUID of the company (obtained from search results)
Returns:
Complete company profile dictionary, or an error if not found.
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. | |
| company_id | Yes | BizClaw company UUID returned by search_companies or get_company_by_website. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||