Skip to main content
Glama

list_services

List Opus Lumière (London photography studio) services with prices in GBP, deposits, durations and category. Read-only. Booking and secure payment are completed on the website - see booking_url in the result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description itself carries the burden of disclosing behavior. It clearly declares 'Read-only' and explains the booking flow, including the presence of booking_url in results. This is valuable context that goes beyond the empty schema.

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?

Two concise sentences deliver all essential information: the service listing scope, data fields, and a behavioral note. Every sentence adds value with no redundancy or 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?

For a simple list tool with no parameters and no output schema, the description covers the essential return fields, the studio identity, and the read-only/booking context. It fully prepares an agent to invoke and interpret results.

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?

The tool has zero parameters, so the schema provides no param descriptions. The description compensates by explaining what the result contains (GBP prices, deposits, durations, category, booking_url), which is more than necessary for a parameterless tool.

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 tool lists services for Opus Lumière photography studio, specifying the data included (prices, deposits, durations, category). This distinct verb+resource+scope makes its purpose unmistakable and differentiates it from siblings like check_availability or get_business_hours.

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?

It explicitly states 'Read-only' and notes that booking and payment are done on the website via booking_url, which tells the agent when to use this tool (for information) and implicitly when not (for booking). However, it doesn't explicitly list alternative tools 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.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a distinct purpose: checking availability, getting booking link, business hours, and listing services. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: check_availability, get_booking_link, get_business_hours, list_services. The naming is uniform and predictable.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose. Each tool covers a necessary aspect of the booking flow without unnecessary bloat.

Completeness5/5

The tool set covers the essential pre-booking information: services, availability, hours, and the booking link. Since payment and booking are intentionally handled on the website, the API surface is complete for its stated scope.

Resources