Skip to main content
Glama

hairdora

List clients

list_clients
Read-onlyIdempotent

List a bounded page of clients in the authenticated user's organization. Returns only client id, display name, salon reference, and last-edit time for safe appointment workflow chaining. Email, phone, address, operator notes, service/color history, organization data, and other profile fields are excluded server-side. Optionally filter by salonId; results are capped by limit (default 20, maximum 100) and hasMore reports truncation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of clients to return (default 20, maximum 100)
salonIdNoFilter by a salon id returned by list_salons

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
clientsYes
hasMoreYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds valuable behavioral detail: server-side field exclusion, bounded results, the limit cap, and hasMore truncation reporting. No contradictions with 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?

Every sentence contributes meaningful information: what is returned, what is excluded, and how pagination/filtering work. The most important scoping details are front-loaded, and there is no filler.

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?

The description is fully sufficient for an agent to select and invoke the tool correctly. It covers the return scope, exclusions, optional filtering, pagination limits, and truncation reporting, and an output schema exists so return-value details are not the description's responsibility.

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 coverage is 100%, with both limit and salonId fully described in the schema. The description restates the default/maximum and filtering behavior but adds no new semantic meaning beyond what the schema already provides.

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 states a specific verb ('List') and resource ('clients'), and further specifies a bounded page within the authenticated user's organization. The scope is precise and the tool is clearly distinguishable from siblings like get_client and list_appointments.

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 gives clear context: this is for lightweight appointment workflow chaining and intentionally excludes full profile data. It implies that richer client details would come from get_client, though it does not explicitly state when to prefer an alternative.

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