my-tool
Process messages using a unified API tool on MCP Server, enabling interaction with multiple AI providers like Anthropic Claude and OpenAI for enhanced AI integration.
Instructions
MyTool tool description
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | No | Message to process |
Input Schema (JSON Schema)
{
"properties": {
"message": {
"description": "Message to process",
"type": "string"
}
},
"type": "object"
}