Skip to main content
Glama

Tripyana London Chauffeur

Server Details

Fixed London chauffeur prices: airport & cruise transfers, hourly hire, day trips, booking links.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
tripyana/tripyana-mcp
GitHub Stars
0
Server Listing
Tripyana London Chauffeur

TDQS

A4/5.0
Disambiguation4/5

The three pricing tools are distinct by service type (hourly, meet & greet, transfers), and company info and booking link are clearly separate. Search_services overlaps with list_day_trips and the pricing tools, so an agent could retrieve duplicate information, but descriptions generally prevent serious confusion.

Naming Consistency5/5

All tools use a consistent lowercase snake_case verb_noun pattern: get_ for facts and prices, list_ for catalogues, and search_ for discovery. The naming clearly indicates both the action and the resource.

Tool Count5/5

Seven tools is well-scoped for a chauffeur-service information server. Each tool covers a distinct part of the customer journey: pricing, services, company info, and booking handoff, with no apparent redundancy.

Completeness5/5

The tool surface covers airport/cruise transfers, meet and greet, hourly hire, day trips, broader service search, company policies, and a booking link. There are no obvious dead ends for a typical quote or booking inquiry.

Available Tools

7 tools
get_company_infoAbout TripyanaAInspect

Company facts: licence, company number, address, phone/WhatsApp, languages, hours, what every fare includes, cancellation policy and the main service pages in English and Arabic.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It communicates that the tool returns a read-only set of company facts and lists those facts, which is sufficient for a no-parameter information lookup. It does not detail response structure, but the enumeration partially compensates.

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 a single front-loaded sentence that leads with 'Company facts' and then provides a focused, semicolon-separated list of content areas. Every item earns its place, with no filler, repetition, or extraneous detail.

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?

For a simple, no-argument, read-only company info lookup, the description is nearly complete: it names the main content categories an agent would need to decide whether this tool satisfies a request. The lack of an output schema is mitigated by the explicit enumeration of returned information areas.

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

Parameters4/5

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

The tool has zero parameters, and the empty schema fully defines the parameter space, so there is nothing substantive to document. The description adds useful context about what data the call returns, satisfying the baseline for no-parameter tools.

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 identifies the resource—Tripyana company facts—and enumerates the exact categories covered, including licence, contact details, policies, and service pages. This makes it easy to distinguish from the pricing, booking, and search sibling tools even without an explicit verb.

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 itemized content gives an agent clear context for when to call this tool: whenever company-level facts or general policy details are needed. It does not explicitly state 'use this instead of price/search tools,' but the boundary is obvious from the listed content and sibling names.

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

get_hourly_priceHourly / full-day chauffeur priceAInspect

Price of a chauffeur-driven Mercedes by the hour in London (4-hour minimum), the fixed 8-hour full-day rate, and the rules for trips outside London (8-hour minimum, distance fee beyond 20 miles from central London, Manchester day rate). Returns an indicative total per vehicle; the booking form confirms the exact figure.

ParametersJSON Schema
NameRequiredDescriptionDefault
hoursYesHours needed (minimum 4 in London, 8 outside London)
vehicleNoVehicle class. Omit to get all four.
languageNo
passengersNo
destinationNoMain destination if outside London, e.g. "Manchester", "Oxford"
one_way_miles_from_central_londonNoDriving distance from central London to the farthest point, if known

TDQS

A4/5.0
Behavior4/5

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

The description transparently notes that the result is an indicative total, not the exact booking price, and explains rules such as minimums and distance surcharges. This sets clear expectations about the tool's outputs and constraints.

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 concise sentences, front-loaded with the core pricing rules and followed by the output nature. No unnecessary words or redundant details.

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 moderate complexity (six parameters, no output schema), the description provides sufficient context to understand the tool's purpose and key constraints. It does not detail every parameter but covers the essential context for a pricing tool.

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 descriptions cover 67% of parameters, but the tool description adds only modest clarification. It reinforces the meaning of hours and destination but leaves language and passengers unexplained. Some compensation is provided, but not enough to fully clarify all parameters.

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 what the tool does: it provides pricing for a chauffeur-driven Mercedes, covering hourly and full-day rates, with specific rules for London and outside London. This distinguishes it from sibling tools like transfer or meet-and-greet pricing.

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 hourly chauffeur services and mentions conditions like minimum hours and distance fees, but it does not explicitly contrast with alternative tools. It lacks direct guidance on when to choose this tool over get_transfer_price or get_meet_greet_price.

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

