Skip to main content
Glama
sarreche

simple-mcp-basics

by sarreche

Sumar dos numeros

sumar

Adds two numbers and returns their sum. Use this tool to calculate the total of any two numeric values.

Instructions

Suma dos numeros y devuelve el resultado.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aYesPrimer sumando
bYesSegundo sumando

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are present, so the description carries the burden of behavioral disclosure. It states that the operation adds and returns a result, which implies a pure, side-effect-free computation, but it does not disclose edge cases, error behavior, or type handling. The description provides basic transparency without rich behavioral detail.

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 a single compact sentence that front-loads the action and states the output. Every word earns its place, with no redundancy 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?

For a simple two-number addition tool with fully documented parameters, the description is nearly complete: it states the operation, the inputs are clear from the schema, and the result is mentioned. A more explicit return type or an example would improve completeness, but nothing essential is missing for correct invocation.

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%, with both parameters documented as 'Primer sumando' and 'Segundo sumando'. The description adds no parameter-specific semantics beyond what the schema already provides, so the baseline score of 3 is appropriate.

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 ('Suma') and resource ('dos numeros'), and explicitly states that it returns the result. With no sibling tools to differentiate from, the purpose is unambiguous and immediately actionable.

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 when to use the tool: whenever two numbers need to be added. However, it provides no explicit when-to-use or when-not-to-use guidance, and there are no sibling alternatives described. For a simple arithmetic tool, the implied usage is adequate but not fully explicit.

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

Deploy Server

Other Tools