thinkneo_set_baseline
ActiveTool of ThinkNEO MCP Server
Define the pre-AI cost baseline for a business process. Example: 'customer_support_ticket costs $12 per ticket and takes 15 minutes without AI'. This baseline is used to calculate ROI when agents handle the same process. Call this once per process to establish the comparison point.
Parameters schema
{
"type": "object",
"title": "thinkneo_set_baselineArguments",
"required": [
"process_name",
"cost_per_unit_usd"
],
"properties": {
"notes": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Notes",
"default": null,
"description": "Additional context about this baseline"
},
"workspace": {
"type": "string",
"title": "Workspace",
"default": "default",
"description": "Workspace identifier"
},
"unit_label": {
"type": "string",
"title": "Unit Label",
"default": "unit",
"description": "What one unit represents, e.g. 'ticket', 'review', 'decision', 'document'"
},
"process_name": {
"type": "string",
"title": "Process Name",
"description": "Name of the business process, e.g. 'customer_support_ticket', 'loan_review', 'content_moderation'"
},
"cost_per_unit_usd": {
"type": "number",
"title": "Cost Per Unit Usd",
"description": "Pre-AI cost per unit in USD, e.g. 12.00 for a $12 support ticket"
},
"avg_duration_minutes": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Avg Duration Minutes",
"default": null,
"description": "Average time in minutes for one unit without AI, e.g. 15"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries