Skip to content

Commit 71640ce

Browse files
MQ37TC-MO
andauthored
docs: add get-actor-output tool (#1932)
Add `get-actor-output` tools info and merge into the #1927 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Documents a new `get-actor-output` tool for retrieving full Actor outputs, with a note on automatic inclusion, datasetId usage, and pagination/field filtering. > > - **Docs (MCP server)**: > - **New tool**: Add `get-actor-output` entry to the Available tools table. > - **Usage note**: Explain that it’s auto-included with Actor tools (e.g., `call-actor`, `add-actor`), used to fetch full output via `datasetId`, and supports limit/offset/field filtering. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit a46162b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: Michał Olender <[email protected]>
1 parent 5932f6c commit 71640ce

File tree

1 file changed

+7
-0
lines changed
  • sources/platform/integrations/ai

1 file changed

+7
-0
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,13 @@ This dynamic discovery means your AI can adapt to new tasks without manual confi
280280
| `get-dataset-list` | storage | | List all available datasets for the user |
281281
| `get-key-value-store-list`| storage | | List all available key-value stores for the user |
282282
| `add-actor` | experimental | | Add an Actor as a new tool for the user to call |
283+
| `get-actor-output`* | - | Retrieve the output from an Actor call which is not included in the output preview of the Actor tool. ||
284+
285+
:::note Retrieving full output
286+
287+
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.
288+
289+
:::
283290

284291
## Advanced usage
285292

0 commit comments

Comments
 (0)