Skip to content

Commit c710de2

Browse files
committed
Update docs
1 parent 9be563f commit c710de2

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,21 @@ By default, the server is pre-configured with the Actors specified below, but it
5050
'lukaskrivka/google-maps-with-contact-details',
5151
'voyager/booking-scraper'
5252
```
53+
The MCP server loads the Actor input schema (input parameters) and creates MCP tools corresponding to the Actors.
54+
See this example of input parameters for the [RAG Web Browser](https://apify.com/apify/rag-web-browser/input-schema).
5355

54-
Under the hood, the MCP server load Actor input schema (input parameter) and creates MCP tools corresponding to the Actors.
55-
See this example of input parameters for the [RAG Web Browser](https://apify.com/apify/rag-web-browser/input-schema)
5656
The tool name must always be the full Actor name, such as `apify/rag-web-browser`.
57-
58-
The arguments for MCP tool represent input parameters of the Actor.
59-
Please see the examples below and refer to the specific Actor's documentation for a list of available arguments.
57+
The arguments for an MCP tool represent the input parameters of the Actor.
58+
For example, for the `apify/rag-web-browser` tool, the arguments are:
59+
60+
```json
61+
{
62+
"query": "restaurants in San Francisco",
63+
"maxResults": 3
64+
}
65+
```
66+
When a tool is called, the arguments are automatically passed to the Actor by the LLM.
67+
Please refer to the specific Actor's documentation for a list of available arguments.
6068

6169
### Prompt & Resources
6270

0 commit comments

Comments
 (0)