Skip to main content
Glama
AppFreeticket

FreeTicket MCP Server

public_events_list

Retrieve a list of public events with optional filters by name, city, date range, and sorting by date or price. Enables B2C event discovery without authentication.

Instructions

Catálogo público de eventos publicados (GET /public/events). Descubrimiento B2C, sin login.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoBúsqueda por nombre/descripción
toNoFunciones hasta (ISO 8601)
cityNoFiltrar por ciudad
fromNoFunciones desde (ISO 8601)
pageNoPágina (default 1)
sortNo
pageSizeNoTamaño (default 20, máx 50)
Behavior3/5

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

Since no annotations are provided, the description carries the burden of behavioral disclosure. It states the tool is public and requires no login, which is helpful. However, it doesn't confirm read-only nature, pagination details, or other side effects. The description is minimally adequate but not thorough.

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?

Single sentence front-loads the purpose (public catalog, no login). No wasted words. Efficient and immediately scannable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 7 optional parameters and no output schema, the description provides minimal context. It doesn't describe return format, pagination behavior, or how results are ordered by default. While the schema covers parameters, the tool's overall behavior is underdescribed.

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 high (86%), so the description adds little beyond the schema's parameter descriptions. The tool description does not explain the filtering or sorting semantics in more detail. With high schema coverage, a baseline of 3 is appropriate.

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?

Description clearly states it's a public catalog of published events (B2C discovery without login). The tool name and description effectively communicate its listing purpose and distinguish it from sibling tools like public_events_get (single event) and public_events_availability.

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?

No explicit guidance on when to use this tool versus siblings like public_events_get or public_events_availability. The context implies it's for browsing/discovery, but lacks direct differentiation or usage constraints.

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/AppFreeticket/freeticket-mcp'

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