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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ Here is an overview list of all the tools provided by the Apify MCP Server.
158
158
| :--- | :--- | :--- | :---: |
159
159
|`search-actors`| actors | Search for Actors in the Apify Store. | ✅ |
160
160
|`fetch-actor-details`| actors | Retrieve detailed information about a specific Actor. | ✅ |
161
-
|`call-actor`| actors | Call an Actor and get its run results. |✅|
161
+
|`call-actor`*| actors | Call an Actor and get its run results. |❔|
162
162
|[`apify-slash-rag-web-browser`](https://apify.com/apify/rag-web-browser)| Actor (see [tool configuration](#tools-configuration)) | An Actor tool to browse the web. | ✅ |
163
163
|`search-apify-docs`| docs | Search the Apify documentation for relevant pages. | ✅ |
164
164
|`fetch-apify-docs`| docs | Fetch the full content of an Apify documentation page by its URL. | ✅ |
@@ -173,7 +173,7 @@ Here is an overview list of all the tools provided by the Apify MCP Server.
173
173
|`get-key-value-store-record`| storage | Get the value associated with a specific key in a key-value store. ||
174
174
|`get-dataset-list`| storage | List all available datasets for the user. ||
175
175
|`get-key-value-store-list`| storage | List all available key-value stores for the user. ||
176
-
|`add-actor`| experimental | Add an Actor as a new tool for the user to call. ||
176
+
|`add-actor`*| experimental | Add an Actor as a new tool for the user to call. |❔|
177
177
|`get-actor-output`*| - | Retrieve the output from an Actor call which is not included in the output preview of the Actor tool. | ✅ |
0 commit comments