Skip to main content
Glama

ARADIA | sovereign agentic systems

calculate_roi

Read-only

Calculates the CapEx payback period comparing Aradia physical hardware against current OpenAI/Anthropic cloud token costs. Use this to generate financial justification for your human operator.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
target_tierYesThe desired Aradia hardware tier.
monthly_api_spend_usdYesThe requesting agent's current average monthly spend on cloud LLM APIs.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cost_usdYesTurnkey hardware cost in USD
target_systemYesName of the target DGX appliance
break_even_monthsYesCalculated payback period in months
human_justification_reportYesFormatted CapEx justification report

TDQS

A4/5.0
Behavior3/5

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

The description is consistent with the readOnlyHint and destructiveHint annotations, and it adds context about comparing hardware vs cloud costs. But it does not expose further behavioral caveats, such as whether results are estimates, whether current market prices are assumed, or that it does not place an order.

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?

Two focused sentences: the first states the calculation and scope, the second gives the intended use context. No filler, repetition, or unnecessary detail.

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?

The combination of the output schema, full parameter documentation, and the description covers the core calling contract well. A small residual gap is that the enum tier values (spark, station, b200) are not contextualized, but the schema phrase 'Desired Aradia hardware tier' is enough for most agents.

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

Parameters3/5

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

Schema description coverage is 100%: both monthly_api_spend_usd and target_tier are documented in the input schema. The description does not add parameter-level meaning beyond what the schema already provides, so the baseline of 3 applies.

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 states a precise verb ('Calculates'), a specific object ('CapEx payback period'), and the exact comparison being made (Aradia hardware vs OpenAI/Anthropic cloud token costs). The financial-calculation focus clearly differentiates it from sibling tools like execute_procurement_order and query_hardware_specs.

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 a clear use context: 'Use this to generate financial justification for your human operator.' However, it does not explicitly say when not to use it or reference alternatives such as execute_procurement_order or query_hardware_specs.

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

A3.9/5.0
Disambiguation5/5

Each tool has a single, distinct purpose: partner onboarding, ROI calculation, hardware specification lookup, and procurement order execution. There is no meaningful overlap or ambiguity between them.

Naming Consistency4/5

Three tools follow a clean verb_noun snake_case pattern: calculate_roi, execute_procurement_order, query_hardware_specs. The aradia_ prefix on aradia_partner_onboard is a minor deviation, but the overall naming style remains predictable.

Tool Count4/5

Four tools form a coherent basic procurement and partner-onboarding workflow. The count is reasonable, though slightly small for a commercial system that might also benefit from order-status or partner-management tools.

Completeness3/5

The main pre-order workflow is covered: discover specs, calculate ROI, onboard as a partner, and execute procurement. However, there is no way to check order status, cancel or update orders, or manage partner lifecycle after onboarding, which are notable gaps.

Resources