Skip to main content
Glama

hairdora

List quotes

list_quotes
Read-onlyIdempotent

List a bounded page of salon quotes in the authenticated user's organization, most recent first. Returns only the quote, client, and salon references needed for workflow chaining, status (DRAFT/PENDING/REJECTED/APPROVED), and start time. Free-text notes, quoted line details, discounts, contact details, and organization data are excluded server-side. Optionally filter by salonId, clientId, status, or time window; hasMore reports whether the bounded upstream window may contain more records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of quotes to return (default 20, maximum 100)
statusNoFilter by quote status (applied after fetching)
endTimeNoOnly quotes ending before this ISO 8601 time
salonIdNoFilter by a salon id returned by list_salons
clientIdNoFilter by a client id returned by list_clients
startTimeNoOnly quotes starting at or after this ISO 8601 time

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
quotesYes
hasMoreYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive hints. The description adds meaningful behavioral details: bounded paging, most recent ordering, limited fields returned, server-side exclusions, and the hasMore pagination indicator. This goes beyond annotations and gives the agent a clear expectation of behavior.

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, well-structured paragraph that front-loads the core action, then addresses returned fields, exclusions, filters, and pagination. It is efficient with no fluff, though slightly verbose in enumerating exclusions and filters.

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?

The description covers purpose, scope, returned fields, exclusions, filters, and pagination. Since an output schema exists, detailed return values are not necessary. It omits the default limit and error handling, but those are captured in the schema, so the description is largely complete for an agent.

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 input schema provides 100% descriptive coverage for all six parameters. The description merely restates that filters are optional, adding no new semantic meaning beyond what the schema already defines. With full schema coverage, the baseline of 3 is appropriate.

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 action (list a bounded page of salon quotes), scope (authenticated user's organization), and ordering (most recent first). It differentiates itself by focusing on salon quotes specifically, but does not explicitly name a sibling to contrast with, so it falls short of a 5.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. It implies use for listing quotes and mentions optional filters, but does not state when not to use it or point to a sibling like get_quote or list_appointments for other needs. There is no mention of alternatives or exclusions.

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