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