Skip to main content
Glama

A-du: ADU rentals, plans and rules

Subscribe to listing alerts

subscribe_listing_alert
Idempotent

Email the signed-in person when new A-du rentals match these filters. One saved search per person: subscribing again replaces it. Pass unsubscribe: true to stop. Filters match search_rentals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
furnishedNo
max_priceNo
min_priceNo
unsubscribeNoRemove the saved search instead of creating one.
bedrooms_minNo
pets_allowedNo
bathrooms_minNo
property_typeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already convey non-read-only, idempotent, and non-destructive hints. The description adds useful behavior beyond those: the one-saved-search-per-person replacement rule, the email trigger on new matches, and the stop mechanism. No contradiction with the annotations is apparent.

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 four short sentences with no filler. The main purpose is front-loaded, followed by replacement behavior, the unsubscribe switch, and the filter-semantics pointer. Every sentence earns its place.

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?

For a 9-parameter subscription tool with no output schema, the description covers the essential state model, trigger behavior, and stop mechanism. It could mention what the tool returns after subscribing or unsubscribing, but that is not critical for calling it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With only 11% schema description coverage, the description compensates by saying the filters match search_rentals, letting the agent reuse that sibling tool's parameter semantics. It also explicitly clarifies that unsubscribe=true removes the saved search. The remaining parameter names are self-explanatory, though edge-case semantics are not fully spelled out.

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 opens with a specific action and resource: emailing the signed-in person when new A-du rentals match the supplied filters. It also distinguishes itself from search_rentals by framing the tool as a subscription for future matching listings, and it explicitly describes the unsubscribe path.

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?

It gives practical lifecycle guidance: there is one saved search per person, resubscribing replaces it, and unsubscribe=true stops alerts. It also points the agent to search_rentals for filter semantics. However, it does not explicitly state when to prefer search_rentals over this tool, so it falls just short of full when/when-not guidance.

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