LLMWhisperer
LLMWhisperer is a technology that presents data from complex documents to LLMs in a way that they can best understand.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
LLMWhisperer authenticates with an API key. Generate the credential in your LLMWhisperer account, then paste it into FlyMyAI the first time an agent uses a LLMWhisperer action.
Get your LLMWhisperer credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Region | Select your API region (US Central or EU West) (required) |
API Key | Sign in and copy your API key directly from your Profile page at https://llmwhisperer.unstract.com/profile (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
LLMWHISPERER_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. | - |
LLMWHISPERER_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. | tag |
LLMWHISPERER_WEBHOOK_DELETE | Tool to delete a registered webhook from LLMWhisperer system. Use when you need to remove a webhook that is no longer needed. | webhook_name |
LLMWHISPERER_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. | webhook_name |
LLMWHISPERER_WEBHOOK_REGISTER | 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. During registration, a test payload is sent to verify the webhook endpoint is functioning and returns HTTP… | url, auth_token, webhook_name |
LLMWHISPERER_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… | url, webhook_name |
LLMWHISPERER_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. | whisper_hash |
LLMWHISPERER_WHISPER_CONVERT_DOCUMENT | Tool to convert PDFs and scanned documents into LLM-optimized text format asynchronously. Use when you need to extract text from documents for LLM processing. After submission, use the returned whisper_hash to poll status and retrieve converted text. Either d… | - |
LLMWHISPERER_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. | whisper_hash |
LLMWHISPERER_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 ret… | whisper_hash |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, LLMWhisperer!