get_message_from_url
Extract message details including text, sender, and timestamp from Pararam.io URLs to retrieve specific conversation content.
Instructions
Get a specific message from a pararam.io URL.
Args: url: Pararam.io URL (e.g., https://app.pararam.io/#/organizations/1/threads/12345#post_no-6789)
Returns: ToolResponse with GetMessageFromUrlPayload containing message details including post_no, text, sender, and timestamp
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |