MCP Servers, Author at MCP Servers List https://www.ohmymcp.com Comprehensive List of MCP Servers Sat, 15 Mar 2025 05:40:08 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 add https://www.ohmymcp.com/mcp-tools/add/ https://www.ohmymcp.com/mcp-tools/add/#respond Sat, 15 Mar 2025 05:33:54 +0000 https://www.ohmymcp.com/?post_type=resource&p=11 add adds two numbers. Name Required Description Default a Yes First number b Yes Second 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" }

The post add appeared first on MCP Servers List.

]]>
add adds two numbers.

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" }



The post add appeared first on MCP Servers List.

]]>
https://www.ohmymcp.com/mcp-tools/add/feed/ 0 11