Skip to main content
Glama

hemmabo_host_onboarding_link

Read-onlyIdempotent

Provide a safe onboarding handoff URL for vacation-rental hosts to create their own booking website. Optionally prefill property, domain, city, country, and language; returns URL and preparation checklist.

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 — guests 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 — it already returns the same prefilled URL in its next_step. 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 prefill: they never change where the host lands — the URL always opens the same onboarding page with the passed details filled in; blank values are simply left out, and 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.
Install Server

TDQS

A5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, and the description reinforces and extends this by explicitly listing what it does not do: no account creation, no domain purchase, no Stripe configuration, no Supabase writes, no booking-site provisioning. It also clarifies that parameters are only prefill and never affect the landing page, and nothing is stored server-side – valuable behavioral context beyond the annotations.

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 long but every section earns its place: primary purpose, explicit alternatives, read-only safety disclaimers, parameter prefill semantics, and return-value scope. It is front-loaded with the action and audience, then handles exclusions and behavioral guarantees without repetition.

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 moderate complexity, six optional parameters, rich annotations, and an output schema, the description covers everything an agent needs: when to call it, what it returns, what it does not do, how parameters behave, and how it relates to siblings. There are no meaningful gaps left for the agent to infer.

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?

Although schema coverage is 100%, the description adds important cross-cutting parameter semantics: all parameters are optional prefill, they never change the destination URL, blank values are omitted, and nothing is stored server-side. This tells the agent the six parameters collectively behave as lightweight prefills rather than affecting routing or behavior, which the per-property schema descriptions do not convey.

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 names the specific verb and resource: returning a safe HemmaBo onboarding handoff URL for vacation-rental hosts. It also explicitly contrasts it with hemmabo_search_properties and hemmabo_host_readiness_check, so the agent can distinguish it from the most similar siblings without inspecting their schemas.

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?

It states exactly when to use the tool ('after explaining the fit or when the host asks to start'), when not to use it ('Not for guests'), and which sibling to use instead for guests (hemmabo_search_properties). It also routes evaluative conversations to hemmabo_host_readiness_check, which already returns the same URL, giving explicit alternatives and conditions.

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

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