Skip to main content
Glama

get_verified_stay_offer

Retrieve a cryptographically signed stay offer from a host's domain. Verifies the offer's authenticity and freshness, returning guardrails to quote only signed availability, exact price, and direct booking URL.

Instructions

Fetch a signed VRP verified_stay_offer from a verified host-domain node and verify its Ed25519 compact JWS against that domain's JWKS. Reads the production signature.jws envelope, checks payload match and freshness, and returns agent guardrails so clients quote only signed availability, exact price, and direct booking URL. Never invent discounts or OTA comparisons outside the signed offer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesHost-owned vacation rental domain, e.g. villaakerlyckan.se.
check_inYesArrival date in YYYY-MM-DD format.
check_outYesDeparture date in YYYY-MM-DD format. Must be after check_in.
guestsYesTotal number of guests as integer >= 1.
languageNoOptional preferred response language, e.g. en or sv.
Behavior5/5

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

The description discloses key behaviors: reading the signature.jws envelope, checking payload match and freshness, and returning guardrails. It also states what the tool never does (invent discounts/OTA comparisons). No annotations exist, so the description fully carries the behavioral transparency burden.

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 four sentences long, front-loads the primary action, and every sentence adds value without redundancy. It is concise and well-structured.

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 explains the output ('agent guardrails') and their purpose, but lacks details on the structure of the return value (e.g., fields, types). Given the absence of an output schema, additional specifics would improve completeness.

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 coverage is 100%, so the baseline is 3. The description adds context like 'host-owned domain' and 'response language' but does not extend meaning beyond what the schema already provides for each parameter.

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 specific verb 'Fetch a signed VRP verified_stay_offer' and 'verify its Ed25519 compact JWS', identifying the resource and actions. It distinguishes from sibling tools focused on booking management and search.

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 description implies use for obtaining verified offers and advises against inventing discounts or OTA comparisons. However, it fails to explicitly state when not to use this tool or suggest alternatives.

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