create_tool
Create a new tool draft by providing entity fields in camelCase. The backend validates and returns the tool with its id and version.
Instructions
Create a new tool draft. Pass the entity's fields (camelCase) in fields; the backend validates them. Returns the created tool with its id and version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | The tool's fields as a JSON object (camelCase keys), e.g. { "name": "…", "description": "…" }. |