OpenLCA_List_LCIA_Methods_Tool
Retrieve a comprehensive list of LCIA methods from OpenLCA. Ideal for TianGong-LCA-MCP Server users to access environmental impact assessment data efficiently.
Instructions
List all LCIA methods using OpenLCA.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
serverUrl | No | OpenLCA IPC server URL | http://localhost:8080 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"serverUrl": {
"default": "http://localhost:8080",
"description": "OpenLCA IPC server URL",
"type": "string"
}
},
"type": "object"
}