Skip to main content
Glama
devkindhq

machship-mcp

by devkindhq

Get Active Consignments

machship_get_active_consignments
Read-onlyIdempotent

Retrieve all in-transit consignments for a specified company, with optional filters for carrier, pagination, and inclusion of sub-companies.

Instructions

Returns all active (in-transit) consignments for a company.

Args:

  • companyId (number): Company ID

  • startIndex (number, optional): Pagination start index

  • retrieveSize (number, optional): Number to retrieve

  • carrierId (number, optional): Filter by carrier

  • includeChildCompanies (boolean, optional): Include sub-companies

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyIdYesCompany ID
startIndexNoPagination start index
retrieveSizeNoItems to retrieve
carrierIdNoFilter by carrier ID
includeChildCompaniesNoInclude child companies
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true. The description adds that the tool returns 'active (in-transit)' consignments, which aligns with annotations and provides additional context. No contradictions.

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: one sentence stating the tool's purpose followed by a bulleted list of parameters. No extraneous information, front-loaded with the main action.

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?

For a read-only tool with 5 parameters and no output schema, the description covers input parameters but does not describe the return format or provide details about response structure. Given the richness of annotations, this is adequate but leaves some gaps.

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 the schema already describes each parameter. The description's 'Args' list essentially repeats the same information without adding significant meaning beyond what is in the schema.

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 returns all active (in-transit) consignments for a company, using a specific verb and resource. It distinguishes this from siblings like 'get_all_consignments' or 'get_completed_consignments' by specifying the 'active' status.

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 for retrieving active consignments but does not provide explicit guidance on when to use this tool versus alternatives (e.g., 'get_all_consignments' for all statuses, 'get_completed_consignments' for completed ones). No exclusion criteria or prerequisites are mentioned.

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