diff --git a/sources/platform/integrations/ai/mcp.md b/sources/platform/integrations/ai/mcp.md index b8fc4b1640..8cd0f1689a 100644 --- a/sources/platform/integrations/ai/mcp.md +++ b/sources/platform/integrations/ai/mcp.md @@ -280,6 +280,13 @@ This dynamic discovery means your AI can adapt to new tasks without manual confi | `get-dataset-list` | storage | | List all available datasets for the user | | `get-key-value-store-list`| storage | | List all available key-value stores for the user | | `add-actor` | experimental | | Add an Actor as a new tool for the user to call | +| `get-actor-output`* | - | Retrieve the output from an Actor call which is not included in the output preview of the Actor tool. | ✅ | + +:::note Retrieving full output + +The `get-actor-output` tool is automatically included with any Actor-related tool, such as `call-actor`, `add-actor`, or specific Actor tools like `apify-slash-rag-web-browser`. When you call an Actor, you receive an output preview. Depending on the output format and length, the preview may contain the complete output or only a limited version to avoid overwhelming the LLM. To retrieve the full output, use the `get-actor-output` tool with the `datasetId` from the Actor call. This tool supports limit, offset, and field filtering. + +::: ## Advanced usage