Genkit MCP

Official
Apache 2.0
208
1,699

add

Calculate the sum of two numbers by inputting values for 'a' and 'b' using the Genkit MCP integration tool.

Instructions

Adds two numbers

Input Schema

NameRequiredDescriptionDefault
aYesFirst number
bYesSecond number

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "a": { "description": "First number", "type": "number" }, "b": { "description": "Second number", "type": "number" } }, "required": [ "a", "b" ], "type": "object" }

You must be authenticated.

Other Tools from Genkit MCP

Related Tools

  • @wrtnlabs/calculator-mcp
  • @psaboia/mcp-server-playground
  • @githubpradeep/calc-mcp71
  • @githubpradeep/calc-mcp72
  • @YuheiNakasaka/arithmetic-mcp-server
ID: m6x141u6rd