Create Service Request (guided)
create_service_requestFind or create a customer company by name, then file a service request with summary and priority, returning a summary of the created request.
Instructions
End-to-end intake: find or create the customer, then file a Request and return a summary. If a company name is given, an existing company is matched; if none is found and create_if_missing is true, one is created. Prefer this over the raw create_request tool when starting from a customer name rather than an ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | What the customer needs. | |
| priority | No | ||
| description | No | ||
| customer_name | Yes | Company name to find or create. | |
| create_if_missing | No | Create the company if no match is found. |