Skip to content

Commit f2fe0f1

Browse files
MQ37TC-MO
andauthored
Update sources/platform/integrations/ai/mcp.md
Co-authored-by: Michał Olender <[email protected]>
1 parent 2c15081 commit f2fe0f1

File tree

1 file changed

+5
-1
lines changed
  • sources/platform/integrations/ai

1 file changed

+5
-1
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,17 @@ One of the powerful features of MCP with Apify is **dynamic Actor tooling** –
155155
- _Actor runs (*):_ Get a list of your [Actor runs](https://docs.apify.com/platform/actors/running/runs-and-builds#runs) (`get-actor-run-list`), specific run details (`get-actor-run`), and logs from a specific Actor run (`get-actor-log`).
156156
- _Apify storage (*):_ Access [datasets](https://docs.apify.com/platform/storage/dataset)(`get-dataset`, `get-dataset-items`, `get-dataset-list`), [key-value stores](https://docs.apify.com/platform/storage/key-value-store) (`get-key-value-store`, `get-key-value-store-keys`, `get-key-value-store-record`, `get-key-value-store-records`), and their records.
157157

158-
**Note**: Helper tool categories marked with (*) are not enabled by default in the MCP server and must be explicitly enabled using the `tools` argument (either the `--tools` command line argument for the stdio server or the `?tools` URL query parameter for the remote MCP server). The `tools` argument is a comma-separated list of categories with the following possible values:
158+
:::note Optional tools
159+
160+
Helper tool categories marked with (*) are not enabled by default in the MCP server and must be explicitly enabled using the `tools` argument (either the `--tools` command line argument for the stdio server or the `?tools` URL query parameter for the remote MCP server). The `tools` argument is a comma-separated list of categories with the following possible values:
159161

160162
- `docs`: Search and fetch Apify documentation tools.
161163
- `runs`: Get Actor runs list, run details, and logs from a specific Actor run.
162164
- `storage`: Access datasets, key-value stores, and their records.
163165
- `preview`: Experimental tools in preview mode.
164166

167+
:::
168+
165169
For example, to enable all tools, use `npx @apify/actors-mcp-server --tools docs,runs,storage,preview` or `https://mcp.apify.com/?tools=docs,runs,storage,preview`.
166170

167171
## Troubleshooting

0 commit comments

Comments
 (0)