Skip to main content
Glama

star365 HQ

booking_menu

booking_menu
Read-onlyIdempotent

List what can be booked at a shop (services and staff). Read-only (action=booking.menu), no money moves. If a service kind is appointment use booking_reserve; if it is class it is a group session with a separate flow. / 매장에서 무엇을 예약할 수 있는지 조회(읽기 전용)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesShop identifier (slug), e.g. geomam. / 매장 식별자(slug)
agent_idNoCalling agent id, for the audit trail. / 호출 에이전트 식별자(감사 추적용)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint and destructiveHint=false, so the safety profile is covered. The description adds 'no money moves' and the internal action name, which are mildly useful, but it does not describe return shape or any access constraints.

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?

Front-loaded with the core behavior and then the routing rule in a compact form. The bilingual duplication and the internal action= token add minor noise but no real bloat.

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?

For a read-only listing tool with full schema coverage and no output schema, the description covers what is returned (services and staff) and when to divert to booking_reserve. It stops short of describing the item structure returned, but the essentials are present.

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 description coverage is 100% with only two parameters (slug, agent_id), both documented in-schema. The description adds no syntax, format, or constraint detail beyond what the schema already provides, so the baseline 3 applies.

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?

States a specific verb and resource ('List what can be booked at a shop') with the scope of what is returned (services and staff). It further distinguishes itself from siblings by naming booking_reserve and the class-session flow, so an agent can route without opening other schemas.

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?

Explicitly routes: appointment-kind services go to booking_reserve, class-kind to a separate group flow. That is clear when-to-use guidance. However the class alternative is never named, leaving that branch to inference.

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