echo_json
Echo JSON data with validation and structural analysis for testing MCP protocol.
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 |
|---|---|---|---|
| analysis | Yes | Analysis of the data structure | |
| timestamp | Yes | ISO 8601 timestamp of the operation | |
| echoed_data | Yes | The echoed JSON data | |
| original_data | Yes | The original JSON data sent |