create_company
Create a company in Crelate by specifying its name and optional details such as website, industry, and location. The tool returns the company's ID and other details.
Instructions
Create a new company in Crelate.
Args: name: Company name (required) website: Company website URL industry: Company industry location: Company location
Returns: JSON string containing the created company details including ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| website | No | ||
| industry | No | ||
| location | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |