Skip to main content
Glama
devkindhq

machship-mcp

by devkindhq

Get Available Routes (Batch)

machship_get_routes_batch
Read-only

Retrieves available routes for multiple shipment requests in one batch call, enabling efficient bulk rate shopping across several shipments.

Instructions

Returns available routes for multiple shipment requests in a single call. Efficient for bulk rate shopping across multiple shipments.

Args:

  • requests (array): Array of route request objects (same structure as single route request)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestsYesArray of route requests
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description's simple statement 'Returns available routes' is consistent but adds little beyond that. It does not disclose any additional behavioral traits like result limits or performance characteristics.

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 extremely concise, with two sentences plus an Args section. It front-loads the core purpose and then immediately details the parameter. No unnecessary words.

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?

While the parameter is well-described and annotations cover safety, the description lacks any information about the return value format (e.g., an array of routes). Given the tool's simplicity and the presence of a single route sibling, this is a minor gap but acceptable.

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

Parameters5/5

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

The description adds significant meaning beyond the schema by stating that the 'requests' array contains 'route request objects (same structure as single route request)', linking to an established structure and clarifying the parameter's composition. With 100% schema coverage, this is highly informative.

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 it returns available routes for multiple shipment requests, using a specific verb ('Returns') and resource ('routes'). It distinguishes from siblings by explicitly mentioning 'batch' and 'bulk rate shopping', contrasting with the single route tool (machship_get_routes).

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 usage for bulk rate shopping across multiple shipments, providing clear context. However, it does not explicitly state when not to use or name alternatives, though the sibling tool name (machship_get_routes) is implicit.

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/devkindhq/machship-mcp'

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