LLMWhisperer

LLMWhisperer is a technology that presents data from complex documents to LLMs in a way that they can best understand.

11 actions Integration catalog
Request access
Connect LLMWhisperer once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Convert Document to Text (v2)LLMWHISPERER_CONVERT_DOCUMENT_TO_TEXT_V2
Tool to convert PDF/scanned documents to text format for LLM consumption. Supports file upload or URL processing with multiple modes (native_text, low_cost, high_quality, form, table). Use when you need to extract text from documents for LLM processing. Returns whisper_hash for status checking and text retrieval.
Get Highlights MetadataLLMWHISPERER_GET_HIGHLIGHTS
Tool to get line metadata for highlighting extracted text in the original document. Returns bounding box coordinates (x, y, width, height) and page number for each line. Use when you need to create text overlays on document images or highlight specific lines in the source document.
Register WebhookLLMWHISPERER_REGISTER_WEBHOOK
Tool to register a new webhook endpoint for LLMWhisperer async notifications. Use when you need to set up a callback URL to receive processing results. The webhook URL is validated during registration to ensure it's reachable.
Get Usage InformationLLMWHISPERER_USAGE_GET_INFO
Tool to check usage metrics of your LLMWhisperer account. Use when you need to monitor API consumption, verify quotas, or check remaining page limits.
Get Usage StatisticsLLMWHISPERER_USAGE_GET_STATS
Tool to retrieve usage statistics for your LLMWhisperer account based on a specific tag. Use when you need to check consumption metrics for a given tag and optional date range. Returns usage data for the preceding 30 days when date parameters are omitted.
Delete WebhookLLMWHISPERER_WEBHOOK_DELETE
Tool to delete a registered webhook from LLMWhisperer system. Use when you need to remove a webhook that is no longer needed.
Get Webhook DetailsLLMWHISPERER_WEBHOOK_GET_DETAILS
Tool to retrieve registered webhook details for LLMWhisperer. Use when you need to get the configuration of a specific webhook including its URL and authentication token.
Update Webhook ConfigurationLLMWHISPERER_WEBHOOK_UPDATE
Tool to update an existing webhook configuration for document conversion callbacks. Use when you need to modify the callback URL, authentication token, or webhook identifier. The system validates the webhook by sending a test payload and requires a 200 status response.
Check Whisper StatusLLMWHISPERER_WHISPER_CHECK_STATUS
Tool to check the status of a text extraction process in LLMWhisperer. Use when the conversion is done in async mode to poll for completion status.
Get Whisper DetailLLMWHISPERER_WHISPER_GET_DETAIL
Tool to retrieve comprehensive details about ongoing or completed text extraction process. Use when you need to monitor the status and progress metrics of a text extraction job.
Retrieve Whisper TextLLMWHISPERER_WHISPER_RETRIEVE_TEXT
Tool to retrieve extracted text from asynchronous whisper processing. Use when the conversion process was initiated in async mode and you need to retrieve the results using the whisper_hash identifier. Note that retrieval is single-use for security - once retrieved, the same whisper_hash cannot be used again.