Skip to main content
Glama

ISO country LC

calc-eval

Evaluate a+b style arithmetic. Expression discarded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref name; discarded after the shape check
urlNoHTTPS URL to normalize or cite
cityNoCity name for a public weather hint; discarded after the call
feedNoPublic RSS or Atom URL; titles discarded
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
pathNoFile path to check; no disk access
zoneNoIANA timezone name
queryNoSearch text; discarded after the length check

Schema Changelog

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

  1. First observed

TDQS

C2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says the expression is discarded, which is cryptic and possibly contradictory with 'Evaluate.' It does not state whether a numeric result is returned, what the response contains, or whether any external side effects occur. For a calculation tool, this is a major transparency gap.

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

Conciseness3/5

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

The description is only two short sentences and is front-loaded, so it is not verbose. However, the second sentence ('Expression discarded') is cryptic and does not clarify the tool's behavior. The brevity is closer to under-specification than to effective conciseness.

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

Completeness1/5

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

With no annotations, no output schema, and an input schema whose parameters are unrelated to arithmetic, the description leaves an agent unable to construct a valid call. Nothing explains how to pass an expression or what the tool returns. This definition is far below the minimum needed for reliable tool selection and invocation.

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

Parameters2/5

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

Schema description coverage is 100%, which normally earns a baseline of 3, but the description fails to connect any schema parameter to the advertised arithmetic expression. The visible parameters are unrelated strings like ref, url, city, feed, host, json, path, and query, and no parameter is described as an expression. Schema descriptions are individually clear but do not compensate for the missing expression parameter.

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

Purpose2/5

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

The description names a specific action and subject ('Evaluate a+b style arithmetic'), so it is not a pure tautology. However, 'Expression discarded' undermines the action, and the visible input schema has no parameter that carries an arithmetic expression. An agent cannot confidently tell whether calc-eval actually evaluates math or merely validates and discards input.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives. There is no mention of conditions, exclusions, or sibling tools, and with many validator/shape-check siblings an agent has no basis for choosing calc-eval over them. Usage context is only vaguely implied by the phrase 'a+b style arithmetic.'

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.