Skip to main content
Glama

Book Consultation

book_consultation

Book a free consultation with Mirabello Consultancy. Requires email + programme interest/message and explicit consent. Delivers the enquiry to Mirabello and returns a tracked booking URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNowhy / use-case (e.g. second passport, EU residency, tax, mobility, family relocation)
nameNofull name
emailYesContact email address for the enquiry. Only ever send an address the user has explicitly provided for this purpose.
phoneNophone / WhatsApp (with country code)
budgetNoinvestment budget or band (e.g. "$250k", "up to $500k")
sourceNoorigin surface of this lead for attribution, e.g. "plan_path" when booking follows a plan_path result
consentNoUser consents to share details with Mirabello Consultancy (GDPR). Must be true to deliver.
messageNoshort comment / interest description
websiteNoleave blank (spam honeypot)
timelineNodesired timeline (e.g. "ASAP", "6 months", "within a year")
lead_heatNooptional pre-assessed lead heat (e.g. carry the plan_path conversion.lead_heat through) — escalates routing for qualified HNWIs
salutationNosalutation / honorific
family_sizeNowho is included (e.g. "single", "couple", "family of 4") — optional summary; prefer number_of_children + childrens_ages
nationalityNocurrent nationality (country name)
childrens_agesNochildren ages, comma-separated (e.g. 5, 12, 17)
marital_statusNomarried? Yes/No
preferred_channelNohow the client prefers to be contacted
residence_countryNocurrent country of residence (if different from nationality)
number_of_childrenNohow many children to include
programme_interestNoprogramme or shortlist of interest (e.g. "st-kitts-cbi" or "CBI Caribbean", or service category: "Citizenship by Investment", "Residency by Investment", "Citizenship by Marriage", "Citizenship by Descent", "Passport Renewal", "Government Advisory")

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoPresent only when the request could not be fulfilled.
termsNoAcceptable-use and information-not-advice terms.
sourceNoAttribution for the data.
providerNoAlways "Mirabello Consultancy".
disclaimerNoInformation, not legal/tax/financial/immigration advice; figures indicative.
data_updatedNoDate the underlying dataset was last updated.
book_a_consultationNoURL to book a Mirabello consultation.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / email / description
      Added value: +"Contact email address for the enquiry. Only ever send an address the user has explicitly provided for this purpose."
  2. Changed2 schema fields changed
    • removedInput schema / properties / conversation_summary
      Removed value: -{
      -  "description": "a short specialist-ready qualification summary of the chat so far (what the person wants, key facts they shared, budget/timeline/nationality signals, objections, open questions). The Mira layer injects this automatically; not for LLM-invented content.",
      -  "type": "string"
      -}
    • removedInput schema / properties / transcript
      Removed value: -{
      -  "description": "the full user↔Mira conversation transcript for the specialist to review. Injected automatically by the Mira layer.",
      -  "type": "string"
      -}
  3. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": true,
      +  "description": "Mirabello response envelope. Tool-specific fields vary; the provenance/disclaimer envelope is always present.",
      +  "properties": {
      +    "book_a_consultation": {
      +      "description": "URL to book a Mirabello consultation.",
      +      "type": "string"
      +    },
      +    "data_updated": {
      +      "description": "Date the underlying dataset was last updated.",
      +      "type": "string"
      +    },
      +    "disclaimer": {
      +      "description": "Information, not legal/tax/financial/immigration advice; figures indicative.",
      +      "type": "string"
      +    },
      +    "error": {
      +      "description": "Present only when the request could not be fulfilled.",
      +      "type": "string"
      +    },
      +    "provider": {
      +      "description": "Always \"Mirabello Consultancy\".",
      +      "type": "string"
      +    },
      +    "source": {
      +      "description": "Attribution for the data.",
      +      "type": "string"
      +    },
      +    "terms": {
      +      "description": "Acceptable-use and information-not-advice terms.",
      +      "type": "string"
      +    }
      +  },
      +  "type": "object"
      +}
  4. Changed2 schema fields changed
    • addedInput schema / properties / conversation_summary
      Added value: +{
      +  "description": "a short specialist-ready qualification summary of the chat so far (what the person wants, key facts they shared, budget/timeline/nationality signals, objections, open questions). The Mira layer injects this automatically; not for LLM-invented content.",
      +  "type": "string"
      +}
    • addedInput schema / properties / transcript
      Added value: +{
      +  "description": "the full user↔Mira conversation transcript for the specialist to review. Injected automatically by the Mira layer.",
      +  "type": "string"
      +}
  5. Changed2 schema fields changed
    • addedInput schema / properties / lead_heat
      Added value: +{
      +  "description": "optional pre-assessed lead heat (e.g. carry the plan_path conversion.lead_heat through) — escalates routing for qualified HNWIs",
      +  "enum": [
      +    "hot",
      +    "warm",
      +    "info"
      +  ],
      +  "type": "string"
      +}
    • addedInput schema / properties / source
      Added value: +{
      +  "description": "origin surface of this lead for attribution, e.g. \"plan_path\" when booking follows a plan_path result",
      +  "type": "string"
      +}
  6. Changed10 schema fields changed
    • addedInput schema / properties / childrens_ages
      Added value: +{
      +  "description": "children ages, comma-separated (e.g. 5, 12, 17)",
      +  "type": "string"
      +}
    • changedInput schema / properties / family_size / description
      Previous value: -"who is included (e.g. \"single\", \"couple\", \"family of 4\")"New value: +"who is included (e.g. \"single\", \"couple\", \"family of 4\") — optional summary; prefer number_of_children + childrens_ages"
    • addedInput schema / properties / marital_status
      Added value: +{
      +  "description": "married? Yes/No",
      +  "enum": [
      +    "Yes",
      +    "No"
      +  ],
      +  "type": "string"
      +}
    • addedInput schema / properties / message / description
      Added value: +"short comment / interest description"
    • addedInput schema / properties / name / description
      Added value: +"full name"
    • changedInput schema / properties / nationality / description
      Previous value: -"current nationality / country of residence"New value: +"current nationality (country name)"
    • addedInput schema / properties / number_of_children
      Added value: +{
      +  "description": "how many children to include",
      +  "type": "number"
      +}
    • changedInput schema / properties / programme_interest / description
      Previous value: -"programme or shortlist of interest (e.g. \"st-kitts-cbi\" or \"CBI Caribbean\")"New value: +"programme or shortlist of interest (e.g. \"st-kitts-cbi\" or \"CBI Caribbean\", or service category: \"Citizenship by Investment\", \"Residency by Investment\", \"Citizenship by Marriage\", \"Citizenship by Descent\", \"Passport Renewal\", \"Government Advisory\")"
    • addedInput schema / properties / residence_country
      Added value: +{
      +  "description": "current country of residence (if different from nationality)",
      +  "type": "string"
      +}
    • addedInput schema / properties / salutation
      Added value: +{
      +  "description": "salutation / honorific",
      +  "enum": [
      +    "Mr.",
      +    "Ms.",
      +    "Mrs.",
      +    "Sheikh",
      +    "Prof.",
      +    "Dr."
      +  ],
      +  "type": "string"
      +}
  7. Changed8 schema fields changed
    • addedInput schema / properties / budget
      Added value: +{
      +  "description": "investment budget or band (e.g. \"$250k\", \"up to $500k\")",
      +  "type": "string"
      +}
    • addedInput schema / properties / family_size
      Added value: +{
      +  "description": "who is included (e.g. \"single\", \"couple\", \"family of 4\")",
      +  "type": "string"
      +}
    • addedInput schema / properties / goal
      Added value: +{
      +  "description": "why / use-case (e.g. second passport, EU residency, tax, mobility, family relocation)",
      +  "type": "string"
      +}
    • addedInput schema / properties / nationality
      Added value: +{
      +  "description": "current nationality / country of residence",
      +  "type": "string"
      +}
    • addedInput schema / properties / phone
      Added value: +{
      +  "description": "phone / WhatsApp (with country code)",
      +  "type": "string"
      +}
    • addedInput schema / properties / preferred_channel
      Added value: +{
      +  "description": "how the client prefers to be contacted",
      +  "enum": [
      +    "email",
      +    "phone",
      +    "whatsapp",
      +    "telegram",
      +    "wechat"
      +  ],
      +  "type": "string"
      +}
    • addedInput schema / properties / programme_interest / description
      Added value: +"programme or shortlist of interest (e.g. \"st-kitts-cbi\" or \"CBI Caribbean\")"
    • addedInput schema / properties / timeline
      Added value: +{
      +  "description": "desired timeline (e.g. \"ASAP\", \"6 months\", \"within a year\")",
      +  "type": "string"
      +}
  8. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already indicate a write operation (readOnlyHint=false) and non-destructive nature. The description adds that the enquiry is delivered to Mirabello (external data sharing) and requires explicit consent, plus it returns a tracked booking URL. These are meaningful behavioral traits 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?

Three short sentences with zero redundancy. The core action is front-loaded, and the requirements and outcome are stated efficiently. No fluff.

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

Completeness3/5

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

Given the tool's complexity (20 parameters) and the presence of a detailed output schema, the description is adequate but not exhaustive. It does not guide the agent on which optional parameters matter most or provide any edge-case handling, but the schema's rich descriptions largely compensate. It could be more helpful for a tool this complex.

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 all 20 parameters are already documented in detail. The description adds that email, programme interest/message, and consent are required together, which is not explicit in the schema (only email is required). This is a useful but minor addition beyond the schema.

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?

States a specific verb ('Book') and resource ('free consultation with Mirabello Consultancy'), and adds key requirements and output. It clearly distinguishes itself from sibling tools like create_enquiry by focusing on booking a consultation rather than a generic enquiry.

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

Usage Guidelines2/5

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

The description lists prerequisites (email, programme interest/message, consent) but gives no guidance on when to use this tool vs alternatives such as create_enquiry or plan_path. No exclusions or alternative routing are mentioned, leaving the agent to infer the appropriate context.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.