OpenLCA_List_System_Processes_Tool
Retrieve and list all system processes from an OpenLCA IPC server to support Life Cycle Assessment (LCA) applications within the TianGong-LCA-MCP Server environment.
Instructions
List all system processes 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"
}