get_meet_greet_priceHeathrow VIP meet & greet / student pickup priceBInspect

Fixed prices for the Heathrow VIP Meet & Assist service (greeter at the aircraft door, Fast Track passport lane, escort to the car; optional chauffeur transfer to the hotel) and for student / unaccompanied-minor airport pickup at any London airport.

ParametersJSON Schema
NameRequiredDescriptionDefault
guestsNoNumber of guests
serviceNoWhich service (default vip-meet-greet)
languageNo

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations present, the description carries more weight. It does disclose that prices are fixed and lists service components, but it does not clarify return format, currency, whether the optional chauffeur transfer affects price, or any limitations. This is partial transparency but not full.

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 a single front-loaded sentence that states the purpose first and then provides useful parenthetical details about the service inclusions. It is compact and avoids redundancy, though slightly dense due to multiple parenthetical clauses.

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?

Without an output schema, the description should explain what the tool returns, but it only says prices are fixed. It also does not address the language parameter or clarify how the optional chauffeur transfer affects pricing. An agent would still be uncertain about the exact response and edge conditions.

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 67% and the description adds meaning by explaining what the vip-meet-greet and student-pickup service values refer to, including the Heathrow-specific service details. However, it adds no information about the guests or language parameters, leaving part of the semantics to the schema.

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

Purpose4/5

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

The description clearly states that the tool returns fixed prices for two specific services: Heathrow VIP Meet & Assist and student/unaccompanied-minor pickup. It is specific enough to distinguish from the sibling pricing tools by service type, but it does not explicitly contrast itself with get_transfer_price or get_hourly_price.

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?

Usage is implied by the service names and scope: Heathrow VIP Meet & Assist and student pickup at London airports. However, the description gives no explicit guidance about when to choose this tool over sibling pricing tools, and no exclusions or alternative recommendations.

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

get_transfer_priceFixed transfer priceAInspect

Fixed one-way chauffeur fare (GBP, per car, all-inclusive) between a London airport or cruise port and central London, for each vehicle class, with the recommended car for the party size and the page to book on.

ParametersJSON Schema
NameRequiredDescriptionDefault
routeYesRoute key. heathrow-central-london, gatwick-central-london, stansted-central-london, luton-central-london, heathrow-gatwick, heathrow-southampton-cruise, heathrow-dover-cruise
luggageNoNumber of large suitcases
vehicleNoVehicle class. Omit to get all four.
languageNoLanguage of the page link to return (default en)
passengersNoNumber of passengers
return_tripNoTrue if a return leg is also needed

TDQS

A3.9/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden. The description indicates a read-only operation returning fare information and a booking page; there is no mention of side effects like making reservations or modifying data. This is transparent enough, though it does not explicitly state 'read-only'.

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 a single, well-structured sentence that lists all key return elements (fare, recommended car, booking page) without unnecessary verbosity. It is concise and easily parsed.

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?

The description covers the main output (fare, recommended car, booking page) and mentions currency (GBP) and scope (airport/cruise port to central London). However, it does not specify the output format (e.g., JSON structure, list vs. object) or handle edge cases like 'no available car' or 'invalid route', but these are not required for a basic understanding.

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

Parameters5/5

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

All six parameters have clear descriptions in the schema, including enumerations with examples (route), units (luggage as large suitcases), and default behavior (vehicle omitted returns all). The descriptions are unambiguous and cover the purpose of each parameter.

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

Purpose4/5

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

The description clearly states that the tool returns a fixed one-way chauffeur fare between London airports/cruise ports and central London, including recommended car and booking page. It is specific enough to distinguish from hourly or meet-and-greet pricing, though it does not explicitly contrast with those sibling tools.

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?

The description does not explicitly state when to use this tool versus alternatives like get_hourly_price or get_meet_greet_price. It implies usage for fixed transfers, but lacks clear guidance on selection criteria, such as 'use for one-way transfers' or 'use for fixed fares only'.

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

list_day_tripsPrivate day trips from LondonAInspect

