carbonfootprint
Discover and run life cycle assessment analyses across searchable categories and datasets.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Get Account And Capabilities: Get your account information, available capabilities, and usage statistics. Returns your tier, available tool categories (not individual tools), databases you can access,
- Discover Available Lca Tools: Discover available tool categories and get detailed tool schemas. Three usage modes: 1. discover_available_lca_tools() - List all available categories 2. discover_availab
- Execute Lca Tool: Execute any EcoSemantic LCA tool by name. Use discover_available_lca_tools() first to find available tools and their required parameters. Session defaults (set via set_lca_session_de
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Discover and run life cycle assessment analyses across searchable categories and datasets. Set session defaults to streamline repeated work and keep projects consistent. Monitor your capabilities and usage to plan analyses with confidence.
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| get_account_and_capabilities | Get your account information, available capabilities, and usage statistics. Returns your tier, available tool categories (not individual tools), databases you can access, and current usage limits. Use discover_available_lca_tools() to explore tools within each category. |
| discover_available_lca_tools | Discover available tool categories and get detailed tool schemas. Three usage modes: 1. discover_available_lca_tools() - List all available categories 2. discover_available_lca_tools(category="search") - List tools in a category 3. discover_available_lca_tools(tool_name="search_activities") - Get full schema for a tool Parameters: category: Category name to explore (search, calculate, reference, power_search, custom_modeling) tool_name: Specific tool name to get full schema Returns tool information needed to use execute_lca_tool(). |
| execute_lca_tool | Execute any EcoSemantic LCA tool by name. Use discover_available_lca_tools() first to find available tools and their required parameters. Session defaults (set via set_lca_session_defaults) are applied automatically. Parameters: tool_name: Name of the tool to execute (e.g., 'search_activities') params: Dictionary of parameters for the tool Example: execute_lca_tool(tool_name="search_activities", params={"q": "electricity", "database": "ecoinvent-3.9.1-cutoff"}) |
| set_lca_session_defaults | Set default values that apply to all subsequent LCA tool calls. Reduces repetition - set database once, use everywhere. Defaults persist for 24 hours or until changed. Parameters: database: Default Ecoinvent database version (e.g., 'ecoinvent-3.9.1-cutoff') project_id: Default project UUID for custom modeling tools Example: set_lca_session_defaults(database="ecoinvent-3.9.1-cutoff") # Now all tools use this database by default |
| get_lca_session_defaults | View your current LCA session defaults. Shows what default values are currently set for database, project_id, etc. Use set_lca_session_defaults() to change these values. |