Skip to main content
Glama

TianGong-LCA-MCP Server

by linancn

BOM_Calculation

Calculate the sum of two numbers using a structured input schema for precise results in TianGong-LCA-MCP Server applications.

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

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