Skip to main content
Glama

Server Details

Ferry and fast-boat schedules, seats and fares, boat and fishing charters across Indonesia.

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 4.2/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation4/5

The tools are mostly distinct: charter_search, fishing_search, and sailing_search target different travel products, while locations_list is a lookup helper. However, fishing_search is explicitly a subcategory of charter_search, which could cause minor confusion if an agent doesn't read the details.

Naming Consistency5/5

All tool names follow a consistent noun_verb pattern with lowercase and underscores: charter_search, fishing_search, locations_list, sailing_search. The only deviation is the verb 'list' instead of 'search', but the pattern remains predictable and readable.

Tool Count5/5

With four tools, the server is well-scoped for a search-focused maritime travel API. Each tool serves a clear purpose without redundancy or bloat, making it easy for an agent to navigate.

Completeness2/5

The tool surface only covers searching and listing; there are no booking, reservation, or purchase capabilities, which is a significant gap for a service named Sailtix. After finding an option, the agent cannot complete any transaction, leading to dead ends.

Available Tools

4 tools
locations_listList harbors and destination regionsA
Read-onlyIdempotent
Inspect

Lists the harbors and destination regions Sailtix sells sea transport between, each with the identifier the search tools accept. Optional free-text filter narrows the list by name or slug.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum entries to return. Defaults to 60.
queryNoOptional free-text filter matched against name and slug.

Output Schema

ParametersJSON Schema
NameRequiredDescription
totalYes
returnedYes
locationsYes
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds that entries include identifiers and that the optional query filters by name/slug, but these largely repeat schema details and do not disclose additional behavioral traits like pagination or edge cases.

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, front-loaded with the verb and purpose, and contains no filler or redundant information.

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

Completeness5/5

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

For a simple list tool with a rich output schema, thorough annotations, and full parameter documentation, the description adequately conveys its role as a provider of identifiers for the sibling search tools. No gaps remain for the agent to select and invoke the tool 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 input schema has 100% description coverage for both parameters, including the limit default and query matching semantics. The description restates the query behavior without adding new meaning, so it does not exceed the schema baseline.

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 uses a specific verb 'lists', names the resource 'harbors and destination regions', and emphasizes that entries include identifiers the search tools accept. This clearly distinguishes it from sibling search tools (charter_search, fishing_search, sailing_search) which perform searches rather than list reference data.

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 clearly implies usage as a precursor to searches by stating identifiers are 'the search tools accept.' It provides clear context for when to invoke this tool but does not explicitly state exclusions or name alternative tools, which keeps it just short of a 5.

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!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources