analyze_message_content
Examine and decode the content types and structure of ACP messages to streamline integration and communication between ACP-based AI agents and MCP-compatible tools.
Instructions
Analyze the content types and structure of an ACP message
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"
}