Skip to main content
Glama

List clients

acuity_list_clients
Read-only

List clients on the account, optionally filtered by a search string (name/email/phone). Acuity REST: GET /clients.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoOptional search string to match client name, email, or phone.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior2/5

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

Annotations include readOnlyHint: true, and the description aligns with that. The description adds the REST endpoint but no additional behavioral context beyond what annotations already provide. For a read-only listing tool, this is minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that states the main action and optional filter. It is front-loaded and concise, with no redundant information.

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 low complexity (one optional parameter, no output schema, read-only), the description is sufficient for an agent to understand the tool's purpose and basic usage. Could mention return format but not necessary.

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?

Schema has 100% description coverage with one parameter 'search'. The description adds that search matches 'name/email/phone', which clarifies the parameter's purpose beyond the schema's own description.

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 title 'List clients' and description 'List clients on the account, optionally filtered by a search string (name/email/phone)' clearly state the operation and resource. The mention of optional search distinguishes it from other list tools.

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 for listing clients with optional search, but does not explicitly state when to use this tool over alternatives like acuity_list_appointments or acuity_list_calendars. No when-not or alternatives are provided.

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.