get_message_history
Retrieve message history from the Multi-MCPs server, filtering by a specific start date if needed. Simplify tracking and accessing past communication data across integrated services.
Instructions
List message history optionally since a date
Input Schema
Name | Required | Description | Default |
---|---|---|---|
from_date | No |
Input Schema (JSON Schema)
{
"properties": {
"from_date": {
"type": "string"
}
},
"type": "object"
}