Search_flows_Tool
Query and retrieve Life Cycle Assessment (LCA) flows data efficiently using a structured approach supported by the TianGong-LCA-MCP Server.
Instructions
Search LCA flows data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Queries from user |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"query": {
"description": "Queries from user",
"minLength": 1,
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}