Skip to main content
Glama

set_route_points

Set a route for autonomous driving by providing waypoints with position and orientation, and optional route options.

Instructions

Set a route with specific waypoints.

Args: waypoints: List of waypoints with position and orientation option: Optional route options

Returns: Route response with success status and route information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optionNoRoute options
waypointsYesWaypoints for the route

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes
successYes
distanceNo
durationNo
route_idNo
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions the return type (route response with success and information) but does not disclose side effects, required permissions, or whether the operation is destructive. A mutation tool like this should explicitly state that it modifies the route.

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 concise: 4 lines with a clear summary followed by parameter descriptions. No unnecessary words, and the key action is stated first.

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 the low parameter count and presence of an output schema, the description is fairly complete. It explains the tool's purpose, parameters, and return value. It could be enhanced by noting the context (e.g., Autoware route setting) but is adequate for the agent.

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 baseline is 3. The description adds minor details: 'waypoints with position and orientation' goes beyond the schema's 'Waypoints for the route'. The option parameter is described similarly to the schema. The added value is marginal.

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 indicates the tool sets a route with specific waypoints. It uses a specific verb (set) and resource (route with waypoints), and the function name and description together distinguish it from siblings like 'set_route' and 'get_current_route'.

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?

No explicit guidance on when to use this tool versus alternatives. The sibling 'set_route' suggests a simpler route setting without specific waypoints, but the description does not advise on choosing between them.

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/NEWSLabNTU/autoware-mcp'

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