Skip to content

Commit 467ae72

Browse files
committed
fix: update readme
1 parent 900477f commit 467ae72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ You don't need to manually specify which Actor to call or its input parameters;
134134
When a tool is called, the arguments are automatically passed to the Actor by the LLM.
135135
You can refer to the specific Actor's documentation for a list of available arguments.
136136

137+
#### Simplified schema
138+
139+
By default, Actors use a simplified input schema. Any inputs that appear in sectioned UI groups in the Apify Console are treated as advanced and moved under `advancedInput`. Advanced input properties are hidden in the tool list but can still be provided when calling the tool. To view all available parameters for an Actor—including advanced ones—use the `get-actor-details` tool. To disable the simplified schema and use the full Actor schema, set `?fullActorSchema=true` (or pass `--full-actor-schema` via the CLI).
140+
137141
### Helper tools
138142

139143
One of the most powerful features of using MCP with Apify is dynamic tool discovery.

0 commit comments

Comments
 (0)