echo_schema
Echoes all input parameters back as JSON so you can verify argument structure and value types in MCP test calls.
Instructions
Echo all parameters back as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| int_param | Yes | ||
| obj_param | Yes | ||
| str_param | Yes | ||
| bool_param | Yes | ||
| list_param | Yes | ||
| float_param | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |