Skip to main content
Glama

Azul CR — Costa Rica Local Business Data

get_events

List upcoming events in Costa Rica. Returns title, date, venue, city, organizer, and URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
limitNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

There are no annotations, so the description carries the full behavioral burden. It usefully indicates this is a read-only listing and enumerates the returned fields, but it does not disclose ordering, filtering behavior, pagination, or data freshness. This is adequate but leaves gaps.

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 with no filler. The core purpose is front-loaded, and the return-field list is useful because no output schema is provided.

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?

For a simple list tool with two optional parameters, the description gives a clear purpose and return fields. However, it omits parameter behavior and any usage guidance, and since there is no output schema, the description must carry more completeness weight than it does.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides no property descriptions (0% coverage), and the description does not mention the 'city' or 'limit' parameters. Their names are somewhat self-explanatory, but the description adds no explicit meaning about how filtering or limiting behaves.

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 verb ('List'), the resource ('upcoming events'), and the geographic scope ('in Costa Rica'). This is enough to distinguish get_events from sibling tools like find_jobs and get_business.

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 guidance is given about when to choose get_events over the siblings, nor are there any exclusions or alternative tools mentioned. The intended use is only implied by the name and description.

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