TOOL API

fetch-actor-details

Get detailed information about an Actor by its ID or full name (format: "username/name", e.g., "apify/rag-web-browser"). Use 'output' parameter with boolean flags to control returned information: - Default: All fields true except mcpTools - Selective: Set desired fields to true (e.g., output: { inputSchema: true }) - Common patterns: inputSchema only, description + readme, mcpTools for MCP Actors The 'readme' field returns the summary when available, full README otherwise. Use when querying Actor details, documentation, input requirements, or MCP tools. EXAMPLES: - What does apify/rag-web-browser do? - What is the input schema for apify/web-scraper? - What tools does apify/actors-mcp-server provide?

creativeOAuth1 credits

Call information

Tool slug
apify-mcp-server.fetch-actor-details
Provider
Apify
Average response
3932 ms
Calls in 7 days
1

Input parameters

actorrequired

Actor ID or full name in the format "username/name", e.g., "apify/rag-web-browser".

output

Specify which information to include in the response to save tokens.