Skip to main content
Glama

Notes MCP Server

by haojiasheng

add

Perform quick addition of two numbers to enhance numerical calculations within the Notes MCP Server environment. Simplify data handling and integration with other note management tasks.

Instructions

Add two numbers

Input Schema

NameRequiredDescriptionDefault
aYes
bYes

Input Schema (JSON Schema)

{ "properties": { "a": { "type": "number" }, "b": { "type": "number" } }, "required": [ "a", "b" ], "type": "object" }

Other Tools from Notes MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/haojiasheng/add-number-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server