Skip to content

Commit 4a46c5b

Browse files
authored
docs: tools overview table (#194)
* add a brief tools overview table * remove red cross emoji * remove the /tools link as it will be remove from the mcp.apify.com
1 parent ec5aeb1 commit 4a46c5b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,30 @@ Here are some special MCP operations and how the Apify MCP Server supports them:
152152

153153
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`.
154154

155+
### Overview of available tools
156+
157+
Here is an overview list of all the tools provided by the Apify MCP Server.
158+
159+
| Tool name | Category | Description | Enabled by default |
160+
| :--- | :--- | :--- | :---: |
161+
| `get-actor-details` | default | Retrieve detailed information about a specific Actor. ||
162+
| `search-actors` | default | Search for Actors in the Apify Store. ||
163+
| `add-actor` | default | Add an Actor as a new tool for the user to call. ||
164+
| [`apify-slash-rag-web-browser`](https://apify.com/apify/rag-web-browser) | default | An Actor tool to browse the web. ||
165+
| `search-apify-docs` | docs | Search the Apify documentation for relevant pages. ||
166+
| `fetch-apify-docs` | docs | Fetch the full content of an Apify documentation page by its URL. ||
167+
| `call-actor` | preview | Call an Actor and get its run results. | |
168+
| `get-actor-run` | runs | Get detailed information about a specific Actor run. | |
169+
| `get-actor-run-list` | runs | Get a list of an Actor's runs, filterable by status. | |
170+
| `get-actor-log` | runs | Retrieve the logs for a specific Actor run. | |
171+
| `get-dataset` | storage | Get metadata about a specific dataset. | |
172+
| `get-dataset-items` | storage | Retrieve items from a dataset with support for filtering and pagination. | |
173+
| `get-key-value-store` | storage | Get metadata about a specific key-value store. | |
174+
| `get-key-value-store-keys`| storage | List the keys within a specific key-value store. | |
175+
| `get-key-value-store-record`| storage | Get the value associated with a specific key in a key-value store. | |
176+
| `get-dataset-list` | storage | List all available datasets for the user. | |
177+
| `get-key-value-store-list`| storage | List all available key-value stores for the user. | |
178+
155179
### Prompts
156180

157181
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)