echo_json
Echo back JSON data for validation and analysis. Send structured JSON to receive an echo response with data insights.
Instructions
Echo back structured JSON data with validation and analysis.
Args: data: The JSON data to echo back ctx: MCP context
Returns: Echo response with data analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| original_data | Yes | The original JSON data sent | |
| echoed_data | Yes | The echoed JSON data | |
| analysis | Yes | Analysis of the data structure | |
| timestamp | Yes | ISO 8601 timestamp of the operation |