convert_acp_message
Convert ACP message JSON to MCP-compatible format for integration between ACP agents and MCP clients, enabling communication and compatibility across protocols.
Instructions
Convert ACP message format to MCP-compatible format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
acp_message_json | Yes |
Input Schema (JSON Schema)
{
"properties": {
"acp_message_json": {
"title": "Acp Message Json",
"type": "string"
}
},
"required": [
"acp_message_json"
],
"type": "object"
}