Skip to main content
Glama

hemmabo_host_onboarding_link

Read-onlyIdempotent

Generate a secure HemmaBo onboarding handoff URL for vacation-rental hosts who want their own booking website. Prefills property, location, domain, and language—no data stored.

Instructions

Return a safe HemmaBo onboarding handoff URL for a vacation-rental host who wants their own booking website or booking engine. Not for guests — a guest looking for a place to stay should use hemmabo_search_properties instead. Use after explaining the fit or when the host asks to start; if the host is still evaluating whether HemmaBo fits, run hemmabo_host_readiness_check first. This tool is read-only and does not create a HemmaBo account, buy a domain, configure Stripe, write to Supabase, or provision a booking site. It returns the URL, what the host gets, and what the host should prepare. All parameters are optional and only enrich the returned onboarding URL — propertyName, country/region/city, domain, and language are prefilled into it, so the host lands with their details already filled in; nothing is stored server-side.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity or municipality (e.g. 'Kävlinge', 'Florence'). Optional; used in onboarding URL prefill when provided.
domainNoHost-owned domain without protocol or path (e.g. 'villaakerlyckan.se', 'myvilla.it'). Optional; omit when the host has not chosen a domain yet. Invalid: 'https://...', paths, ports, or booking URLs.
regionNoRegion or area (e.g. 'Skåne', 'Toscana', 'Marrakech-Safi'). Optional; narrows onboarding handoff and proof examples.
countryNoCountry where the property operates (e.g. 'Sweden', 'Italy', 'Morocco'). Optional; improves onboarding URL locale and fit assessment.
languageNoISO 639-1 language hint for onboarding copy (e.g. 'sv', 'en', 'de', 'fr'). Optional; omit to default to English.
propertyNameNoProperty or business display name (e.g. 'Villa Åkerlyckan'). Optional; carried into onboarding URL when provided.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
productYesHemmaBo product, pricing, onboarding URL, and live proof URLs.
next_stepYesSafe handoff action for the host.
setup_itemsYesInputs the host should prepare before onboarding.
capabilitiesYesHost-facing capabilities included in HemmaBo.
privacy_noteNoClarifies that the call is read-only and does not store host data.
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint, etc.), the description adds substantial behavioral context: 'does not create a HemmaBo account, buy a domain, configure Stripe, write to Supabase, or provision a booking site.' It also clarifies that 'nothing is stored server-side' and that parameters only prefill the URL. This goes far beyond the annotations without contradicting them.

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 front-loaded with the primary purpose, then proceeds through exclusions, usage, safety, and parameter behavior. It is somewhat long but every sentence contributes needed context—no filler or redundancy. It is appropriately sized for the tool's complexity, though not minimal.

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

Completeness5/5

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

Given the tool's 6 optional parameters, no required fields, and existing output schema, the description is complete: it covers what the tool does, who it is for, when to use it, safety guarantees, and high-level return contents ('returns the URL, what the host gets, and what the host should prepare'). The output schema handles detailed return fields, so no further explanation is needed.

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?

Schema coverage is 100%, so baseline is 3. The description adds collective parameter semantics: 'All parameters are optional and only enrich the returned onboarding URL... prefilled into it... nothing is stored server-side.' This clarifies the purpose and side-effect-free nature beyond individual schema descriptions, earning a 4.

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 begins with a specific verb and resource: 'Return a safe HemmaBo onboarding handoff URL for a vacation-rental host.' It clearly distinguishes from siblings by stating 'Not for guests — a guest looking for a place to stay should use hemmabo_search_properties instead.' This directly differentiates the tool from the search tool among the sibling list.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use guidance: 'Use after explaining the fit or when the host asks to start.' It also gives an alternative for a different situation: 'if the host is still evaluating whether HemmaBo fits, run hemmabo_host_readiness_check first.' This names specific alternative tools and excluded audiences.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HemmaBo-se/hemmabo-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server