Skip to main content
Glama
palarkin

OwnerRez MCP Server

by palarkin

List Properties

ownerrez_list_properties
Read-onlyIdempotent

List properties from OwnerRez with compact or full details, filter by active status, and set a result limit.

Instructions

List properties. Returns a compact view by default (id, name, active, beds/baths, guests, city, type); set full=true for every field. Use limit to cap results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fullNoReturn every field instead of the compact view.
limitNoMax properties to return.
activeNoFilter by active status.
include_tagsNo
include_fieldsNo
Behavior4/5

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

Annotations already declare the tool read-only and idempotent. The description adds useful behavioral context about the default compact view, the full=true switch, and the use of limit to cap results, which informs expected behavior without contradicting 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?

The description is compact and front-loaded, with the core action stated first followed by relevant output and parameter behavior. Every clause adds value without redundancy.

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 the absence of an output schema, the description lists the compact view fields and explains the full option, covering the main use cases. It misses semantics for include_tags and include_fields, but overall it provides sufficient context for an agent to understand the tool's purpose and basic behavior.

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 description elaborates on the full and limit parameters, explaining what full=true does and how limit caps results, which goes slightly beyond the schema descriptions. However, it provides no information about include_tags and include_fields, leaving those parameters ambiguous.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists properties, with a specific verb and resource. It also provides details about the compact view and full option, giving scope beyond a simple 'list'. While it doesn't explicitly contrast with get_property, the naming and behavior are unambiguous.

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

Usage Guidelines3/5

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

The description implies when to use the tool (to retrieve multiple properties) and mentions options like full and limit, but does not explicitly compare with sibling tools like get_property. There is no exclusionary guidance such as 'for a single property, use get_property instead.'

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/palarkin/OwnerRez-MCP'

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