Skip to main content
Glama

ThinkNEO Control Plane

thinkneo_log_decision

Log a business decision made by an AI agent. Tracks the AI cost and the business value generated. If a baseline exists for the process, value is auto-calculated from the baseline cost. Example: agent 'support-bot' resolved a 'customer_support_ticket' at $0.03 AI cost, replacing a $12 human-handled ticket. ROI: 400:1.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outcomeNoResult: 'success', 'escalated', 'rejected', 'error'success
metadataNoJSON string with additional context
workspaceNoWorkspace identifierdefault
agent_nameYesName of the AI agent that made the decision, e.g. 'support-bot', 'loan-reviewer'
confidenceNoConfidence score 0.0-1.0
ai_cost_usdNoActual AI cost for this decision in USD, e.g. 0.03
process_nameNoLinks to a baseline process for auto ROI calculation
decision_typeYesType of decision, e.g. 'ticket_resolved', 'loan_approved', 'content_reviewed'
value_generated_usdNoExplicit business value in USD. If omitted and process_name has a baseline, auto-calculated.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses important behavioral details beyond the annotations, such as the auto-calculation of business value from a baseline if one exists, and provides a concrete ROI example. Annotations are all false hints, but the description adds meaningful context about the tool's behavior without contradicting them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured, with a clear statement of purpose, a useful clarification about auto-calculation, and a concrete example. Every sentence adds value, and the example effectively illustrates the tool's use.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 9 parameters, an output schema, and moderate complexity, the description covers the core concept well. It explains the main purpose, the auto-calculation behavior, and gives a practical example. It does not detail every parameter, but the schema fully covers that, so the description is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters. The description adds value by explaining the relationship between process_name and value_generated_usd (auto-calculation from baseline) and by giving a concrete example of ai_cost_usd, value_generated_usd, and ROI. This enriches the schema without repeating it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb 'Log' and identifies the resource as 'a business decision made by an AI agent,' clearly distinguishing this tool from sibling tools like thinkneo_log_event or thinkneo_log_risk_avoidance. It also highlights the tracking of AI cost and business value, which further clarifies its unique purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context for when to use this tool: whenever an AI agent makes a business decision that should be logged with cost and value implications. It provides an illustrative example but does not explicitly state when not to use it or mention alternatives, so it falls just short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.9/5.0
Disambiguation2/5

Many tools have overlapping purposes, such as the multiple safety-check tools (thinkneo_check, thinkneo_detect_injection, thinkneo_evaluate_guardrail) and the many cost/reporting tools (thinkneo_agent_roi, thinkneo_decision_cost, thinkneo_business_impact). An agent would struggle to reliably pick the correct tool for a given intent. The boundaries between dashboard, audit, and reporting tools are particularly fuzzy.

Naming Consistency2/5

All tools share the thinkneo_ prefix, but the remaining naming is inconsistent: some follow verb_noun (check_spend, list_alerts), some use noun_verb (compliance_generate, alert_rule_create), and others are bare nouns (business_impact, cache_status). This mix makes it hard to predict tool names based on action and object.

Tool Count1/5

With 68 tools, this is an extremely large surface area, far beyond the typical 3-15 well-scoped set and even beyond the 25+ heavy threshold. Even for a comprehensive enterprise platform, the sheer number overwhelms an agent's ability to choose effectively. It feels like a kitchen-sink approach rather than a curated toolkit.

Completeness3/5

The toolset covers a wide range of governance, observability, and cost-management features, but there are notable lifecycle gaps: SLAs can be defined but not updated or deleted, alert rules lack an update operation, and registry entries have no remove/unpublish. Also, policy management is limited to checking, with no create/update tool. The memory tools feel out of place and lack a delete operation.