forge_metric_create
Define a new metric to assess conversations by specifying name, description, linked services, notes, tags, and metric value type.
Instructions
Create a new metric for evaluating conversations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique metric name within the organization | |
| description | Yes | Description of the metric | |
| applied_to_services | Yes | Service IDs this metric applies to | |
| additional_notes | Yes | Additional notes about the metric (null if none) | |
| tags | Yes | Tags (alphanumeric keys and values, no hyphens or special characters) | |
| metric_value | Yes | Metric value definition. Must include "type" discriminator: "boolean", "numerical", or "categorical" | |
| org_id | No | Org ID (uses active org if omitted) |