You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,10 +160,10 @@ Here is an overview list of all the tools provided by the Apify MCP Server.
160
160
161
161
| Tool name | Category | Description | Enabled by default |
162
162
| :--- | :--- | :--- | :---: |
163
-
|`get-actor-details`|default| Retrieve detailed information about a specific Actor. | ✅ |
164
-
|`search-actors`|default| Search for Actors in the Apify Store. | ✅ |
165
-
|`add-actor`| default | Add an Actor as a new tool for the user to call. | ✅ |
166
-
|[`apify-slash-rag-web-browser`](https://apify.com/apify/rag-web-browser)|default| An Actor tool to browse the web. | ✅ |
163
+
|`get-actor-details`|actor-discovery| Retrieve detailed information about a specific Actor. | ✅ |
164
+
|`search-actors`|actor-discovery| Search for Actors in the Apify Store. | ✅ |
165
+
|`add-actor`| default (see note below) | Add an Actor as a new tool for the user to call. | ✅ |
166
+
|[`apify-slash-rag-web-browser`](https://apify.com/apify/rag-web-browser)|Actor (see note below)| An Actor tool to browse the web. | ✅ |
167
167
|`search-apify-docs`| docs | Search the Apify documentation for relevant pages. | ✅ |
168
168
|`fetch-apify-docs`| docs | Fetch the full content of an Apify documentation page by its URL. | ✅ |
169
169
|`call-actor`| preview | Call an Actor and get its run results. ||
@@ -178,6 +178,10 @@ Here is an overview list of all the tools provided by the Apify MCP Server.
178
178
|`get-dataset-list`| storage | List all available datasets for the user. ||
179
179
|`get-key-value-store-list`| storage | List all available key-value stores for the user. ||
180
180
181
+
> **Note:**
182
+
> The `add-actor` tool is always enabled by default and does not explicitly belong to any category. Currently, it can be disabled by setting `?enableAddingActors=false` or `--enable-adding-actors false`.
183
+
> The `apify-slash-rag-web-browser` is an Apify Actor tool loaded by default. You can disable it by loading a different set of Actors using `?actors=other/actor` or `--actors other/actor`, or you can disable pre-loading of Actors by setting `?actors=` or `--actors=` (to an empty string).
184
+
181
185
### Prompts
182
186
183
187
The server provides a set of predefined example prompts to help you get started interacting with Apify through MCP. For example, there is a `GetLatestNewsOnTopic` prompt that allows you to easily retrieve the latest news on a specific topic using the [RAG Web Browser](https://apify.com/apify/rag-web-browser) Actor.
0 commit comments