Skip to main content
Glama
pich

ai-economics-mcp

by pich

joules_per_verified_task

Calculate which AI model uses least energy per verified task, factoring token count, joules per token, and pass rate.

Instructions

Joules per Verified Task: Which model is most energy-efficient per task that actually passes verification? E = tokens × J/token ÷ pass rate — a lighter model with a lower pass rate can still win. All parameters optional — defaults mirror the interactive calculator at https://piszczek.pl/tools/joules-per-verified-task. The response includes result, formula, interpretation and a ready-to-quote cite_as sentence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jaNomodel A J/token (default 1)
jbNomodel B J/token (default 0.3)
paNomodel A verified pass % (default 80)
pbNomodel B verified pass % (default 55)
taNomodel A tokens/attempt (default 8000)
tbNomodel B tokens/attempt (default 15000)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.2

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It clearly discloses the calculation formula, optional parameters with defaults mirroring an interactive calculator, and the response contents including result, formula, interpretation, and a cite_as sentence. It does not mention edge cases like zero pass rate, but the core behavior is transparent.

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 compact and every sentence earns its place: purpose, formula and insight, defaults/source, and response contents. There is no filler, and the important formula is front-loaded immediately after the purpose statement.

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?

For a stateless calculator with six optional parameters and no output schema, the description sufficiently explains what the tool computes, what the inputs default to, and what the response will contain. The only minor gap is the lack of explicit guidance on how model A and model B should be ordered, but the schema names make that reasonably clear.

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 baseline is 3; the description adds value by explaining how the parameters combine in the formula and what the result means. It also clarifies that all six parameters have defaults, giving operational meaning beyond the individual property descriptions.

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

Purpose4/5

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

The description names a specific metric (joules per verified task), gives the formula E = tokens × J/token ÷ pass rate, and frames the tool as a model comparison for energy efficiency. It is clearly distinct from energy-only sibling tools because it divides by pass rate, though it lacks a direct imperative verb like 'calculate' or 'compare'.

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

Usage Guidelines3/5

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

The description implies use for comparing energy efficiency per verified task and states that all parameters are optional with defaults, which tells the agent it can call with zero arguments. However, it does not explicitly name when to choose this tool versus alternatives such as llm_energy or verification_bottleneck, so usage routing is inferred rather than explicit.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pich/ai-economics-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server