Skip to main content
Glama

run_actor

Start a new actor run on Apify with custom input and configuration settings to execute web scraping or automation tasks.

Instructions

Start a new run of an actor with optional input and configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actor_idYesActor ID or username~actor-name
input_dataNoInput data for the actor (JSON object)
memory_mbytesNoMemory limit in MB (128, 256, 512, 1024, 2048, 4096, etc.)
timeout_secsNoTimeout in seconds
buildNoBuild tag or number to run (default: latest)
wait_for_finishNoWait up to this many seconds for the run to finish (max 300)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden but offers minimal behavioral context. It mentions 'optional input and configuration' but doesn't disclose what happens during execution: whether this is synchronous/asynchronous, what permissions are needed, if it consumes resources/credits, what happens on failure, or what the expected output format is. For a tool that initiates potentially resource-intensive operations, this is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the core action. Every word earns its place: 'Start' (verb), 'new run' (action), 'of an actor' (resource), 'with optional input and configuration' (scope). There's no redundancy or unnecessary elaboration.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 6 parameters, no annotations, and no output schema, the description is insufficient. It doesn't explain what a 'run' entails, what happens after starting (e.g., returns a run ID?), error conditions, or resource implications. The agent lacks critical context to use this tool effectively despite the complete parameter schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema fully documents all 6 parameters. The description adds no additional parameter semantics beyond mentioning 'optional input and configuration' which is already evident from the schema. This meets the baseline expectation when schema coverage is complete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Start a new run') and resource ('of an actor'), making the purpose immediately understandable. It distinguishes from siblings like 'get_actor' or 'list_actor_runs' by focusing on execution rather than retrieval. However, it doesn't explicitly differentiate from 'run_task' which has a similar execution pattern for a different resource type.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing an existing actor), when to choose this over 'run_task', or any constraints beyond the optional parameters listed. The agent must infer usage from parameter names alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fvegah/mcp-apify'

If you have feedback or need assistance with the MCP directory API, please join our Discord server