thinkneo_agent_roi
ActiveTool of ThinkNEO MCP Server
Calculate ROI per AI agent. Shows value generated vs AI cost consumed, with daily trend, success rate, and comparison to pre-AI baseline. Answers: 'Is this agent generating or consuming value?' and 'What's the ROI trend?'
Parameters schema
{
"type": "object",
"title": "thinkneo_agent_roiArguments",
"properties": {
"days": {
"type": "integer",
"title": "Days",
"default": 30,
"description": "Number of days to analyze"
},
"workspace": {
"type": "string",
"title": "Workspace",
"default": "default",
"description": "Workspace identifier"
},
"agent_name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Agent Name",
"default": null,
"description": "Specific agent to analyze. If omitted, returns all agents."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries