Skip to main content
Glama
jgonzalez007

OwnerRez MCP Server

by jgonzalez007

list_payments

Retrieve guest payments from OwnerRez, optionally filtered by a specific booking ID, to review transaction history and reconcile charges.

Instructions

List guest payments, optionally for a single booking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_itemsNo
booking_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavioral traits. It only states 'List', implying a read-only operation, but does not explicitly confirm non-mutating behavior, permissions, or any side effects. No additional behavioral context is provided.

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 a single, focused sentence that front-loads the core purpose and includes the optional filter. It is concise and avoids redundancy, making it easy to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is minimal and does not clarify what constitutes a 'payment' or any nuances of the data returned. Since an output schema exists, return format is not required, but the lack of context about payment semantics or pagination (relevant to max_items) leaves the tool incomplete for an agent unfamiliar with the domain.

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 clarifies the booking_id parameter as an optional filter ('optionally for a single booking'), but does not explain max_items at all. With zero schema-level parameter descriptions, this partial clarification adds some value but leaves one parameter completely unaddressed.

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 the action ('List') and the resource ('guest payments'), and specifies an optional filter by booking. This is a specific, concise statement that distinguishes it from other list_* siblings like list_bookings or list_properties.

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 usage via the optional booking filter, but it does not explicitly mention when to use this tool instead of alternatives (e.g., when to use list_payments vs list_refunds). No conditions or exclusions are provided beyond the optional booking parameter, leaving some ambiguity.

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

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