Skip to main content
Glama

Server Details

MCP server for Travel & Transportation

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 DescriptionsD

Average 1.5/5 across 4 of 4 tools scored.

Server CoherenceC
Disambiguation2/5

The health_check tool is distinct, but get_travel_transportation_data, list_travel_transportation_items, and search_travel_transportation have overlapping purposes without clear differentiation, making it hard for an agent to choose correctly.

Naming Consistency3/5

The three main tools follow a verb_noun pattern with 'travel_transportation', but health_check deviates and uses a different structure, leading to slight inconsistency.

Tool Count3/5

With only 4 tools, the server is on the lighter side. While it may be sufficient for a narrow data retrieval API, it feels sparse for a broader 'Travel Transportation' domain.

Completeness2/5

The tool set only covers data retrieval (get, list, search) and a health check, lacking any write operations (e.g., booking, updating) that would be expected for a travel transportation service.

Available Tools

4 tools
get_travel_transportation_dataDInspect

Tool: get_travel_transportation_data. Uses: httpx public APIs. Price: ${PRICE_PER_CALL}/call

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
Behavior2/5

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

Minimal disclosure: mentions use of external APIs and cost, but no information on side effects, idempotency, or error handling. No annotations are provided, so the description fails to compensate for the lack of behavioral context.

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

Conciseness2/5

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

The description is short but lacks essential content. It is under-specified rather than concise, with no structure or front-loading of key information.

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

Completeness1/5

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

Given the simple input and lack of output schema, the description should at least indicate what data is returned. It provides no context about the response, making the tool difficult to use correctly.

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

Parameters1/5

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

The only parameter 'id' has no schema description, and the tool description adds no meaning. With 0% schema description coverage, the parameter remains completely opaque.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description only states the tool name and that it uses httpx public APIs, but does not explain what transportation data is retrieved or its scope. It fails to distinguish from sibling tools like list_travel_transportation_items or search_travel_transportation.

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

Usage Guidelines1/5

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

No guidance on when to use this tool versus alternatives. There is no mention of prerequisites, when not to use it, or typical use cases.

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

health_checkDInspect

Health check.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior1/5

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

No annotations are present, and the description does not disclose any behavioral traits such as side effects, authentication needs, or response format. The agent has no insight into the tool's behavior.

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

Conciseness2/5

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

The description is extremely brief (two words), but it lacks substance and does not effectively communicate the tool's functionality. It is under-specified rather than concise.

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

Completeness1/5

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

Given the absence of annotations and output schema, the description should explain the health check's scope, return value, or side effects. It fails to provide any useful context.

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 tool has no parameters, and schema coverage is 100%. The description 'Health check.' adds minimal meaning beyond the empty schema, meeting the baseline expectation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Health check.' is a tautology of the tool name. It does not specify what is being checked or what the outcome is, failing to convey the tool's purpose.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus its siblings (get_travel_transportation_data, etc.). The agent cannot decide based on the description.

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

list_travel_transportation_itemsDInspect

Tool: list_travel_transportation_items. Uses: httpx public APIs. Price: ${PRICE_PER_CALL}/call

ParametersJSON Schema
NameRequiredDescriptionDefault
filtersYes
Behavior1/5

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

No annotations are present, and the description gives no behavioral traits such as side effects, authentication needs, rate limits, or data mutation. Mentioning 'Uses: httpx public APIs' is vague and not behavior-specific.

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

Conciseness2/5

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

The description is very short but fails to convey essential information. It repeats the tool name and includes price, which is not core functionality. It is under-specified rather than concise.

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

Completeness1/5

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

Given the complexity (nested object parameter, 0% schema coverage, no output schema, no annotations), the description is completely insufficient. It does not fulfill the minimal requirements to help an AI agent 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.

Parameters1/5

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

The sole parameter 'filters' has an open-ended object schema with no description in the schema nor in the tool description. The description adds zero meaning; it does not indicate what filter keys or values are expected.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description merely restates the tool name ('Tool: list_travel_transportation_items') without stating a verb or clarifying its function. It does not specify that it lists items, only the name hints at it. No action or outcome is described.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool vs. siblings (get_travel_transportation_data, health_check, search_travel_transportation). There are no conditions, prerequisites, or exclusions mentioned.

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

search_travel_transportationDInspect

Tool: search_travel_transportation. Uses: httpx public APIs. Price: ${PRICE_PER_CALL}/call

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
Behavior1/5

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

No behavioral disclosure beyond using external APIs and price. With no annotations, description should detail side effects, data freshness, rate limits, etc., but it does not.

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

Conciseness2/5

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

Very brief but lacks essential content. Conciseness is not beneficial if it omits critical information for tool selection.

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

Completeness2/5

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

Despite low complexity (1 param, no output schema), description fails to provide enough context. Missing purpose, usage, and parameter details.

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

Parameters1/5

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

Single 'query' parameter has no schema description and no explanation in the description. Parameter meaning is entirely undocumented.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description only mentions API usage and price, not the tool's function. Purpose must be inferred from name, but no verb or resource is specified.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus siblings (get_travel_transportation_data, list_travel_transportation_items, health_check). No when/when-not context.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources