Skip to main content
Glama
marek-knappe

TryBooking MCP Server

by marek-knappe

get_booking_sales

Get booking sales report for a specified date range (max 180 days). Input start and end dates to retrieve detailed sales data.

Instructions

Get booking sales report (max 180 days range)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endDateYesEnd date (yyyy-MM-dd)
startDateYesStart date (yyyy-MM-dd)
Behavior2/5

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

With no annotations, the description must disclose behavior. It only states it's a report, implying read-only, but does not explicitly confirm safety, side effects, or response format. A clear read-only assertion is missing.

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?

A single, concise sentence that front-loads the purpose and constraint. No unnecessary words, making it efficient for an agent to parse.

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 tool is simple with two date parameters and no nested objects or output schema. The description addresses the key constraint, but could mention the return type or aggregation level for full completeness.

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 input schema covers both parameters with format descriptions. The description adds a critical constraint (max 180 days range) that is not in the schema, enhancing parameter semantics.

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 retrieves a booking sales report, specifying a maximum date range of 180 days. This differentiates it from sibling tools like get_ticket_sales or get_event_sales by targeting booking-specific sales data.

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 provides a clear constraint (max 180 days range) that guides when to use this tool. However, it does not explicitly tell when to avoid it or suggest alternatives, though the sibling list implies context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/marek-knappe/TryBookingMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server