Skip to main content
Glama

TianGong-LCA-MCP Server

by linancn

BOM_Calculation

Calculate the sum of two numbers with the required minimum value of 1, supporting LCA applications on the TianGong-LCA-MCP Server.

Instructions

Calculate sum of two numbers.

Input Schema

NameRequiredDescriptionDefault
aYesThe first number
bYesThe second number

Input Schema (JSON Schema)

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

Other Tools from TianGong-LCA-MCP Server

Related Tools

  • @Mtar786/mcpServer
  • @zhangzhefang-github/mcp-add-server
  • @Joseph19820124/joseph_mcp_server
  • @ranjaka/mcp-server-demo
  • @minimind-org/mcp-server-typescript-template
  • @githubpradeep/calc-mcp72

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/linancn/tiangong-lca-mcp'

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