read_transcript_entries
Retrieve raw transcript entries for a bot directly from its local SQLite database, avoiding network overhead. Specify agentId to select the bot and limit to cap results.
Instructions
Directly read raw transcript entries from a bot's local SQLite database without network overhead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (default: 100) | |
| agentId | Yes | The ID of the bot |