format_data_for_tool
Analyze user requirements and raw data to produce correctly formatted parameters for aerospace tools.
Instructions
Help format data in the correct format for a specific aerospace-mcp tool.
Uses GPT-5-Medium to analyze the user's requirements and raw data, then provides the correctly formatted parameters for the specified tool.
Args: tool_name: Name of the aerospace-mcp tool to format data for user_requirements: Description of what the user wants to accomplish raw_data: Any raw data that needs to be formatted (optional)
Returns: Formatted JSON string with the correct parameters for the tool, or a JSON error object if the tool is not found or LLM call fails.
Raises: No exceptions are raised directly; errors are returned as formatted strings or JSON error objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | ||
| user_requirements | Yes | ||
| raw_data | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |