Skip to main content
Glama
samthedataman

better_luma

Search Events

search_events
Read-onlyIdempotent

Search events across Luma, Posh, and Partiful by name or description, and filter results by city, event type, or platform.

Instructions

Search event names and descriptions on one platform.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoOptional city filter for Luma or Posh.
limitNo
queryYesSearch text.
platformNoEvent platform.luma
event_typeNoOptional event category filter.
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false, so the safety profile is covered. The description adds that matching happens against names/descriptions and that only one platform is queried, but it does not disclose return format or other operational behavior.

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 sentence with no filler; the core action and resource are front-loaded. Every word contributes to the meaning.

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 description is adequate for basic invocation: it identifies the required query and the fact that a single platform is searched. Optional filters are documented in the schema. It does not describe the return shape, but for a simple read-only search tool this is a minor gap.

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 80%, so the schema already documents most parameters. The description reinforces that 'query' searches names and descriptions, but it does not add details for 'limit' or clarify valid values for 'event_type' beyond what the schema provides.

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 ('Search'), a clear resource ('event names and descriptions'), and a scope ('on one platform'). This distinguishes it from siblings like list_events, get_event, and list_event_types, which imply different operations.

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?

The intended use is implied by the verb 'Search', but there is no explicit guidance about when to use this tool versus list_events or get_event. No alternatives or exclusion conditions are mentioned.

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

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/samthedataman/luma-mcp'

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