Skip to main content
Glama
DLJRealty

guesty-mcp-server

by DLJRealty

get_maintenance_alerts

Read-onlyIdempotent

Retrieve open maintenance alerts for a property or entire portfolio. Filter by severity and view only unresolved (active) issues to prioritize critical repairs.

Instructions

List or filter open maintenance alerts for a specific property or across the whole portfolio. Supports severity filtering and active-only (unresolved) filtering. IoT-sourced today; future Phase will merge Guesty-native task alerts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
severityNoFilter by alert severity level (default: all)all
listingIdNoFilter alerts to a specific listing ID. Omit for portfolio-wide.
active_onlyNoOnly return active (unresolved) alerts (default: true)
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds useful context about data being IoT-sourced today and a future Phase change, which goes beyond the structured annotations. No contradiction.

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 sentences, each earning its place: purpose+scope, filtering capabilities, and data source/future context. Front-loaded and free of fluff.

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?

For a read-only filtered-list tool with strong annotations and full schema coverage, the description is complete. It covers purpose, portfolio/property scope, filtering options, and data source context, leaving no critical gaps.

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 covers 100% of parameters with descriptive text (severity, listingId, active_only). The description repeats filtering options but adds no new meaning beyond the schema, so baseline 3 is appropriate.

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?

Clearly states the resource (maintenance alerts) and the actions (list or filter), with explicit scope (specific property or whole portfolio). This distinguishes it from sibling tools like get_tasks or get_property_health by naming a specific domain.

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?

Implies usage for maintenance alerts with context about IoT-sourcing and a future merge with Guesty-native tasks, which signals when this tool is relevant. Does not explicitly name alternatives or exclusions, but the niche nature of the tool makes the intended use clear.

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/DLJRealty/guesty-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server