Skip to main content
Glama

Server Details

Multi-stop route optimization, navigation links, and email delivery. Powered by MyRouteOnline.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.8/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct step in the optimization workflow: authentication, starting a job, checking results, and emailing results. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent camelCase verb+noun pattern (e.g., startOptimization, checkOptimization). No mixed conventions.

Tool Count5/5

Four tools cover the essential workflow for route optimization without unnecessary complexity. The scope is well-defined.

Completeness3/5

Covers the basic flow (auth, start, check, email) but lacks support for managing multiple jobs (e.g., listing, canceling, updating). Some operations may require manual work.

Available Tools

4 tools
checkOptimizationAInspect

Check the status and results of a route optimization job. Returns the optimized route when complete. Authenticate with either (otpCode + otpEmail) or mroApiKey.

ParametersJSON Schema
NameRequiredDescriptionDefault
otpCodeNo6-digit one-time code (required if mroApiKey is not provided)
jobTokenYesJob token returned from startOptimization
otpEmailNoEmail address (required if mroApiKey is not provided)
mroApiKeyNoMyRouteOnline API key (alternative to otpCode + otpEmail, obtained from MyRouteOnline support)
Behavior3/5

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

With no annotations, the description carries full burden. It discloses authentication requirements and the core behavior of returning the optimized route when complete, but lacks details on polling, error states, or rate limits. Adequate but not comprehensive.

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 accomplish the goal: the first states the tool's action and return, the second explains authentication options. No superfluous words, well front-loaded.

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?

Given no output schema and the polling nature of the tool, the description fails to explain response format, polling behavior, or error handling. It is incomplete for effective use without further documentation.

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?

Schema coverage is 100%, and the description adds conditional authentication logic (otpCode+otpEmail vs mroApiKey) beyond the schema's individual parameter descriptions, providing meaningful context for parameter selection.

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 checks the status and results of a route optimization job and returns the optimized route when complete. It specifies the verb 'check' and the resource 'route optimization job', making the purpose unambiguous and distinct from siblings like startOptimization.

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

Usage Guidelines3/5

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

The description implies usage after startOptimization and mentions authentication methods, but does not explicitly state when to use versus alternatives or when not to use. No exclusions or alternative tool references are provided.

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

emailResultsAInspect

Email the optimized route results with navigation links to a specified email address. Authenticate with either (otpCode + otpEmail) or mroApiKey.

ParametersJSON Schema
NameRequiredDescriptionDefault
otpCodeNo6-digit one-time code (required if mroApiKey is not provided)
toEmailYesRecipient email address
jobTokenYesJob token from completed optimization
otpEmailNoEmail address (required if mroApiKey is not provided)
mroApiKeyNoMyRouteOnline API key (alternative to otpCode + otpEmail, obtained from MyRouteOnline support)
Behavior3/5

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

Discloses authentication requirements (otpCode+otpEmail or mroApiKey). No annotations provided, so description carries full burden; lacks details on potential errors or rate limits.

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, first states purpose concisely, second adds authentication detail. No redundant text.

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

Completeness3/5

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

Describes what the tool does and authentication, but no output schema and description does not mention return values (e.g., success/error response). Incomplete for sending email operation.

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?

Schema coverage is 100%, but description adds useful context about authentication alternatives (two methods) beyond individual parameter descriptions.

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?

Description clearly states verb 'Email' and resource 'optimized route results with navigation links', distinguishing it from siblings (checkOptimization, getOneTimeCode, startOptimization) by its emailing function.

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

Usage Guidelines3/5

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

Implies usage after optimization is complete (jobToken required), but no explicit when-not or alternatives guidance. Sibling tools exist but are not mentioned.

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

getOneTimeCodeAInspect

Request a one-time authentication code to be sent via email. This code is required for all other operations.

ParametersJSON Schema
NameRequiredDescriptionDefault
loginEmailYesEmail address to receive the one-time code
Behavior2/5

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

No annotations provided, so the description carries full burden. It states the code is sent via email, but omits important behavioral details such as code expiration, idempotency, or error handling for invalid emails.

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 two sentences with no unnecessary words. It efficiently communicates the tool's purpose and context.

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?

For a simple one-parameter tool with no output schema and no annotations, the description covers the core action and necessity. Minor gap: lacks details on code expiration or error scenarios.

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 coverage is 100% with a clear description for the loginEmail parameter. The tool description does not add additional meaning beyond the schema, so it meets the baseline without improvement.

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 requests a one-time authentication code sent via email, and it distinguishes itself from sibling tools (checkOptimization, emailResults, startOptimization) which are about optimization and emailing results.

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?

The description implies this tool is a prerequisite for all other operations, providing clear context for when to use it. However, it does not explicitly state when not to use it or mention alternatives.

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

startOptimizationAInspect

Start a route optimization job with multiple addresses. Authenticate with either (otpCode + otpEmail) or mroApiKey.

ParametersJSON Schema
NameRequiredDescriptionDefault
otpCodeNo6-digit one-time code received via email (required if mroApiKey is not provided)
otpEmailNoEmail address that received the one-time code (required if mroApiKey is not provided)
addressesYesList of addresses to optimize (minimum 3)
mroApiKeyNoMyRouteOnline API key (alternative to otpCode + otpEmail, obtained from MyRouteOnline support)
startTimeHHMMNoStart time in HH:MM format (default: 08:00)
Behavior2/5

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

No annotations provided, so description must compensate. It mentions authentication but omits key behavioral traits: whether the job runs asynchronously, what the return value is, or any rate limits. The schema implies minimum 3 addresses, but description does not confirm.

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?

Single sentence with no extraneous information. Efficient and to the point.

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?

Given missing output schema and annotations, the description is too brief. It does not cover return value, async behavior, or how the result is used (e.g., checkOptimization). Fails to fully inform 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 coverage is 100%, so the schema already documents all parameters. The description restates the authentication logic, which adds minimal value beyond the parameter descriptions. Baseline 3 is appropriate.

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 action: 'Start a route optimization job with multiple addresses.' It distinguishes from siblings (checkOptimization, emailResults, getOneTimeCode), which serve different phases.

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 authentication alternatives: either (otpCode + otpEmail) or mroApiKey. However, it does not explicitly state when to use this tool over siblings or mention prerequisites like obtaining a one-time code first.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources