Skip to main content
Glama

assign_cleaner_to_rental_turnover

Destructive

Assign a cleaner to a vacation rental property turnover between bookings. Supports primary and backup cleaner assignments. Pass property_id, cleaner_id, booking_id, optional role (primary/backup), and scheduled_date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleNoRole: primary or backup
booking_idYesBooking UUID for the turnover
cleaner_idYesCleaner UUID
property_idYesProperty UUID or lilo_code
scheduled_dateNoScheduled date (ISO format)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, so the agent knows this is a mutation. The description adds the primary/backup role concept and scheduled_date context, which is useful. However, it does not disclose whether assigning a cleaner overwrites an existing assignment or any constraints on backup assignments, leaving some behavioral ambiguity.

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 two sentences, front-loaded with the core action and immediately followed by a concise parameter guidance list. Every word earns its place, with no fluff or repetition.

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?

Given that the schema fully documents parameters and there is no output schema, the description is mostly complete: it states the action, the timing, role options, and required vs optional inputs. It would benefit from mentioning whether existing assignments are replaced, but the destructive annotation already signals mutation, so this is a minor gap.

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?

The input schema already provides 100% coverage with descriptions for all five parameters. The description only restates the parameter names and highlights that role is primary/backup and scheduled_date is optional, which is redundant with the schema. The only slight addition is the phrase 'between bookings' contextualizing scheduled_date, but overall it does not add significant semantic value 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?

The description clearly states a specific action ('Assign a cleaner') and the target resource ('vacation rental property turnover between bookings'). This verb-object structure distinguishes it from sibling tools like get_rental_cleaning_schedule or create_rental_maintenance_task, making its purpose unambiguous.

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 provides clear usage context: it is for assigning cleaners to turnovers between bookings. It does not explicitly mention when to use alternatives like get_rental_cleaning_schedule for viewing assignments, but the context is sufficient to infer the intended use. A brief exclusion note would have earned a 5.

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.

Resources