create_job
Create a new job or position in Crelate by specifying name, company, location, and description. Returns the created job details including ID.
Instructions
Create a new job/position in Crelate.
Args: name: Job title/name (required) company_name: Hiring company name location: Job location description: Job description
Returns: JSON string containing the created job details including ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| location | No | ||
| description | No | ||
| company_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |