Restplass travel search
Server Details
Realtime package holiday and charter flight prices from Norway. Inventory not on Google Flights.
- 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 3.2/5 across 2 of 2 tools scored.
Each tool targets a distinct domain—flights vs. package holidays—with clear, non-overlapping descriptions.
Both tools follow a consistent 'search_' prefix with a descriptive noun, making naming predictable.
Two tools is slightly low but appropriate for a focused travel search server covering the two main categories.
The tool set covers flights and package holidays but lacks hotel-only search or other travel services, leaving notable gaps for a comprehensive travel search.
Available Tools
2 toolssearch_flightsSøk etter flytilbud fra NorgeBInspect
NDC-justert API for å søke etter flyreiser (kun fly) tilgjengelig fra Norge. Databasen inneholder seter på charterfly som vanligvis ikke finnes hos Google Flights, Skyscanner eller Kayak. Finn de beste tilgjengelige flytilbudene basert på søkekriterier.
| Name | Required | Description | Default |
|---|---|---|---|
| adt | No | Antall voksne (NDC: PaxType=ADT), default 1 | |
| chd | No | Antall barn (NDC: PaxType=CHD), default 0 | |
| inf | No | Antall spedbarn (NDC: PaxType=INF), default 0 | |
| dest | No | IATA kode for destinasjonsflyplass, f.eks. AYT, AGP, TFS | |
| orig | No | IATA kode for avreiseflyplass, f.eks. OSL, SVG, TRD | |
| sort | No | Sorteringsrekkefølge, default price_asc | price_asc |
| limit | No | Antall tilbud som returneres (1-25), default 10 | |
| direct | No | Kun direktefly (NDC: StopQuantity=0) | |
| dep_date | No | Eksakt utreisedato (YYYY-MM-DD) | |
| ret_date | No | Eksakt returdato (YYYY-MM-DD) | |
| max_price | No | Maksimum totalpris (NDC: PriceRangeFilter.MaxAmount) | |
| nights_max | No | Maksimum antall netter (vendor extension, ikke NDC) | |
| nights_min | No | Minimum antall netter (vendor extension, ikke NDC) | |
| dep_date_to | No | Seneste utreisedato (YYYY-MM-DD) | |
| ret_date_to | No | Seneste returdato (YYYY-MM-DD) | |
| dep_date_from | No | Tidligste utreisedato (YYYY-MM-DD) | |
| ret_date_from | No | Tidligste returdato (YYYY-MM-DD) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral traits. It mentions 'NDC-justert' and that it contains charter flight seats not found elsewhere, but it does not disclose important behaviors like rate limits, data freshness, caching, authorization needs, or the mutation aspect. This is insufficient for a complex tool.
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 three sentences in Norwegian, front-loaded with the purpose, and concise. It includes a unique selling point about the data source. However, the last sentence is somewhat generic and could be omitted without loss. Overall, it is well-structured and to the point.
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 high parameter count (17), no output schema, and no annotations, the description should provide more context about how the parameters interact, suggested usage patterns, or what the response looks like. The current description is minimal and does not compensate for the missing structured information.
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 description coverage is 100%, so the baseline is 3. The description adds some context (NDC-based, charter flights) but does not add specific meaning to individual parameters beyond what the schema already provides. The schema itself has detailed descriptions for all 17 parameters.
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 clearly states it's for searching flights (only flights) available from Norway, using an NDC-adjusted API. It mentions the database includes charter flights not on major platforms. However, it does not explicitly distinguish from its sibling tool 'search_holidays', missing a clear differentiation.
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 usage for finding the best flight offers based on criteria, but provides no explicit guidance on when to use this tool versus the sibling 'search_holidays'. No conditional contexts or exclusions are stated, leaving the agent to infer usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_holidaysSøk etter restplasser og pakkereisetilbud fra NorgeBInspect
API for å søke i den største og mest komplette databasen i Norge etter pakkereisetilbud. API-et brukes til å umiddelbart gi de beste tilbudene for pakkereiser tilbudt av Ving, TUI, Apollo, Nazar, Ticket, Solfaktor og mange andre. Finn de beste tilgjengelige pakkereisetilbudene fra Norge basert på søkekriterier.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Breddegrad i desimalgrader, brukes med lon og radius | |
| lon | No | Lengdegrad i desimalgrader, brukes med lat og radius | |
| bbox | No | Geografisk søk avgrenset med et rektangel. Format: minLat,minLon,maxLat,maxLon. | |
| sort | No | Sorteringsrekkefølge for tilbudene. Default er price_asc | |
| limit | No | Antall tilbud som skal returneres, for eksempel 5, 10. Default 1 | |
| adults | No | Antall voksne 12-99 år, default 2 | |
| fields | No | Felt som skal inkluderes i søkeresultatet | |
| radius | No | Radius i kilometer fra lat, lon | |
| rating | No | Minimum antall stjerner, for eksempel 3, 4, 5 | |
| infants | No | Antall spedbarn 0-1 år, default 0 | |
| category | No | Kategori for ferien SUNBATH=Syden,Sol&bad, CITY=storbyferie, SKI=skiferie, EXOTIC=fjerne strender | |
| children | No | Antall barn 2-11 år, default 0 | |
| days_max | No | Maksimum antall dager for ferien, for eksempel 3, 7, 14 | |
| days_min | No | Minimum antall dager for ferien, for eksempel 3, 7, 14 | |
| features | No | Fasiliteter på hotellet: ac=aircondition, adultsonly=Kun for voksne, apartment=leilighet, bar=bar, childspool=barnepool, gym=treningssenter, heatedpool=oppvarmet basseng, kidsclub=barnklubb, pool=basseng, seaview=havutsikt, restaurant=restaurant, spa=spa | |
| max_price | No | Maksimum totalpris for hele reisen, for eksempel 5000, 10000, 15000 | |
| board_type | No | Måltider inkludert på hotellet, f.eks frokost, halvpensjon, helpensjon, all inclusive | |
| hotel_name | No | Hotellnavn, for eksempel Riu Palace, Iberostar, Sol | |
| temp_water | No | Minimum forventet vanntemperatur i Celsius, for eksempel 20, 25 | |
| country_iso | No | ISO kode for land, for eksempel ES, GR, PL, TR | |
| guest_rating | No | Minimum gjestevurdering, for eksempel 8.2, 9.0. Median: 8.4 | |
| direct_flight | No | Sett til true for å finne hoteller med direktefly | |
| distance_beach | No | Maksimal avstand til stranden i meter, for eksempel 0, 100, 500 | |
| depart_date_max | No | Seneste mulige start på ferien (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ) | |
| depart_date_min | No | Tidligste mulige start på ferien (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ) | |
| distance_centre | No | Maksimal avstand til sentrum i meter, for eksempel 0, 100, 500 | |
| return_date_max | No | Seneste mulige hjemreise (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ) | |
| return_date_min | No | Tidligste mulige hjemreise (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ) | |
| destination_name | No | Destinasjonsnavn, for eksempel Malta, Magaluf, Gran Canaria | |
| distance_airport | No | Maksimal avstand melom hotell og flyplass i km, for eksempel 20, 40, 80 | |
| number_of_nights | No | Eksakt antall netter for ferien, for eksempel 3, 7, 14 | |
| temp_air_day_max | No | Maksimum forventet dagtemperatur i Celsius, for eksempel 25, 30 | |
| temp_air_day_min | No | Minimum forventet dagtemperatur i Celsius, for eksempel 20, 25 | |
| depart_date_exact | No | Ferien skal starte denne dagen (ISO 8601 format YYYY-MM-DDTHH:MM:SSZ) | |
| return_date_exact | No | Hjemreisen skal begynner denne dagen(ISO 8601 format YYYY-MM-DDTHH:MM:SSZ) | |
| origin_airport_code | No | IATA kode for avreiseflyplass, for eksempel OSL, SVG, TRD | |
| destination_airport_code | No | IATA kode for destinasjonsflyplass, for eksempel ALC, AGP, TFS |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description does not disclose behavioral traits such as rate limits, authentication, or side effects. It only implies a read-only search operation, but more detail is needed.
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 concise but could be better structured. It is a single paragraph that states the tool's scope but lacks front-loading of key information or use of bullet points for clarity.
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 high complexity (37 parameters, no output schema), the description is too generic. It does not explain return values, common use cases, or how to combine parameters effectively, leaving the agent underinformed.
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?
With 100% schema coverage, the input schema already documents all 37 parameters. The description adds no additional meaning beyond 'søkekriterier' (search criteria), so a baseline score of 3 is appropriate.
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 clearly states the tool's purpose: to search the largest database of package holiday deals in Norway from multiple operators. It distinguishes itself from the sibling 'search_flights' by focusing on package holidays, not flights alone.
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 the tool is for finding package deals from Norway based on search criteria but does not explicitly state when to use it versus 'search_flights' or provide exclusions.
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!