saightly
Server Details
Svensk marknadsplats för lokala tjänster från verifierade företag — sök, boka och begär offert.
- 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 8 of 8 tools scored.
Each tool targets a distinct action: booking a service, fetching company info, checking offers, getting service details, viewing available times, creating an offer request, searching services, and selecting an offer. No overlap.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., avropa_tjanst, las_foretag). The convention is uniform across all 8 tools.
8 tools is well-scoped for a service booking platform. It covers search, details, availability, booking, and offer management without being excessive.
The tool set covers the core workflow: search, view, book, and manage offers. Minor gaps exist, such as no tool to cancel or modify a booking, and no user profile management, but these are not critical for the primary use case.
Available Tools
8 toolsavropa_tjanstAvropa tjänstAInspect
Skapar ett avrop (förfrågan/bokning) mot en leverantörs organisationsnummer. Plattformen är gratis — avgift_kr i svaret är 0 i nuvarande läge. OBS: vid bokning (bekraftad_tid) KRÄVS kundens namn, e-post och telefon i kontakt — annars avvisas avropet (400).
| Name | Required | Description | Default |
|---|---|---|---|
| typ | No | Typ av avrop. Standard: forfragan. | |
| pass | No | DELAD bokning: flera tillfällen (även spridda över dagar, t.ex. mån 14–16 + ons 08–12) som EN bokning med samma status och kund. Varje pass: start (ledig tid enligt lediga_tider, ISO 8601) + langd_minuter. Ersätter bekraftad_tid/langd_minuter. | |
| slug | No | Tjänstens slug (från sok_tjanster/las_tjanst) — VÄLJ RÄTT tjänst när företaget har flera. Utelämnad: företagets första aktiva tjänst. | |
| orgnr | Yes | Leverantörens organisationsnummer. | |
| kontakt | No | Kundens kontaktuppgifter. Vid bokning krävs namn, epost och telefon; adress krävs dessutom när tjänstens platstyp är hos_kund (se lediga_tider). | |
| tillval | No | Id:n på tjänstens tillval som kunden vill boka till (t.ex. färgning, webbmaster). Extra tid läggs på bokningen; namn och pris snapshotas på avropet. | |
| onskad_tid | No | Önskad tid (ISO 8601) för en förfrågan. | |
| ordervarde | No | Ordervärde i kr (ger värdebaserad avgift för bokning/försäljning). | |
| bekraftad_tid | No | Vald ledig tid (ISO 8601) från lediga_tider → direktbokning som blockerar slotten. Kräver kontakt med namn, epost och telefon. | |
| langd_minuter | No | Bokningens längd i minuter — sätt till summan av flera INTILLIGGANDE pass för en längre bokning (annars ärvs tjänstens standardlängd). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. Discloses cost=0 and booking constraints, but does not detail error handling, idempotency, or side effects beyond a 400 error. Moderate transparency.
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?
Two sentences, front-loaded with purpose, second sentence adds critical condition. No wasted words.
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?
Covers main use cases and constraints despite complex schema (10 params, nested objects). Mentions response cost field, but lacks description of return object structure. Good completeness for a creation tool.
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 100%, baseline 3. Description adds value by explaining response field 'avgift_kr' is 0, the 'pass' array replaces 'bekraftad_tid', and 'slug' selects correct service. Enhances parameter understanding.
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?
Description clearly states it creates an avrop (order/booking) against a supplier by organization number. Distinguishes from sibling tools like 'skapa_offertforfragan' which create inquiries, not direct orders.
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?
Provides condition for booking requiring contact info, but does not explicitly compare with alternatives or specify when to use this tool vs. 'skapa_offertforfragan' or 'valj_offert'. Limited guidance on choosing 'typ' enums.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
las_foretagLäs företagAInspect
Hämtar grunduppgifter för ett organisationsnummer (namn, status, adress, SNI) från Bolagsverket.
| Name | Required | Description | Default |
|---|---|---|---|
| orgnr | Yes | Organisationsnummer (10 siffror, med eller utan bindestreck). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses that the tool reads data from Bolagsverket, implies no side effects, and specifies what is returned. It lacks details on auth or limitations but is adequate for a simple lookup.
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?
A single sentence that is front-loaded and contains no unnecessary words. Every part adds value.
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 tool with one parameter and no output schema, the description covers the essentials: what it does, what data it returns, and the source. It could mention the return format or potential errors, but it is sufficiently complete.
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 100% with a description for the only parameter (orgnr). The description adds context about the data source but does not add significant meaning beyond what the schema provides. Baseline 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?
Description clearly states the tool retrieves basic information for an organization number from Bolagsverket, listing specific fields (name, status, address, SNI). It distinguishes itself from siblings that deal with services and offers.
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?
While the purpose is clear, the description does not explicitly state when to use this tool versus siblings, nor does it mention when not to use it or provide alternatives. Usage is implied but not explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
las_offertforfraganLäs offertförfråganAInspect
Status och inkomna offerter för en tidigare skapad offertförfrågan (token från skapa_offertforfragan). Varje offert bär företag, verifiering, betyg, summa och pristyp (fastpris = bindande; budget = riktpris som stäms av innan start). Använd valj_offert för att välja vinnare.
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Förfrågningstoken (returnerades av skapa_offertforfragan). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses each offer's fields (company, verification, rating, sum, price type) and explains price type meanings (fixed binding, budget target). No annotations, but description implies read-only behavior without side effects.
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?
Two sentences, no fluff, front-loaded with purpose and key details.
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 no output schema, description adequately explains what each offer contains and the tool's role in the workflow (create → read → select). Complete for a simple read tool.
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 has 100% coverage with description for 'token'. Description adds value by linking token to the creation step, clarifying its origin.
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?
Clearly states it reads status and offers for a previous offer request (using token). Distinguishes from 'valj_offert' (select winner) and 'skapa_offertforfragan' (create).
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?
Explicitly mentions token comes from 'skapa_offertforfragan' and directs to use 'valj_offert' to select winner, providing clear context and alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
las_tjanstLäs tjänstAInspect
Hämtar detaljer för en specifik tjänst via dess slug (från sok_tjanster).
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Tjänstens slug, t.ex. "koksrenovering-vara". |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It indicates a read operation via 'Hämtar detaljer', but does not disclose potential errors, rate limits, or other behavioral traits beyond retrieval.
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 concise sentence containing essential information with no fluff or redundancy.
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 low complexity (1 parameter, no output schema), the description is adequate but lacks specification of return value structure, which could help an agent process the output without additional inference.
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 100% with a clear description for the slug parameter. The tool description adds no additional semantic value beyond what is already in the schema.
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 explicitly states the tool retrieves details for a specific service by slug, and mentions the slug comes from sok_tjanster, clearly distinguishing it from sibling tools like sok_tjanster (search) and las_foretag (company).
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 indicates when to use the tool (after obtaining a slug from sok_tjanster) through clear context, but does not explicitly state when not to use it or name alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
lediga_tiderLediga tiderAInspect
Nästa lediga tider hos en leverantör — ur bolagets FAKTISKA kalender (scheman minus bokningar och frånvaro). slot_minuter anger passets längd; resurser listar valbara utförare. Använd en tid som bekraftad_tid i avropa_tjanst. vantande listar tider som redan avropats men ännu inte bekräftats av företaget — de går INTE att boka. platstyp anger var tjänsten utförs: hos_kund (kundens adress KRÄVS vid bokning), hos_foretaget eller distans.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Tjänstens slug (styr passlängd och utförare). Utelämnad: företagets första aktiva tjänst. | |
| antal | No | Antal tider att returnera (standard 5, max 120). | |
| orgnr | Yes | Leverantörens organisationsnummer. | |
| resurs | No | Filtrera på en specifik utförare (resurs-id från ett tidigare svar). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden. It explains that the tool shows actual calendar data minus bookings and absences, and that waiting times are already booked and cannot be booked. However, it does not disclose edge cases (e.g., no times available) or potential authorization requirements. The description is adequate but not comprehensive.
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 moderately concise with each sentence adding useful context. It is front-loaded with the main purpose. Some redundancy exists (e.g., explaining slot_minuter and resurser separately), but overall it is efficient and well-structured.
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 lack of output schema and annotations, the description covers the core functionality and key concepts (available times, waiting times, slot length, performers). However, it omits details on return value structure, error handling, or required permissions, leaving some gaps for an agent to rely on implicit knowledge.
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 100%, so baseline is 3. The description adds value by explaining the meaning of slot_minuter (derived from slug) and resurser (derived from resurs), and introduces the concept of platstyp (not a parameter) to clarify the service location context. This enrichment justifies a score above 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 clearly states that the tool retrieves the next available times from a provider's actual calendar (schedule minus bookings and absences). It specifies the key concepts like slot length, performers, and waiting times, distinguishing it from sibling tools like avropa_tjanst which is for ordering.
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 explains that the returned time should be used as 'bekraftad_tid' in avropa_tjanst, and warns that waiting times ('vantande') are not bookable. This provides clear usage context, though it does not explicitly contrast with other sibling tools for when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
skapa_offertforfraganSkapa offertförfråganAInspect
Skickar en GENERELL offertförfrågan — för jobb i alla storlekar — till flera verifierade företag i en bransch (t.ex. "bygga ut altan i Skara"). AI strukturerar briefen och matchande företag återkommer med varsin offert som kunden jämför. Använd för offertjobb i alla storlekar; för att boka en enskild leverantör direkt, använd avropa_tjanst. Giltiga branscher (profil): bygg, stad, it, konsult, transport, gront, kreativt, vard, generisk.
| Name | Required | Description | Default |
|---|---|---|---|
| ort | No | Ort där jobbet ska utföras (styr geografisk matchning). | |
| plats | No | Var uppdraget ska utföras. Utelämnad: företagen får fråga kunden. | |
| profil | Yes | Bransch/profil för jobbet. | |
| kontakt | Yes | Kundens kontaktuppgifter. | |
| beskrivning | Yes | Kundens beskrivning av jobbet i naturligt språk (minst 15 tecken). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden; it discloses that AI structures the brief and matched companies return quotes, but lacks details on side effects or response format.
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?
Two concise Swedish sentences plus a parenthetical, front-loaded with purpose, zero wasted words.
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?
Covers overall workflow and parameter usage well, but lacks explicit return value details; hints at outcome (quotes from companies) but no output schema given.
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 100%, baseline 3; description adds value by giving an example of 'beskrivning' (natural language) and stating that 'ort' controls geographic matching, plus high-level AI structuring context.
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?
Clearly states the tool sends a general request for quotes to multiple verified companies in an industry, with explicit distinction from sibling tool 'avropa_tjanst' for booking a single supplier.
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?
Explicitly says when to use (for quote jobs of all sizes) and when not to use (for booking a single supplier, use 'avropa_tjanst'), and lists valid profiles.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
sok_tjansterSök tjänsterAInspect
Sök lokala tjänster i fritext (t.ex. "snickare i Vara asap"). Tolkar kategori, ort och brådska och returnerar rankade leverantörer. tips listar smarta alternativ utanför den exakta träffbilden (annan ort, högre omdöme eller lägre pris) med skälet i klartext — bra att vidarebefordra till användaren.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Sökfråga i naturligt språk. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavior. It explains that it parses free text for category, location, and urgency, returns ranked providers, and lists tips with reasons. However, it does not mention whether the operation is read-only, rate limits, or error handling.
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, efficiently front-loading the core purpose and then adding key behavioral details about tips. Every clause adds value with no redundancy.
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 single-parameter tool with no output schema, the description adequately covers input interpretation and output behavior (ranked providers and tips). It could optionally mention result count limits or pagination, but is largely complete.
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 covers 100% of parameters, describing 'query' as a natural language search string. The description adds context that the query is interpreted for category, location, and urgency, enriching the schema's minimal 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 clearly states it searches local services in free text, interprets category, location, and urgency, and returns ranked providers. It distinguishes from sibling tools like 'avropa_tjanst' (order service) and 'las_foretag' (read company) as a search function.
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 local service providers via natural language queries. It mentions tips for alternatives, but does not explicitly state when not to use or compare to other search-like tools among siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
valj_offertVälj offertAInspect
Väljer vinnande offert på en offertförfrågan (id från las_offertforfragan). Vald → accepterad och företaget får kundens kontaktuppgifter; övriga avböjs vänligt och förfrågan stängs. Idempotent.
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Förfrågningstoken. | |
| offert_id | Yes | Offertens id (från las_offertforfragan). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description fully bears the transparency burden. It discloses idempotency and the side effects (acceptance, decline, contact info sharing, request closure), which are critical behavioral traits not otherwise conveyed.
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 sentence with clear front-loading of the action. Every clause adds value: the action, the source, the result, and idempotency. No wasted words.
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 simplicity (2 parameters, no output schema, no nested objects), the description provides all necessary context: what it does, its effect, and idempotency. It is fully sufficient for an agent to understand 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?
Schema description coverage is 100%: both parameters are described in the schema. The description reiterates 'id från las_offertforfragan' for offert_id, which adds no new information beyond the schema. Baseline 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 uses a specific verb ('Väljer vinnande offert') and clearly identifies the resource (a quote request from 'las_offertforfragan'). It distinguishes itself from siblings like 'skapa_offertforfragan' (create) and 'las_offertforfragan' (read) by describing the selection action.
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 explains the outcome of using the tool (accepts one, declines others, closes request) but does not explicitly state when to use it versus alternatives. However, given the sibling context and the tool's purpose, the usage context is clear.
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!