Skip to main content
Glama

orgo_prompt

Launch AI agents to complete tasks on virtual computers using natural language instructions. The tool runs tasks asynchronously on Orgo's infrastructure and provides a URL to monitor progress.

Instructions

Send an AI agent to complete a task on an Orgo computer (fire-and-forget).

Launches a task asynchronously and returns immediately with a URL to monitor
progress. The agent runs on Orgo's hosted AI infrastructure, controlling
the computer with mouse, keyboard, and bash commands to complete the task.

This is ideal for long-running tasks where you don't want to wait for
completion. Check progress at the returned URL or use orgo_screenshot.

Args:
    params (PromptInput): Input containing:
        - prompt (str): Natural language instruction for the AI agent
        - computer_id (Optional[str]): Existing computer ID. Creates new if omitted
        - project_name (Optional[str]): Project for new computer (default: 'MCP Agents')
        - computer_name (Optional[str]): Display name for new computer
        - max_iterations (int): Max agent loops, 1-200 (default: 50)

Returns:
    str: Markdown-formatted response containing:
        - Computer ID for reference
        - Task summary (truncated if long)
        - URL to monitor progress at orgo.ai
        - Instructions for checking status and cleanup

Examples:
    - "Search for AI news and create a summary document"
      -> Creates new computer, starts agent, returns URL immediately
    - "Fill out the contact form with test data" (with computer_id)
      -> Uses existing computer, starts agent on current screen state

Error Handling:
    - Returns "Error: Resource not found..." if computer_id is invalid
    - Returns "Error: Insufficient credits..." if account balance is low
    - Returns "Error: Invalid API key..." if authentication fails

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations provide readOnlyHint=false, openWorldHint=true, idempotentHint=false, destructiveHint=false. The description adds valuable context beyond annotations: it explains the fire-and-forget nature, mentions hosted AI infrastructure, and details error handling (e.g., 'Resource not found', 'Insufficient credits'). However, it doesn't explicitly address rate limits or authentication beyond error messages, leaving some behavioral aspects implicit.

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

Conciseness4/5

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

The description is well-structured with clear sections (purpose, behavior, Args, Returns, Examples, Error Handling). It's appropriately sized for a complex tool, but could be more front-loaded; the core purpose is stated first, but some details like error handling are verbose. Every sentence adds value, with no wasted text.

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

Completeness5/5

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

Given the tool's complexity (asynchronous AI agent execution), rich annotations, and output schema, the description is highly complete. It covers purpose, usage, parameters, return format, examples, and error handling. The output schema exists, so the description appropriately focuses on contextual details rather than re-explaining return values, making it sufficient for effective agent use.

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

Parameters4/5

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

The input schema has 1 parameter (params) with 0% description coverage, but the description compensates by detailing the nested PromptInput structure in the Args section. It explains each field's purpose, defaults, and constraints (e.g., 'max_iterations: Max agent loops, 1-200 (default: 50)'), adding significant meaning beyond the schema's minimal descriptions. It doesn't fully explain all schema nuances like null handling, but provides substantial value.

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

Purpose5/5

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

The description clearly states the tool's purpose: 'Send an AI agent to complete a task on an Orgo computer (fire-and-forget).' It specifies the verb ('send'), resource ('AI agent'), and distinguishes it from siblings by emphasizing asynchronous execution and returning a progress URL, unlike tools like orgo_bash or orgo_click that perform immediate actions.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool: 'ideal for long-running tasks where you don't want to wait for completion.' It provides alternatives: 'Check progress at the returned URL or use orgo_screenshot.' The examples further clarify usage with vs. without computer_id, distinguishing it from sibling tools like orgo_create_computer.

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/nickvasilescu/orgo-mcp'

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