Skip to main content
Glama

run_goal

Start a durable agent that pursues a goal to completion. The agent runs server-side, survives disconnection, and returns a workflow_run_id for tracking progress.

Instructions

Start a durable Highway agent that pursues goal to completion.

Returns immediately with a workflow_run_id. The agent runs server-side and survives this client disconnecting. Use get_status to follow it and to see any actions awaiting your approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Discloses key behaviors: immediate return, durability, server-side execution, survival of disconnection. No annotations exist, so description carries full burden; lacks error handling or auth details but is sufficient.

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?

Two sentences, each earning its place: first defines purpose, second explains behavior and next steps. No redundancy.

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

Completeness4/5

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

Given low complexity (one parameter, output schema exists), the description covers the essential workflow. Could mention the output schema explicitly, but it's not missing critical information.

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

Parameters2/5

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

With 0% schema description coverage, the description fails to elaborate on the goal parameter beyond its name. No format, examples, or constraints provided, leaving the agent to infer valid inputs.

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 starts a durable Highway agent that pursues a goal to completion. It distinguishes from sibling tools like schedule_goal and get_status by focusing on immediate execution.

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

Usage Guidelines4/5

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

Provides clear guidance: returns a workflow_run_id, runs server-side, suggests using get_status for follow-up. Does not explicitly exclude alternatives or mention prerequisites.

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/rodmena-limited/highway-mcp'

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