Sami Vacation Stays Panama Travel Concierge

com.samivacationstays.sami-vacation-stays-panama-traSami Vacation StaysRegistered: Jul 26, 2026
Community

Description

A multilingual Panama travel concierge for prospective guests. Answers questions about vacation planning, stays, group travel, safety, payments and cancellations; checks discovery-call availability; and books 30-minute Google Meet calls with Sami. Supports English, French, Spanish and German.

Skills

Answer FAQ questions

faq

Match a free-text question against the Sami Vacation Stays FAQ and return the best answer, plus related questions. Send "list" to receive all 30 questions for a language. Pass a `locale` (en, fr, es, de) in message metadata to search a single language.

Example prompts:
"Is Panama safe for tourists?"
"How is Sami different from a regular booking platform?"
"What is the cancellation policy?"
"How do payments work?"
"How does the planning process work?"
"list"
faqpanamavacationtravelhospitalitybookingsstays

List discovery-call availability

list-availability

Return Sami's open 30-minute discovery-call slots. Send a DataPart: {"skill":"list-availability","from":"YYYY-MM-DD","to":"YYYY-MM-DD","timeZone":"America/Panama"}. All three fields are optional; the default window is the next 14 days in America/Panama and it may span at most 31 days. Returns a DataPart whose `slots` maps each YYYY-MM-DD to an array of ISO-8601 start times.

Example prompts:
"{"skill":"list-availability"}"
"{"skill":"list-availability","from":"2026-08-01","to":"2026-08-08","timeZone":"America/New_York"}"
availabilityschedulingcalendarpanamavacation

Book a discovery call with Sami

book-discovery-call

Book a 30-minute Google Meet call with Sami. Send a DataPart: {"skill":"book-discovery-call","intent":"stay","name":"...","email":"...","start":"2026-08-03T14:00:00Z","timeZone":"America/Toronto","language":"en","notes":"..."}. `start` must be an ISO-8601 instant with an explicit offset, at least 120 minutes ahead. IMPORTANT — this skill is for prospective guests only. `intent` must be one of: stay, long-stay, extended-stay, group-travel, digital-nomad. Requests declaring owner-inquiry, vendor, supplier, partnership, sales, marketing, recruiting, other, or any other value, are refused: use the contact form at https://www.samivacationstays.com/contact instead. Returns a DataPart with `bookingUid`, `start`, `end`, and `meetingUrl`.

Example prompts:
"{"skill":"book-discovery-call","intent":"stay","name":"Ada Lovelace","email":"[email protected]","start":"2026-08-03T14:00:00Z","timeZone":"Europe/London","notes":"Family of four, Playa Blanca, first week of September."}"
bookingschedulingmeetinggoogle-meetpanamavacationconsultation

System Capabilities

Input Modes

Text (default)

Output Modes

Text (default)

Streaming

✗ Not supported

Category

General / Lifestyle

Agent Card Schema

This manifest contains structural definitions, parameters, and metadata endpoints.

{
  "display_name": "Sami Vacation Stays FAQ Agent",
  "description": "Answers questions about Sami Vacation Stays — a personalized Panama vacation hospitality service — from its published FAQ and question/answer pairs. Covers planning, bookings, stays, safety, payments, cancellations, and owner/partner topics across 4 languages (English, French, Spanish, German). Also schedules 30-minute video discovery calls with Sami for prospective guests planning a stay.",
  "manifest_url": "https://www.samivacationstays.com/.well-known/agent-card.json",
  "openapi_url": "https://www.samivacationstays.com/api/a2a",
  "version": "1.1.0",
  "category": "General",
  "target_audience": "General",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "faq",
      "name": "Answer FAQ questions",
      "description": "Match a free-text question against the Sami Vacation Stays FAQ and return the best answer, plus related questions. Send \"list\" to receive all 30 questions for a language. Pass a `locale` (en, fr, es, de) in message metadata to search a single language.",
      "tags": [
        "faq",
        "panama",
        "vacation",
        "travel",
        "hospitality",
        "bookings",
        "stays"
      ],
      "examples": [
        "Is Panama safe for tourists?",
        "How is Sami different from a regular booking platform?",
        "What is the cancellation policy?",
        "How do payments work?",
        "How does the planning process work?",
        "list"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    },
    {
      "id": "list-availability",
      "name": "List discovery-call availability",
      "description": "Return Sami's open 30-minute discovery-call slots. Send a DataPart: {\"skill\":\"list-availability\",\"from\":\"YYYY-MM-DD\",\"to\":\"YYYY-MM-DD\",\"timeZone\":\"America/Panama\"}. All three fields are optional; the default window is the next 14 days in America/Panama and it may span at most 31 days. Returns a DataPart whose `slots` maps each YYYY-MM-DD to an array of ISO-8601 start times.",
      "tags": [
        "availability",
        "scheduling",
        "calendar",
        "panama",
        "vacation"
      ],
      "examples": [
        "{\"skill\":\"list-availability\"}",
        "{\"skill\":\"list-availability\",\"from\":\"2026-08-01\",\"to\":\"2026-08-08\",\"timeZone\":\"America/New_York\"}"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "book-discovery-call",
      "name": "Book a discovery call with Sami",
      "description": "Book a 30-minute Google Meet call with Sami. Send a DataPart: {\"skill\":\"book-discovery-call\",\"intent\":\"stay\",\"name\":\"...\",\"email\":\"...\",\"start\":\"2026-08-03T14:00:00Z\",\"timeZone\":\"America/Toronto\",\"language\":\"en\",\"notes\":\"...\"}. `start` must be an ISO-8601 instant with an explicit offset, at least 120 minutes ahead. IMPORTANT — this skill is for prospective guests only. `intent` must be one of: stay, long-stay, extended-stay, group-travel, digital-nomad. Requests declaring owner-inquiry, vendor, supplier, partnership, sales, marketing, recruiting, other, or any other value, are refused: use the contact form at https://www.samivacationstays.com/contact instead. Returns a DataPart with `bookingUid`, `start`, `end`, and `meetingUrl`.",
      "tags": [
        "booking",
        "scheduling",
        "meeting",
        "google-meet",
        "panama",
        "vacation",
        "consultation"
      ],
      "examples": [
        "{\"skill\":\"book-discovery-call\",\"intent\":\"stay\",\"name\":\"Ada Lovelace\",\"email\":\"[email protected]\",\"start\":\"2026-08-03T14:00:00Z\",\"timeZone\":\"Europe/London\",\"notes\":\"Family of four, Playa Blanca, first week of September.\"}"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ],
  "default_input_modes": [
    "text/plain",
    "application/json"
  ],
  "default_output_modes": [
    "text/plain",
    "application/json"
  ],
  "extra": {
    "protocolVersion": "0.3.0",
    "preferredTransport": "JSONRPC",
    "provider": {
      "organization": "Sami Vacation Stays",
      "url": "https://www.samivacationstays.com"
    },
    "documentationUrl": "https://www.samivacationstays.com/faq",
    "iconUrl": "https://www.samivacationstays.com/logo-no-border.png",
    "supportsAuthenticatedExtendedCard": false
  },
  "found": true,
  "strategy": "manifest-a2a",
  "protocol_std": "a2a"
}

Actions

Test in Playground

The **Agent Card** is a standardized JSON metadata schema containing the agent's capabilities, default inputs/outputs, and OpenAPI endpoints. Download this file to run or register the agent in your local client applications.

Registry Metadata

RegisteredJul 26, 2026
Last UpdatedJul 26, 2026
Standarda2a
Sourcemanual
Suggestions5 times