Skip to content

Commit 2d07df4

Browse files
committed
fix(docs): update tool categories and add usage notes in README
1 parent c9e34e4 commit 2d07df4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ Here is an overview list of all the tools provided by the Apify MCP Server.
160160

161161
| Tool name | Category | Description | Enabled by default |
162162
| :--- | :--- | :--- | :---: |
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. ||
167167
| `search-apify-docs` | docs | Search the Apify documentation for relevant pages. ||
168168
| `fetch-apify-docs` | docs | Fetch the full content of an Apify documentation page by its URL. ||
169169
| `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.
178178
| `get-dataset-list` | storage | List all available datasets for the user. | |
179179
| `get-key-value-store-list`| storage | List all available key-value stores for the user. | |
180180

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+
181185
### Prompts
182186

183187
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

Comments
 (0)