Fursat
Server Details
AI-bookable curated vacation homes in Northeast India and the Himalayas. Book on WhatsApp.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 3 of 3 tools scored. Lowest: 3.4/5.
Each tool has a clear, distinct purpose: retrieving a single listing, searching for listings, and initiating an inquiry. No overlap or confusion.
All tool names follow a consistent verb_noun snake_case pattern (get_listing, search_listings, start_inquiry), making them predictable.
With only three tools, the set is minimal but covers the essential operations for the domain (search, view details, initiate booking). Slightly under-scaled but reasonable.
The surface covers the key user journey: searching, viewing details, and starting an inquiry. Missing features like filtering or user favorites are acceptable given the focused scope.
Available Tools
3 toolsget_listingBInspect
Get details for a single Fursat home by its URL slug. Returns the canonical detail URL plus a short summary.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | URL slug of the listing (e.g., 'pudung-farm'). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided. The description states what the tool returns (canonical URL and summary) implying read-only behavior, but does not disclose any side effects, auth requirements, or rate limits. With zero annotation coverage, the description is adequate but not comprehensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, no fluff. Clearly states purpose and what is returned. Efficiently communicates essential information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and no output schema, the description covers the return format (canonical URL + summary). It could be more detailed about the summary content, but overall is sufficiently complete for the complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with one parameter described. The description repeats the schema's explanation but adds an example slug. Since the schema already describes the parameter, this adds marginal value, meeting the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it gets details for a single listing by URL slug and returns a canonical URL and summary. It implicitly distinguishes from 'search_listings' (which would be a search) but could be more explicit.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. Sibling tools 'search_listings' and 'start_inquiry' exist but the description does not mention them or provide context for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_listingsAInspect
Search Fursat's curated catalog of vacation homes in Northeast India and the Himalayas. Returns published homes with a Google rating of 4.3 or higher. Use this when a traveler asks about accommodation suggestions in this region (Meghalaya, Himachal, Uttarakhand, Sikkim, Assam, Arunachal Pradesh, etc.).
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City filter, case-insensitive contains-match (e.g., 'cherrapunji', 'manali', 'shillong'). | |
| query | No | Free-text keywords matched against title, city, location (e.g., 'mountain view Cherrapunji', 'lake Nainital'). | |
| state | No | State slug (e.g., 'meghalaya', 'himachal-pradesh', 'uttarakhand', 'sikkim', 'arunachal-pradesh', 'nagaland', 'assam', 'tripura', 'manipur', 'mizoram', 'west-bengal'). | |
| minRating | No | Minimum Google rating, default 4.3. | |
| maxResults | No | Max results to return, default 10, capped at 20. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses that only published homes with Google rating ≥4.3 are returned, but does not mention default values (minRating default 4.3), ordering, or that the tool is read-only. Some behavioral traits are implicit but not fully transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, concise and front-loaded. Every sentence adds value: the first defines functionality and constraints, the second gives usage guidance. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a search tool with 5 optional parameters and no output schema, the description covers the key usage context (region, rating filter). It does not repeat schema details but effectively summarizes when to use. A missing element is explicit mention that all parameters are optional, but that is clear from the schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description does not add significant meaning beyond the schema for parameters; it only reinforces the region and quality filter. No parameter-specific elaboration is provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states that the tool searches a curated catalog of vacation homes in a specific region (Northeast India and Himalayas) with a quality filter (Google rating ≥4.3). It uses specific verbs ('Search') and resource ('curated catalog'), distinguishing it from sibling tools like get_listing and start_inquiry.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly advises when to use the tool ('when a traveler asks about accommodation suggestions in this region') and lists the covered states. It does not explicitly mention when not to use it, but the sibling contexts imply alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
start_inquiryAInspect
Generate a WhatsApp inquiry link for a Fursat home. Returns a wa.me URL that opens WhatsApp with a prefilled message identifying the listing and (optionally) the guest's dates, party size, and notes. Use this when a traveler wants to actually book or inquire about a specific home after seeing it in search results. Bookings on Fursat happen on WhatsApp — there is no online checkout.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | URL slug of the Fursat listing (e.g., 'pudung-farm'). | |
| notes | No | Free-text notes the assistant should include in the inquiry (e.g., 'celebrating an anniversary', 'need airport pickup quote'). Optional, keep under 280 chars. | |
| guests | No | Total number of guests. Optional. | |
| checkIn | No | Check-in date in ISO format YYYY-MM-DD. Optional; include only if the guest specified a date. | |
| checkOut | No | Check-out date in ISO format YYYY-MM-DD. Optional; include only if the guest specified a date. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses that the tool returns a wa.me URL with a prefilled message, and explains the booking flow (no online checkout). This is transparent for a non-destructive tool, though it could mention whether any side effects (e.g., logging) occur.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise (three sentences) and front-loaded with the core purpose. Every sentence adds value without redundancy. It follows a logical flow: what it does, what it returns, when to use it, and a key context note.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 5 parameters (1 required), no output schema, and no nested objects, the description covers the tool's purpose, output (wa.me URL), and parameter usage constraints. It could optionally specify the exact type of return value, but the context is sufficient for an agent to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, but the description adds value beyond the schema: it explains that 'slug' is the URL slug of the listing, 'notes' should be under 280 chars and may include specific requests, and checkIn/checkOut should only be included if the guest specified dates. This provides usage constraints and formatting guidance that the schema alone does not.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it generates a WhatsApp inquiry link for a Fursat home, specifying the action (generate), resource (WhatsApp inquiry link), and distinguishing from siblings (get_listing, search_listings) by focusing on the inquiry action for bookings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says 'Use this when a traveler wants to actually book or inquire about a specific home after seeing it in search results.' It also notes that bookings happen on WhatsApp, providing context. While it does not explicitly list when NOT to use or contrast with siblings, the guidance is clear enough for an agent to decide.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!