Skip to main content
Glama

calc

Evaluate a safe arithmetic expression to get the numeric result. Provide a math string such as '2 + 2 * 10' and receive the computed value.

Instructions

Evaluate a safe arithmetic expression (e.g. '2 + 2 * 10').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
expressionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It adds a key trait ('safe'), but it does not disclose error handling, supported operators, or return behavior beyond the verb 'Evaluate'. Adequate for a simple calculator but with gaps.

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?

One sentence, front-loaded with the action and resource, and the example is directly illustrative. No redundant words.

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

Completeness3/5

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

For a one-parameter tool with an output schema, the description is mostly sufficient. However, it lacks explicit notes on expression limitations and error behavior, which could matter for an agent choosing to call it.

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 0%, so the description must compensate. The example '2 + 2 * 10' clarifies the expected string format beyond the schema's bare type, but it does not define the complete grammar of allowed expressions.

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 'Evaluate' with a clear resource 'arithmetic expression', and provides an example. This distinguishes it from all siblings, none of which perform calculation.

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 context is clear: use this tool when an arithmetic expression needs to be evaluated. No exclusions are stated, but no similar sibling tool exists, so explicit when-not-to-use guidance is unnecessary.

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/readyagents/readyagents-core'

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