add_number
Add two integers and return their sum. Perform basic addition operations with whole numbers.
Instructions
Add 2 numbers and returns result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | Yes | ||
| second | Yes |
Add two integers and return their sum. Perform basic addition operations with whole numbers.
Add 2 numbers and returns result
| Name | Required | Description | Default |
|---|---|---|---|
| first | Yes | ||
| second | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states the core behavior (arithmetic addition) and that a result is returned, but it does not specify return type, edge-case behavior, or the absence of side effects beyond what is implied.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single short sentence that front-loads the action and contains no unnecessary words. Every phrase contributes to understanding the tool's purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a trivial pure function, this is nearly sufficient, but without an output schema it does not explicitly state that the returned result is the numeric sum or what type it is. It is adequate but leaves minor ambiguity about return behavior.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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. It only says '2 numbers' and does not explain the roles of the first and second parameters, their constraints, or ordering, leaving the agent to infer from parameter names alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Add'), a clear target resource ('2 numbers'), and an outcome ('returns result'). It is unambiguous and clearly distinct from the sibling tool roll_dice, which involves randomness.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The use case is implied: an agent would choose this when needing the sum of two integer inputs. However, there is no explicit when-to-use or when-not-to-use guidance, and no mention of alternatives or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VinodNallavade/FastMCPServer-Examples'
If you have feedback or need assistance with the MCP directory API, please join our Discord server