Catalogue of private day trips from London by chauffeur-driven car (Stonehenge & Bath, Cotswolds, Windsor, Oxford, Cambridge, Brighton, Canterbury & Dover, Bicester Village, Harry Potter studios, Woburn Safari, London landmarks and shopping tours) with fixed whole-car return prices and page links.

ParametersJSON Schema
NameRequiredDescriptionDefault
languageNoPage language (default en)

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It usefully reveals that the output includes fixed whole-car return prices and page links, and that the scope is private chauffeur-driven day trips. It does not clarify output structure, pagination, or whether the list is exhaustive, but for a simple catalogue tool this is acceptable.

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 one sentence but packed with useful specifics: mode of transport, destination list, pricing model, and output links. It is front-loaded with the core purpose, and the long destination list is informative rather than wasted words.

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?

For a simple list tool with one optional parameter and no output schema, the description gives enough context: the catalogue's scope, contents, and that prices and links are included. It does not detail exact return fields, but the tool's simplicity and the described output content make it reasonably complete for invocation.

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 single language parameter is fully documented by the input schema with an enum and description, so the description does not need to add much. It adds no additional meaning about how the language parameter affects the catalogue, but schema coverage is complete, so the baseline of 3 applies.

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

Purpose4/5

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

The description clearly states that the tool provides a catalogue of private day trips from London, enumerating destinations and noting it includes fixed prices and page links. This makes its purpose understandable, though it lacks an explicit verb like 'lists' and does not directly contrast itself with sibling tools.

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: an agent should call this when the user is looking for available private day trips from London. However, it gives no explicit guidance about when to prefer this over search_services or the pricing tools, and it does not mention any exclusions or alternatives.

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

search_servicesFind a Tripyana service pageAInspect

Search Tripyana's services (airport transfers, cruise transfers, VIP meet and greet, student pickup, executive cars, wedding cars, fleet, day trips, Manchester, Scotland, Lake District, Istanbul, Bosnia) and return the matching pages with a one-paragraph summary and published prices.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesKeywords, e.g. "Gatwick", "meet and greet", "wedding", "Southampton cruise"
languageNoRestrict to English or Arabic pages

TDQS

A3.9/5.0
Behavior4/5

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

The description indicates a read-only operation (search and return pages). No side effects or destructive actions are mentioned. Since no annotations are provided, the description carries the burden; it is reasonably transparent about being a search operation, though it doesn't address rate limits or authentication.

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 a single sentence that is reasonably concise. It lists many examples, which adds length but also value by clarifying the types of queries. The sentence is well-structured and front-loaded with the main action ('Search... and return matching pages').

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?

For a search tool with three parameters and no output schema, the description provides sufficient context: it specifies what the tool searches, what it returns (pages with summary and prices), and gives example query terms. It does not detail output format or edge cases, but these are not critical for basic usage. Sibling tools add context, though the description itself is fairly complete.

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 two of three parameters (query and language) with descriptions, but limit lacks any schema description. The tool description adds value by providing example query values (e.g., 'Gatwick', 'wedding') which clarify expected input, but it does not explain the limit parameter. Overall, it adds some semantic context beyond the schema but not fully.

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's function: searching Tripyana's services and returning matching pages with summaries and prices. It also lists example service types and locations, which distinguishes it from sibling tools like get_transfer_price or list_day_trips that have narrower scopes.

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 use for general service discovery but does not explicitly contrast it with sibling tools or state when to prefer this over more specific alternatives (e.g., get_transfer_price). The examples give practical hints but lack explicit guidance on selection criteria.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 7 tool updates
    • First observedget_booking_link
    • First observedget_company_info
    • First observedget_hourly_price
    • First observedget_meet_greet_price
    • First observedget_transfer_price
    • First observedlist_day_trips
    • First observedsearch_services

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to get fixed-price quotes and book London airport transfers, with flight validation and inter-agent communication via A2A protocol.
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables AI clients to search discounted private-jet empty-leg flights, retrieve flight details, obtain booking links, estimate charter prices, and submit charter enquiries.
    -
  • F
    license
    Not graded
    quality
    B
    maintenance
    Query current and historical UK official figures (tax bands, minimum wage, benefits, energy price cap and 100+ more) with effective dates and links to official government sources. Data refreshed whenever the official sources change.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.