Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FUJITSU_API_KEY | Yes | Your API key for the Fujitsu API Gateway | |
| FUJITSU_API_BASE_URL | No | The base URL for the Fujitsu API Gateway | https://apigateway.research.global.fujitsu.com/sdtp |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| traffic_simulation_template | Traffic simulation analysis template. |
| escooter_optimization_template | E-scooter optimization analysis template. |
| scenario_comparison_template | Scenario comparison analysis template. |
| usecase_data_preparation | ユースケース別のデータ準備ガイド |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| resource://digital_rehearsal_overview | |
| resource://simulation_metrics_explanation | |
| resource://usecase_requirements |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_simulations | Returns a comprehensive list of all traffic simulations in the system, including their IDs, names, status, and execution timeframes. |
| start_simulation | Launches a new traffic simulation using the provided simulation dataset configuration, returning the simulation ID and initial status. |
| get_simulation_result | Retrieves the complete results and output files from a finished traffic simulation, including simulation status and generated result files. |
| get_metrics | Retrieves comprehensive metrics and analytics data from a completed simulation, including travel statistics, emissions data, and traffic flow information. |
| list_simdata | Returns a complete list of all simulation datasets available in the system, which can be used as inputs for running new simulations. |
| get_simdata | Retrieves the complete configuration and parameter set for a specific simulation dataset, including region settings, time ranges, and scenario parameters. |
| analyze_traffic_simulation | Conducts comprehensive analysis on simulation results, providing insights on traffic patterns, bottlenecks, and optimization opportunities for the specified parameters. |
| compare_scenarios | Performs detailed comparative analysis between two simulation scenarios, highlighting differences in traffic flow, emissions, travel times, and other key metrics. |
| create_natural_language_simulation_config | Converts a natural language description into a structured simulation configuration, interpreting user requirements into technical parameters for traffic simulation. |
| create_simulation_from_usecase | 指定されたユースケースとアップロードされたファイルからシミュレーションを作成・実行します。 |