Skip to main content
Glama

bts_transport_search_ports

Read-onlyIdempotent

Search U.S. land-border ports in LiveDataLink's self-hosted official BTS Border Crossing Entry snapshot. Returns stable four-digit port codes, state, Canada/Mexico border, coordinates, available crossing measures, coverage, pagination, and source provenance. Use this for 'find the Laredo border port code', 'which Arizona ports have truck crossings?', or to resolve a port before a trend call. Inbound land ports only; not wait times or outbound traffic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum ports. Default 20.
queryNoPort name, state, or exact four-digit port code.
stateNoExact state name, such as Texas or New York.
borderNoOptional official BTS border label.
offsetNoPorts to skip. Default 0.
response_formatNoHuman-readable markdown or machine-readable JSON. Default markdown.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and non-destructive, so the description does not need to repeat safety. It adds value by clarifying the tool is a lookup (inbound only) and that it returns metadata (coverage, provenance) rather than time-series data. This context helps set expectations beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loading the core purpose and output. It efficiently includes usage examples and exclusions. It is concise without being under-specified, although it could be slightly trimmed (e.g., 'available crossing measures, coverage' is dense but not wasteful).

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 simple lookup nature, no output schema, and 6 parameters fully documented in the schema, the description covers the tool's purpose, scope, and usage adequately. It doesn't specify response structure in detail, but that is less critical for a search tool, and the output fields are mentioned. It is complete enough for an agent to call correctly.

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?

The schema covers 100% of parameters with descriptions (e.g., limit, query, state, border, offset, response_format). The description mentions that query can be a port name, state, or exact code, but that info is already in the schema. It adds minimal nuance, such as the 'border' using official BTS labels, which is already in the enum. Baseline 3 for high coverage 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 explicitly states the action ('Search U.S. land-border ports'), the resource (LiveDataLink's BTS Border Crossing Entry snapshot), and the output (four-digit port codes, state, border, coordinates, crossing measures, coverage, pagination, provenance). It clearly distinguishes the tool from siblings like bts_transport_compare_ports or bts_transport_border_trend, which likely focus on analysis rather than lookup.

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

Usage Guidelines5/5

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

The description provides concrete example queries ('find the Laredo border port code', 'which Arizona ports have truck crossings?') and explicitly states when to use it (before a trend call) and what it is NOT for ('not wait times or outbound traffic'). Although it doesn't name specific sibling tools, the practical usage context is sufficient.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.