thinkneo_decision_cost
ActiveTool of ThinkNEO MCP Server
Analyze cost-per-decision for AI agents. Shows the actual AI cost for each decision, compared to the pre-AI baseline. Answers: 'How much does each AI decision cost?' and 'How does it compare to doing it without AI?'
Parameters schema
{
"type": "object",
"title": "thinkneo_decision_costArguments",
"properties": {
"period": {
"type": "string",
"title": "Period",
"default": "this-month",
"description": "Time period: 'today', 'this-week', 'this-month', 'all'"
},
"workspace": {
"type": "string",
"title": "Workspace",
"default": "default",
"description": "Workspace identifier"
},
"agent_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Agent Name",
"default": null,
"description": "Filter by specific agent"
},
"process_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Process Name",
"default": null,
"description": "Filter by specific process"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries