add
Calculate the sum of two numbers using a simple input schema. Designed for integration with the BuildMcpServer framework to support numerical operations in MCP server workflows.
Instructions
Add two numbers together.
Args: a: First number b: Second number
Returns: The sum of a and b
Input Schema
Name | Required | Description | Default |
---|---|---|---|
a | Yes | ||
b | Yes |