Sailtix
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.
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.
Tool Definition Quality
Average 4.2/5 across 4 of 4 tools scored.
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.
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.
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.
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 toolscharter_searchSearch private boat chartersARead-onlyIdempotentInspect
Searches private boat and yacht charter packages by departure area, date, guest count, vessel type and trip length, returning price, duration, capacity, inclusions and the operator.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Requested charter date, YYYY-MM-DD. | |
| limit | No | ||
| guests | No | ||
| location | No | Departure area, e.g. a city or harbor name. | |
| vessel_type | No | Vessel category filter, e.g. speedboat or yacht. | |
| charter_style | No | Trip style filter, e.g. reef or trolling. | |
| duration_type | No | Trip length, e.g. half_day, full_day, overnight. |
Output Schema
| Name | Required | Description |
|---|---|---|
| query | Yes | Parameters the search actually ran with, after resolution. |
| total | No | |
| results | Yes | |
| returned | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover the safe read-only nature, and the description adds useful behavioral context by listing the search dimensions and the return fields (price, duration, capacity, inclusions, operator). It does not contradict the annotations and adds context beyond them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence with no wasted words. It clearly communicates the core purpose and key capabilities in a compact format.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the output schema and annotations, the description is sufficient for a search tool. It captures the main purpose, filters, and return information, but could more explicitly address limit behavior and differentiate from sibling search tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds natural-language meaning for parameters like 'guest count' (guests) and 'trip length' (duration_type), which are not fully described in the schema. Most parameters are referenced, though 'limit' and 'charter_style' are not explicitly mentioned.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('searches') and a clear resource ('private boat and yacht charter packages'), and explicitly lists the key filtering dimensions. It distinguishes from sibling tools like fishing_search and sailing_search by focusing on general private charters.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this tool is for finding boat/yacht charters, and the filters give context. However, it does not explicitly state when to use this tool versus alternatives like fishing_search or sailing_search, nor does it mention any exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
fishing_searchSearch fishing chartersARead-onlyIdempotentInspect
Searches fishing charter trips by departure area, date, angler count and technique, returning price, duration, capacity, target species and the operator. Fishing trips are a category of the charter catalogue, so charter filters apply here too.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Requested trip date, YYYY-MM-DD. | |
| limit | No | ||
| anglers | No | ||
| location | No | Departure area, e.g. a city or harbor name. | |
| charter_style | No | Fishing style filter, e.g. reef or trolling. | |
| duration_type | No | Trip length, e.g. half_day, full_day, overnight. |
Output Schema
| Name | Required | Description |
|---|---|---|
| query | Yes | Parameters the search actually ran with, after resolution. |
| total | No | |
| results | Yes | |
| returned | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish read-only, idempotent, non-destructive behavior, so the bar is lower. The description adds meaningful context beyond annotations by detailing the return fields (price, duration, capacity, target species, operator) and stating that charter filters apply here too, which informs the agent about inherited filtering behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the primary action and key filters/returns in the first sentence, and the second sentence clarifies the catalog relationship. Every word earns its place, with no redundancy or fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's straightforward search nature, the presence of annotations, and an output schema, the description covers the essential purpose, return fields, and category context. It could be more explicit about sibling differentiation, but overall it is sufficient for an agent to understand scope and expected results.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description maps several parameter concepts to schema properties ('departure area' to location, 'date' to date, 'angler count' to anglers, 'technique' to charter_style), but it does not mention the limit or duration_type parameters. With schema description coverage at 67%, the description partially compensates but leaves two parameters undocumented in both schema and description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource ('Searches fishing charter trips'), then lists distinct filter dimensions (departure area, date, angler count, technique) and return fields (price, duration, capacity, target species, operator). It also distinguishes from siblings by explicitly noting fishing trips are a category of the charter catalogue, which clearly separates it from charter_search and sailing_search.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies that this is a specialized search within the charter catalogue ('Fishing trips are a category of the charter catalogue'), but it does not explicitly state when to prefer this over charter_search or sailing_search, nor does it mention any exclusions or alternatives. The usage context is only implied by the name and the category note.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
locations_listList harbors and destination regionsARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum entries to return. Defaults to 60. | |
| query | No | Optional free-text filter matched against name and slug. |
Output Schema
| Name | Required | Description |
|---|---|---|
| total | Yes | |
| returned | Yes | |
| locations | Yes |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
sailing_searchSearch scheduled sea transportARead-onlyIdempotentInspect
Searches scheduled ferry and fast-boat departures between two places on a given date, returning departure and arrival times, operator, vessel, journey duration, remaining seats and fares. Origin and destination accept a harbor name, a destination-region name, a slug, or an identifier from locations_list; at least one side must be given.
| Name | Required | Description | Default |
|---|---|---|---|
| adult | No | ||
| child | No | ||
| limit | No | ||
| infant | No | ||
| origin | No | Departure harbor or region — name, slug, or identifier. | |
| destination | No | Arrival harbor or region — name, slug, or identifier. | |
| nationality | No | Fare band. Indonesian residents are priced separately. | |
| return_date | No | Optional return date, YYYY-MM-DD. | |
| travel_date | No | Departure date, YYYY-MM-DD. |
Output Schema
| Name | Required | Description |
|---|---|---|
| query | Yes | Parameters the search actually ran with, after resolution. |
| total | No | |
| results | Yes | |
| returned | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false. The description adds value by disclosing input flexibility (harbor name, region name, slug, identifier) and the rule that at least one side is required. This complements the structured annotations without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core purpose and immediate return-value expectations. Every sentence adds operational detail; there is no fluff or repetition of schema information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (9 parameters, optional inputs, output schema), the description provides sufficient context: what is searched, what is returned, allowed input formats, and an edge-case constraint. The output schema covers return formatting, so this description is complete enough for an agent to invoke correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 56%, so the description partially compensates. It clarifies that origin and destination accept multiple formats and that at least one must be provided, which is not evident from the schema alone. It also explains that nationality affects fare band. However, it does not elaborate on adult/child/infant/limit parameters beyond their schema types.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Searches') and clearly identifies the resource ('scheduled ferry and fast-boat departures between two places on a given date'). It lists concrete return fields (times, operator, vessel, duration, seats, fares), which distinguishes it from sibling tools like charter_search and fishing_search that target different types of transport.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context for when to use this tool (scheduled sea transport) and states an important constraint ('at least one side must be given'). It also references locations_list as a source for identifiers, implying a workflow. However, it does not explicitly mention when not to use it or directly contrast it with alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Flicense-qualityCmaintenanceProvides tools to search and retrieve detailed information about airports and seaports in Indonesia, including runways, radio frequencies, nearby airports, and port statistics.Last updated
- AlicenseAqualityCmaintenanceReal-time train, bus, ferry and private transfer prices between 40+ Italian citiesLast updated4MIT
- AlicenseAqualityFmaintenanceReal-time last-minute tour and activity booking across 18 suppliers in 15 countries via the OCTO open standard. Search available slots, create Stripe checkout sessions, and check booking status.Last updated41MIT
- Alicense-qualityBmaintenanceBook hotels worldwide — search, price, prebook & book across 249 countries. 65 tools for hotel search, flights, loyalty, analytics. Zero API keys needed. at best prices for hotels 3 M+ propertyLast updated221MIT