工具 API

fetch-actor-details

通过 ID 或完整名称(格式:username/name,例如 apify/rag-web-browser)获取 Actor 的详细信息。使用 output 参数的布尔标志控制返回的信息:默认除 mcpTools 外所有字段为 true;选择性将所需字段设置为 true(例如 output: { inputSchema: true });常见模式包括仅 inputSchema、description + readme、mcpTools 用于 MCP Actor。readme 字段在有摘要时返回摘要,否则返回完整的 README。用于查询 Actor 详细信息、文档、输入要求或 MCP 工具。

creativeOAuth1 积分

调用信息

工具标识
apify-mcp-server.fetch-actor-details
服务提供方
Apify
平均响应
3932 ms
近 7 天调用
1

输入参数

actor必填

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.